Html Css Color HEX #600224 Tyrian Purple

📋 copy color: '#600224'

red 96 ◦ green 2 ◦ blue 36

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

Shades of Tyrian Purple #600224

Tints of Tyrian Purple #600224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 26.87%

R = 71.64%
G = 1.49%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#600224 (or 0x600224) is known color: Tyrian Purple. HEX triplet: 60, 02 and 24. RGB value is (96,2,36). Sum of RGB (Red+Green+Blue) = 96+2+36=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #600224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600224 is #9FFDDB. Grayscale: #212121. Windows color (decimal): -10485212 or 2359904. OLE color: 2359904.

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

Color convert

RGB 96 2 36 -
CMYK 0 0.98 0.62 0.62
HSL 338.3º 0.96% 0.19% -
HSV(B) 338.3º 0.98% 0.38% -
XYZ 5.16 2.66 1.91 -
YUV 33.98 129.14 172.24 -
System Red Green Blue C M Y K H S L
Decimal 96 2 36 0 0.98 0.62 0.62 338.3 0.96 0.19
Hex 60 2 24 0 62 3E 3E 152 60 13
Octal 140 2 44 0 142 76 76 522 140 23
Binary 1100000 10 100100 0 1100010 111110 111110 101010010 1100000 10011

Color Harmonies of #600224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600224

Black with #600224

Text Example


Text Example

White with #600224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600224; }

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

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

background-color css

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

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

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

border-color css

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

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

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