#60052F

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

Shades of Tyrian Purple #60052F

Tints of Tyrian Purple #60052F

Color information

#60052F (or 0x60052F) is unknown color: approx Tyrian Purple. HEX triplet: 60, 05 and 2F. RGB value is (96,5,47). Sum of RGB (Red+Green+Blue) = 96+5+47=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #60052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60052F is #9FFAD0. Grayscale: #242424. Windows color (decimal): -10484433 or 3081568. OLE color: 3081568.

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

Color convert

RGB96547-
CMYK00.950.510.62
HSL332.31º90.1%19.8%-
HSV(B)332.31º94.79%37.65%-
XYZ5.392.82.95-
YUV37133.65170.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.86%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=64.86%
G=3.38%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9654700.950.510.62332.3190.119.8
Hex6052F05F333E14c5a14
Octal1405570137637651413224
Binary110000010110111101011111110011111110101001100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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