#62024A

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

Shades of Tyrian Purple #62024A

Tints of Tyrian Purple #62024A

Color information

#62024A (or 0x62024A) is unknown color: approx Tyrian Purple. HEX triplet: 62, 02 and 4A. RGB value is (98,2,74). Sum of RGB (Red+Green+Blue) = 98+2+74=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #62024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62024A is #9DFDB5. Grayscale: #262626. Windows color (decimal): -10354102 or 4850274. OLE color: 4850274.

HSL color Cylindrical-coordinate representation of color #62024A: hue angle of 315º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #62024A is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB98274-
CMYK00.980.240.62
HSL315º96%19.61%-
HSV(B)315º97.96%38.43%-
XYZ6.293.136.75-
YUV38.91147.8170.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.32%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=56.32%
G=1.15%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9827400.980.240.623159619.61
Hex6224A062183E13b6014
Octal14221120142307647314024
Binary11000101010010100110001011000111110100111011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62024A; }

 p { color: rgb(98,2,74); }

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

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

 a { background-color: rgb(98,2,74); }

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

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

 span { border-color: rgb(98,2,74); }

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