#60022D

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

Shades of Tyrian Purple #60022D

Tints of Tyrian Purple #60022D

Color information

#60022D (or 0x60022D) is unknown color: approx Tyrian Purple. HEX triplet: 60, 02 and 2D. RGB value is (96,2,45). Sum of RGB (Red+Green+Blue) = 96+2+45=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #60022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60022D is #9FFDD2. Grayscale: #222222. Windows color (decimal): -10485203 or 2949728. OLE color: 2949728.

HSL color Cylindrical-coordinate representation of color #60022D: hue angle of 332.55º 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 #60022D is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB96245-
CMYK00.980.530.62
HSL332.55º95.92%19.22%-
HSV(B)332.55º97.92%37.65%-
XYZ5.322.722.73-
YUV35.01133.64171.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.13%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=67.13%
G=1.40%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9624500.980.530.62332.5595.9219.22
Hex6022D062353E14d6013
Octal1402550142657651514023
Binary11000001010110101100010110101111110101001101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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