Html Css Color HEX #570A41 Tyrian Purple

📋 copy color: '#570A41'

red 87 ◦ green 10 ◦ blue 65

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

Shades of Tyrian Purple #570A41

Tints of Tyrian Purple #570A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 40.12%

R = 53.7%
G = 6.17%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#570A41 (or 0x570A41) is known color: Tyrian Purple. HEX triplet: 57, 0A and 41. RGB value is (87,10,65). Sum of RGB (Red+Green+Blue) = 87+10+65=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #570A41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A41 is #A8F5BE. Grayscale: #272727. Windows color (decimal): -11072959 or 4262487. OLE color: 4262487.

HSL color Cylindrical-coordinate representation of color #570A41: hue angle of 317.14º 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 #570A41 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 10 65 -
CMYK 0 0.89 0.25 0.66
HSL 317.14º 0.79% 0.19% -
HSV(B) 317.14º 0.89% 0.34% -
XYZ 4.99 2.62 5.24 -
YUV 39.29 142.51 162.03 -
System Red Green Blue C M Y K H S L
Decimal 87 10 65 0 0.89 0.25 0.66 317.14 0.79 0.19
Hex 57 A 41 0 59 19 42 13D 4F 13
Octal 127 12 101 0 131 31 102 475 117 23
Binary 1010111 1010 1000001 0 1011001 11001 1000010 100111101 1001111 10011

Color Harmonies of #570A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A41

Black with #570A41

Text Example


Text Example

White with #570A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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