#60022C

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

Shades of Tyrian Purple #60022C

Tints of Tyrian Purple #60022C

Color information

#60022C (or 0x60022C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 02 and 2C. RGB value is (96,2,44). Sum of RGB (Red+Green+Blue) = 96+2+44=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #60022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60022C is #9FFDD3. Grayscale: #222222. Windows color (decimal): -10485204 or 2884192. OLE color: 2884192.

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

Color convert

RGB96244-
CMYK00.980.540.62
HSL333.19º95.92%19.22%-
HSV(B)333.19º97.92%37.65%-
XYZ5.32.712.63-
YUV34.89133.14171.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.61%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 44 (17.58% from 255) = 30.99%
R=67.61%
G=1.41%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9624400.980.540.62333.1995.9219.22
Hex6022C062363E14d6013
Octal1402540142667651514023
Binary11000001010110001100010110110111110101001101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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