Html Css Color HEX #570A31 Tyrian Purple

📋 copy color: '#570A31'

red 87 ◦ green 10 ◦ blue 49

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

Shades of Tyrian Purple #570A31

Tints of Tyrian Purple #570A31

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.85%

 BLUE value IS 49 (19.53% from 255) = 33.56%

R = 59.59%
G = 6.85%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#570A31 (or 0x570A31) is known color: Tyrian Purple. HEX triplet: 57, 0A and 31. RGB value is (87,10,49). Sum of RGB (Red+Green+Blue) = 87+10+49=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #570A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A31 is #A8F5CE. Grayscale: #252525. Windows color (decimal): -11072975 or 3213911. OLE color: 3213911.

HSL color Cylindrical-coordinate representation of color #570A31: hue angle of 329.61º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A31 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 10 49 -
CMYK 0 0.89 0.44 0.66
HSL 329.61º 0.79% 0.19% -
HSV(B) 329.61º 0.89% 0.34% -
XYZ 4.59 2.47 3.14 -
YUV 37.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 87 10 49 0 0.89 0.44 0.66 329.61 0.79 0.19
Hex 57 A 31 0 59 2C 42 14A 4F 13
Octal 127 12 61 0 131 54 102 512 117 23
Binary 1010111 1010 110001 0 1011001 101100 1000010 101001010 1001111 10011

Color Harmonies of #570A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A31

Black with #570A31

Text Example


Text Example

White with #570A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,10,49); }

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

background-color css

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

 a { background-color: rgb(87,10,49); }

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

border-color css

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

 span { border-color: rgb(87,10,49); }

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