#62042C

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

Shades of Tyrian Purple #62042C

Tints of Tyrian Purple #62042C

Color information

#62042C (or 0x62042C) is unknown color: approx Tyrian Purple. HEX triplet: 62, 04 and 2C. RGB value is (98,4,44). Sum of RGB (Red+Green+Blue) = 98+4+44=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62042C is #9DFBD3. Grayscale: #242424. Windows color (decimal): -10353620 or 2884706. OLE color: 2884706.

HSL color Cylindrical-coordinate representation of color #62042C: hue angle of 334.47º 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 #62042C is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB98444-
CMYK00.960.550.62
HSL334.47º92.16%20%-
HSV(B)334.47º95.92%38.43%-
XYZ5.542.872.64-
YUV36.67132.14171.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.12%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=67.12%
G=2.74%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9844400.960.550.62334.4792.1620
Hex6242C060373E14e5c14
Octal1424540140677651613424
Binary110001010010110001100000110111111110101001110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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