#60052E

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

Shades of Tyrian Purple #60052E

Tints of Tyrian Purple #60052E

Color information

#60052E (or 0x60052E) is unknown color: approx Tyrian Purple. HEX triplet: 60, 05 and 2E. RGB value is (96,5,46). Sum of RGB (Red+Green+Blue) = 96+5+46=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #60052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60052E is #9FFAD1. Grayscale: #242424. Windows color (decimal): -10484434 or 3016032. OLE color: 3016032.

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

Color convert

RGB96546-
CMYK00.950.520.62
HSL332.97º90.1%19.8%-
HSV(B)332.97º94.79%37.65%-
XYZ5.372.792.84-
YUV36.88133.15170.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.31%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=65.31%
G=3.40%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9654600.950.520.62332.9790.119.8
Hex6052E05F343E14d5a14
Octal1405560137647651513224
Binary110000010110111001011111110100111110101001101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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