Html Css Color HEX #571147 Tyrian Purple

📋 copy color: '#571147'

red 87 ◦ green 17 ◦ blue 71

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

Shades of Tyrian Purple #571147

Tints of Tyrian Purple #571147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.57%

R = 49.71%
G = 9.71%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#571147 (or 0x571147) is known color: Tyrian Purple. HEX triplet: 57, 11 and 47. RGB value is (87,17,71). Sum of RGB (Red+Green+Blue) = 87+17+71=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #571147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571147 is #A8EEB8. Grayscale: #2B2B2B. Windows color (decimal): -11071161 or 4657495. OLE color: 4657495.

HSL color Cylindrical-coordinate representation of color #571147: hue angle of 313.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 #571147 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 71 -
CMYK 0 0.80 0.18 0.66
HSL 313.71º 0.67% 0.2% -
HSV(B) 313.71º 0.8% 0.34% -
XYZ 5.27 2.88 6.24 -
YUV 44.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 87 17 71 0 0.80 0.18 0.66 313.71 0.67 0.2
Hex 57 11 47 0 50 12 42 13A 43 14
Octal 127 21 107 0 120 22 102 472 103 24
Binary 1010111 10001 1000111 0 1010000 10010 1000010 100111010 1000011 10100

Color Harmonies of #571147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571147

Black with #571147

Text Example


Text Example

White with #571147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571147; }

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

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

background-color css

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

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

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

border-color css

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

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

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