Html Css Color HEX #571547 Tyrian Purple

📋 copy color: '#571547'

red 87 ◦ green 21 ◦ blue 71

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

Shades of Tyrian Purple #571547

Tints of Tyrian Purple #571547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.73%

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

R = 48.6%
G = 11.73%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#571547 (or 0x571547) is known color: Tyrian Purple. HEX triplet: 57, 15 and 47. RGB value is (87,21,71). Sum of RGB (Red+Green+Blue) = 87+21+71=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #571547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571547 is #A8EAB8. Grayscale: #2E2E2E. Windows color (decimal): -11070137 or 4658519. OLE color: 4658519.

HSL color Cylindrical-coordinate representation of color #571547: hue angle of 314.55º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #571547 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 21 71 -
CMYK 0 0.76 0.18 0.66
HSL 314.55º 0.61% 0.21% -
HSV(B) 314.55º 0.76% 0.34% -
XYZ 5.34 3.02 6.26 -
YUV 46.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 87 21 71 0 0.76 0.18 0.66 314.55 0.61 0.21
Hex 57 15 47 0 4C 12 42 13B 3D 15
Octal 127 25 107 0 114 22 102 473 75 25
Binary 1010111 10101 1000111 0 1001100 10010 1000010 100111011 111101 10101

Color Harmonies of #571547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571547

Black with #571547

Text Example


Text Example

White with #571547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571547; }

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

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

background-color css

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

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

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

border-color css

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

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

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