#571447

Color #571447 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #571447

Tints of Tyrian Purple #571447

Color information

#571447 (or 0x571447) is unknown color: approx Tyrian Purple. HEX triplet: 57, 14 and 47. RGB value is (87,20,71). Sum of RGB (Red+Green+Blue) = 87+20+71=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #571447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571447 is #A8EBB8. Grayscale: #2D2D2D. Windows color (decimal): -11070393 or 4658263. OLE color: 4658263.

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

Color convert

RGB872071-
CMYK00.770.180.66
HSL314.33º62.62%20.98%-
HSV(B)314.33º77.01%34.12%-
XYZ5.322.986.26-
YUV45.85142.2157.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=48.88%
G=11.24%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87207100.770.180.66314.3362.6220.98
Hex57144704D124213a3f15
Octal127241070115221024727725
Binary10101111010010001110100110110010100001010011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571447; }

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

 H1.HeaderClassName
 {
   color: #571447;
 }
 .AnyTagClassName
 {
   color: #571447;
 }
</style>
background-color css

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

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

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

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

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

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