#62043C

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

Shades of Tyrian Purple #62043C

Tints of Tyrian Purple #62043C

Color information

#62043C (or 0x62043C) is unknown color: approx Tyrian Purple. HEX triplet: 62, 04 and 3C. RGB value is (98,4,60). Sum of RGB (Red+Green+Blue) = 98+4+60=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #62043C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62043C is #9DFBC3. Grayscale: #262626. Windows color (decimal): -10353604 or 3933282. OLE color: 3933282.

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

Color convert

RGB98460-
CMYK00.960.390.62
HSL324.26º92.16%20%-
HSV(B)324.26º95.92%38.43%-
XYZ5.93.014.55-
YUV38.49140.14170.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.49%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 60 (23.83% from 255) = 37.04%
R=60.49%
G=2.47%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9846000.960.390.62324.2692.1620
Hex6243C060273E1445c14
Octal1424740140477650413424
Binary110001010011110001100000100111111110101000100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62043C; }

 p { color: rgb(98,4,60); }

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

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

 a { background-color: rgb(98,4,60); }

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

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

 span { border-color: rgb(98,4,60); }

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