#60072C

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

Shades of Tyrian Purple #60072C

Tints of Tyrian Purple #60072C

Color information

#60072C (or 0x60072C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 07 and 2C. RGB value is (96,7,44). Sum of RGB (Red+Green+Blue) = 96+7+44=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #60072C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60072C is #9FF8D3. Grayscale: #252525. Windows color (decimal): -10483924 or 2885472. OLE color: 2885472.

HSL color Cylindrical-coordinate representation of color #60072C: hue angle of 335.06º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60072C is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB96744-
CMYK00.930.540.62
HSL335.06º86.41%20.2%-
HSV(B)335.06º92.71%37.65%-
XYZ5.352.822.65-
YUV37.83131.49169.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.31%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=65.31%
G=4.76%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9674400.930.540.62335.0686.4120.2
Hex6072C05D363E14f5614
Octal1407540135667651712624
Binary110000011110110001011101110110111110101001111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60072C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,7,44); }

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

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

 a { background-color: rgb(96,7,44); }

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

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

 span { border-color: rgb(96,7,44); }

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