#60032C

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

Shades of Tyrian Purple #60032C

Tints of Tyrian Purple #60032C

Color information

#60032C (or 0x60032C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 03 and 2C. RGB value is (96,3,44). Sum of RGB (Red+Green+Blue) = 96+3+44=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #60032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60032C is #9FFCD3. Grayscale: #232323. Windows color (decimal): -10484948 or 2884448. OLE color: 2884448.

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

Color convert

RGB96344-
CMYK00.970.540.62
HSL333.55º93.94%19.41%-
HSV(B)333.55º96.88%37.65%-
XYZ5.312.732.63-
YUV35.48132.81171.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.13%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=67.13%
G=2.10%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9634400.970.540.62333.5593.9419.41
Hex6032C061363E14e5e13
Octal1403540141667651613623
Binary11000001110110001100001110110111110101001110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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