#60082C

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

Shades of Tyrian Purple #60082C

Tints of Tyrian Purple #60082C

Color information

#60082C (or 0x60082C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 08 and 2C. RGB value is (96,8,44). Sum of RGB (Red+Green+Blue) = 96+8+44=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #60082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60082C is #9FF7D3. Grayscale: #262626. Windows color (decimal): -10483668 or 2885728. OLE color: 2885728.

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

Color convert

RGB96844-
CMYK00.920.540.62
HSL335.45º84.62%20.39%-
HSV(B)335.45º91.67%37.65%-
XYZ5.372.842.65-
YUV38.42131.15169.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.86%
GREEN value IS 8 (3.52% from 255) = 5.41%
BLUE value IS 44 (17.58% from 255) = 29.73%
R=64.86%
G=5.41%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9684400.920.540.62335.4584.6220.39
Hex6082C05C363E14f5514
Octal14010540134667651712524
Binary1100000100010110001011100110110111110101001111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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