#62024E

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

Shades of Tyrian Purple #62024E

Tints of Tyrian Purple #62024E

Color information

#62024E (or 0x62024E) is unknown color: approx Tyrian Purple. HEX triplet: 62, 02 and 4E. RGB value is (98,2,78). Sum of RGB (Red+Green+Blue) = 98+2+78=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62024E is #9DFDB1. Grayscale: #272727. Windows color (decimal): -10354098 or 5112418. OLE color: 5112418.

HSL color Cylindrical-coordinate representation of color #62024E: hue angle of 312.5º 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 #62024E is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB98278-
CMYK00.980.200.62
HSL312.5º96%19.61%-
HSV(B)312.5º97.96%38.43%-
XYZ6.433.197.48-
YUV39.37149.8169.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.06%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 78 (30.86% from 255) = 43.82%
R=55.06%
G=1.12%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9827800.980.200.62312.59619.61
Hex6224E062143E1386014
Octal14221160142247647014024
Binary11000101010011100110001010100111110100111000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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