#60052C

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

Shades of Tyrian Purple #60052C

Tints of Tyrian Purple #60052C

Color information

#60052C (or 0x60052C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 05 and 2C. RGB value is (96,5,44). Sum of RGB (Red+Green+Blue) = 96+5+44=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #60052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60052C is #9FFAD3. Grayscale: #242424. Windows color (decimal): -10484436 or 2884960. OLE color: 2884960.

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

Color convert

RGB96544-
CMYK00.950.540.62
HSL334.29º90.1%19.8%-
HSV(B)334.29º94.79%37.65%-
XYZ5.332.782.64-
YUV36.66132.15170.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.21%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=66.21%
G=3.45%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9654400.950.540.62334.2990.119.8
Hex6052C05F363E14e5a14
Octal1405540137667651613224
Binary110000010110110001011111110110111110101001110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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