Html Css Color HEX #571139 Tyrian Purple

📋 copy color: '#571139'

red 87 ◦ green 17 ◦ blue 57

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

Shades of Tyrian Purple #571139

Tints of Tyrian Purple #571139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.56%

 BLUE value IS 57 (22.66% from 255) = 35.4%

R = 54.04%
G = 10.56%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.66

RGB Variations

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

Color information

#571139 (or 0x571139) is known color: Tyrian Purple. HEX triplet: 57, 11 and 39. RGB value is (87,17,57). Sum of RGB (Red+Green+Blue) = 87+17+57=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #571139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571139 is #A8EEC6. Grayscale: #2A2A2A. Windows color (decimal): -11071175 or 3739991. OLE color: 3739991.

HSL color Cylindrical-coordinate representation of color #571139: hue angle of 325.71º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571139 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 57 -
CMYK 0 0.80 0.34 0.66
HSL 325.71º 0.67% 0.2% -
HSV(B) 325.71º 0.8% 0.34% -
XYZ 4.87 2.72 4.14 -
YUV 42.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 87 17 57 0 0.80 0.34 0.66 325.71 0.67 0.2
Hex 57 11 39 0 50 22 42 146 43 14
Octal 127 21 71 0 120 42 102 506 103 24
Binary 1010111 10001 111001 0 1010000 100010 1000010 101000110 1000011 10100

Color Harmonies of #571139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571139

Black with #571139

Text Example


Text Example

White with #571139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571139; }

 p { color: rgb(87,17,57); }

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

background-color css

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

 a { background-color: rgb(87,17,57); }

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

border-color css

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

 span { border-color: rgb(87,17,57); }

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