#60072B

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

Shades of Tyrian Purple #60072B

Tints of Tyrian Purple #60072B

Color information

#60072B (or 0x60072B) is unknown color: approx Tyrian Purple. HEX triplet: 60, 07 and 2B. RGB value is (96,7,43). Sum of RGB (Red+Green+Blue) = 96+7+43=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #60072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60072B is #9FF8D4. Grayscale: #252525. Windows color (decimal): -10483925 or 2819936. OLE color: 2819936.

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

Color convert

RGB96743-
CMYK00.930.550.62
HSL335.73º86.41%20.2%-
HSV(B)335.73º92.71%37.65%-
XYZ5.342.812.55-
YUV37.72130.99169.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.75%
GREEN value IS 7 (3.12% from 255) = 4.79%
BLUE value IS 43 (17.19% from 255) = 29.45%
R=65.75%
G=4.79%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9674300.930.550.62335.7386.4120.2
Hex6072B05D373E1505614
Octal1407530135677652012624
Binary110000011110101101011101110111111110101010000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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