Html Css Color HEX #60022C Tyrian Purple

📋 copy color: '#60022C'

red 96 ◦ green 2 ◦ blue 44

#60022C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #60022C

Tints of Tyrian Purple #60022C

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 value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#60022C (or 0x60022C) is known color: 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

RGB 96 2 44 -
CMYK 0 0.98 0.54 0.62
HSL 333.19º 0.96% 0.19% -
HSV(B) 333.19º 0.98% 0.38% -
XYZ 5.3 2.71 2.63 -
YUV 34.89 133.14 171.58 -
System Red Green Blue C M Y K H S L
Decimal 96 2 44 0 0.98 0.54 0.62 333.19 0.96 0.19
Hex 60 2 2C 0 62 36 3E 14D 60 13
Octal 140 2 54 0 142 66 76 515 140 23
Binary 1100000 10 101100 0 1100010 110110 111110 101001101 1100000 10011

Color Harmonies of #60022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60022C

Black with #60022C

Text Example


Text Example

White with #60022C

Text Example


Text Example

HTML Codes & Css Web 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>