#60072D

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

Shades of Tyrian Purple #60072D

Tints of Tyrian Purple #60072D

Color information

#60072D (or 0x60072D) is unknown color: approx Tyrian Purple. HEX triplet: 60, 07 and 2D. RGB value is (96,7,45). Sum of RGB (Red+Green+Blue) = 96+7+45=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #60072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60072D is #9FF8D2. Grayscale: #252525. Windows color (decimal): -10483923 or 2951008. OLE color: 2951008.

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

Color convert

RGB96745-
CMYK00.930.530.62
HSL334.38º86.41%20.2%-
HSV(B)334.38º92.71%37.65%-
XYZ5.372.832.75-
YUV37.94131.99169.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.86%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 45 (17.97% from 255) = 30.41%
R=64.86%
G=4.73%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9674500.930.530.62334.3886.4120.2
Hex6072D05D353E14e5614
Octal1407550135657651612624
Binary110000011110110101011101110101111110101001110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60072D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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