#60092C

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

Shades of Tyrian Purple #60092C

Tints of Tyrian Purple #60092C

Color information

#60092C (or 0x60092C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 09 and 2C. RGB value is (96,9,44). Sum of RGB (Red+Green+Blue) = 96+9+44=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #60092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60092C is #9FF6D3. Grayscale: #262626. Windows color (decimal): -10483412 or 2885984. OLE color: 2885984.

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

Color convert

RGB96944-
CMYK00.910.540.62
HSL335.86º82.86%20.59%-
HSV(B)335.86º90.62%37.65%-
XYZ5.382.862.65-
YUV39130.82168.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.43%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=64.43%
G=6.04%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9694400.910.540.62335.8682.8620.59
Hex6092C05B363E1505315
Octal14011540133667652012325
Binary1100000100110110001011011110110111110101010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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