#60042C

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

Shades of Tyrian Purple #60042C

Tints of Tyrian Purple #60042C

Color information

#60042C (or 0x60042C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 04 and 2C. RGB value is (96,4,44). Sum of RGB (Red+Green+Blue) = 96+4+44=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #60042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60042C is #9FFBD3. Grayscale: #242424. Windows color (decimal): -10484692 or 2884704. OLE color: 2884704.

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

Color convert

RGB96444-
CMYK00.960.540.62
HSL333.91º92%19.61%-
HSV(B)333.91º95.83%37.65%-
XYZ5.322.762.63-
YUV36.07132.48170.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 44 (17.58% from 255) = 30.56%
R=66.67%
G=2.78%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9644400.960.540.62333.919219.61
Hex6042C060363E14e5c14
Octal1404540140667651613424
Binary110000010010110001100000110110111110101001110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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