#60052B

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

Shades of Tyrian Purple #60052B

Tints of Tyrian Purple #60052B

Color information

#60052B (or 0x60052B) is unknown color: approx Tyrian Purple. HEX triplet: 60, 05 and 2B. RGB value is (96,5,43). Sum of RGB (Red+Green+Blue) = 96+5+43=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #60052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60052B is #9FFAD4. Grayscale: #242424. Windows color (decimal): -10484437 or 2819424. OLE color: 2819424.

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

Color convert

RGB96543-
CMYK00.950.550.62
HSL334.95º90.1%19.8%-
HSV(B)334.95º94.79%37.65%-
XYZ5.312.772.54-
YUV36.54131.65170.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.67%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=66.67%
G=3.47%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9654300.950.550.62334.9590.119.8
Hex6052B05F373E14f5a14
Octal1405530137677651713224
Binary110000010110101101011111110111111110101001111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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