Html Css Color HEX #60022F Tyrian Purple

📋 copy color: '#60022F'

red 96 ◦ green 2 ◦ blue 47

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

Shades of Tyrian Purple #60022F

Tints of Tyrian Purple #60022F

RGB

 RED value IS 96 (37.89% from 255) = 66.21%

 GREEN value IS 2 (1.17% from 255) = 1.38%

 BLUE value IS 47 (18.75% from 255) = 32.41%

R = 66.21%
G = 1.38%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#60022F (or 0x60022F) is known color: Tyrian Purple. HEX triplet: 60, 02 and 2F. RGB value is (96,2,47). Sum of RGB (Red+Green+Blue) = 96+2+47=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #60022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60022F is #9FFDD0. Grayscale: #232323. Windows color (decimal): -10485201 or 3080800. OLE color: 3080800.

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

Color convert

RGB 96 2 47 -
CMYK 0 0.98 0.51 0.62
HSL 331.28º 0.96% 0.19% -
HSV(B) 331.28º 0.98% 0.38% -
XYZ 5.36 2.74 2.93 -
YUV 35.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 96 2 47 0 0.98 0.51 0.62 331.28 0.96 0.19
Hex 60 2 2F 0 62 33 3E 14B 60 13
Octal 140 2 57 0 142 63 76 513 140 23
Binary 1100000 10 101111 0 1100010 110011 111110 101001011 1100000 10011

Color Harmonies of #60022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60022F

Black with #60022F

Text Example


Text Example

White with #60022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60022F;
 }
 .AnyTagClassName
 {
   color: #60022F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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