Html Css Color HEX #570224 Tyrian Purple

📋 copy color: '#570224'

red 87 ◦ green 2 ◦ blue 36

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

Shades of Tyrian Purple #570224

Tints of Tyrian Purple #570224

RGB

 RED value IS 87 (34.38% from 255) = 69.6%

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

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

R = 69.6%
G = 1.6%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#570224 (or 0x570224) is known color: Tyrian Purple. HEX triplet: 57, 02 and 24. RGB value is (87,2,36). Sum of RGB (Red+Green+Blue) = 87+2+36=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #570224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570224 is #A8FDDB. Grayscale: #1F1F1F. Windows color (decimal): -11075036 or 2359895. OLE color: 2359895.

HSL color Cylindrical-coordinate representation of color #570224: hue angle of 336º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570224 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 2 36 -
CMYK 0 0.98 0.59 0.66
HSL 336º 0.96% 0.17% -
HSV(B) 336º 0.98% 0.34% -
XYZ 4.27 2.2 1.87 -
YUV 31.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 87 2 36 0 0.98 0.59 0.66 336 0.96 0.17
Hex 57 2 24 0 62 3B 42 150 60 11
Octal 127 2 44 0 142 73 102 520 140 21
Binary 1010111 10 100100 0 1100010 111011 1000010 101010000 1100000 10001

Color Harmonies of #570224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570224

Black with #570224

Text Example


Text Example

White with #570224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570224; }

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

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

background-color css

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

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

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

border-color css

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

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

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