#621045

Color #621045 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #621045

Tints of Tyrian Purple #621045

Color information

#621045 (or 0x621045) is unknown color: approx Tyrian Purple. HEX triplet: 62, 10 and 45. RGB value is (98,16,69). Sum of RGB (Red+Green+Blue) = 98+16+69=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #621045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621045 is #9DEFBA. Grayscale: #2E2E2E. Windows color (decimal): -10350523 or 4526178. OLE color: 4526178.

HSL color Cylindrical-coordinate representation of color #621045: hue angle of 321.22º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621045 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB981669-
CMYK00.840.300.62
HSL321.22º71.93%22.35%-
HSV(B)321.22º83.67%38.43%-
XYZ6.33.45.95-
YUV46.56140.67164.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 53.55%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=53.55%
G=8.74%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98166900.840.300.62321.2271.9322.35
Hex6210450541E3E1414816
Octal142201050124367650111026
Binary11000101000010001010101010011110111110101000001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621045; }

 p { color: rgb(98,16,69); }

 H1.HeaderClassName
 {
   color: #621045;
 }
 .AnyTagClassName
 {
   color: #621045;
 }
</style>
background-color css

<style>
 a { background-color: #621045; }

 a { background-color: rgb(98,16,69); }

 div.DivClassName
 {
   background-color: #621045;
 }
 .BgClassName
 {
   background-color: #621045;
 }
</style>
border-color css

<style>
 span { border-color: #621045; }

 span { border-color: rgb(98,16,69); }

 td.TdClassName
 {
   border-color: #621045;
 }
 .TagClassName
 {
   border-color: #621045;
 }
</style>