#60053D

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

Shades of Tyrian Purple #60053D

Tints of Tyrian Purple #60053D

Color information

#60053D (or 0x60053D) is unknown color: approx Tyrian Purple. HEX triplet: 60, 05 and 3D. RGB value is (96,5,61). Sum of RGB (Red+Green+Blue) = 96+5+61=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60053D is #9FFAC2. Grayscale: #262626. Windows color (decimal): -10484419 or 3999072. OLE color: 3999072.

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

Color convert

RGB96561-
CMYK00.950.360.62
HSL323.08º90.1%19.8%-
HSV(B)323.08º94.79%37.65%-
XYZ5.722.934.68-
YUV38.59140.65168.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 61 (24.22% from 255) = 37.65%
R=59.26%
G=3.09%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9656100.950.360.62323.0890.119.8
Hex6053D05F243E1435a14
Octal1405750137447650313224
Binary110000010111110101011111100100111110101000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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