Html Css Color HEX #570249 Tyrian Purple

📋 copy color: '#570249'

red 87 ◦ green 2 ◦ blue 73

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

Shades of Tyrian Purple #570249

Tints of Tyrian Purple #570249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 45.06%

R = 53.7%
G = 1.23%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#570249 (or 0x570249) is known color: Tyrian Purple. HEX triplet: 57, 02 and 49. RGB value is (87,2,73). Sum of RGB (Red+Green+Blue) = 87+2+73=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #570249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570249 is #A8FDB6. Grayscale: #232323. Windows color (decimal): -11074999 or 4784727. OLE color: 4784727.

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

Color convert

RGB 87 2 73 -
CMYK 0 0.98 0.16 0.66
HSL 309.88º 0.96% 0.17% -
HSV(B) 309.88º 0.98% 0.34% -
XYZ 5.15 2.55 6.52 -
YUV 35.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 87 2 73 0 0.98 0.16 0.66 309.88 0.96 0.17
Hex 57 2 49 0 62 10 42 136 60 11
Octal 127 2 111 0 142 20 102 466 140 21
Binary 1010111 10 1001001 0 1100010 10000 1000010 100110110 1100000 10001

Color Harmonies of #570249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570249

Black with #570249

Text Example


Text Example

White with #570249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570249; }

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

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

background-color css

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

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

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

border-color css

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

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

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