Html Css Color HEX #570E49 Tyrian Purple

📋 copy color: '#570E49'

red 87 ◦ green 14 ◦ blue 73

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

Shades of Tyrian Purple #570E49

Tints of Tyrian Purple #570E49

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.05%

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

R = 50%
G = 8.05%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#570E49 (or 0x570E49) is known color: Tyrian Purple. HEX triplet: 57, 0E and 49. RGB value is (87,14,73). Sum of RGB (Red+Green+Blue) = 87+14+73=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #570E49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E49 is #A8F1B6. Grayscale: #2A2A2A. Windows color (decimal): -11071927 or 4787799. OLE color: 4787799.

HSL color Cylindrical-coordinate representation of color #570E49: hue angle of 311.51º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #570E49 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 14 73 -
CMYK 0 0.84 0.16 0.66
HSL 311.51º 0.72% 0.2% -
HSV(B) 311.51º 0.84% 0.34% -
XYZ 5.29 2.82 6.57 -
YUV 42.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 87 14 73 0 0.84 0.16 0.66 311.51 0.72 0.2
Hex 57 E 49 0 54 10 42 138 48 14
Octal 127 16 111 0 124 20 102 470 110 24
Binary 1010111 1110 1001001 0 1010100 10000 1000010 100111000 1001000 10100

Color Harmonies of #570E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E49

Black with #570E49

Text Example


Text Example

White with #570E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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