#60053C

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

Shades of Tyrian Purple #60053C

Tints of Tyrian Purple #60053C

Color information

#60053C (or 0x60053C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 05 and 3C. RGB value is (96,5,60). Sum of RGB (Red+Green+Blue) = 96+5+60=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #60053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60053C is #9FFAC3. Grayscale: #262626. Windows color (decimal): -10484420 or 3933536. OLE color: 3933536.

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

Color convert

RGB96560-
CMYK00.950.380.62
HSL323.74º90.1%19.8%-
HSV(B)323.74º94.79%37.65%-
XYZ5.692.924.54-
YUV38.48140.15169.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.63%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 60 (23.83% from 255) = 37.27%
R=59.63%
G=3.11%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9656000.950.380.62323.7490.119.8
Hex6053C05F263E1445a14
Octal1405740137467650413224
Binary110000010111110001011111100110111110101000100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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