#571556

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

Shades of Palatinate Purple #571556

Tints of Palatinate Purple #571556

Color information

#571556 (or 0x571556) is unknown color: approx Palatinate Purple. HEX triplet: 57, 15 and 56. RGB value is (87,21,86). Sum of RGB (Red+Green+Blue) = 87+21+86=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #571556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571556 is #A8EAA9. Grayscale: #2F2F2F. Windows color (decimal): -11070122 or 5641559. OLE color: 5641559.

HSL color Cylindrical-coordinate representation of color #571556: hue angle of 300.91º 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 #571556 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB872186-
CMYK00.760.010.66
HSL300.91º61.11%21.18%-
HSV(B)300.91º75.86%34.12%-
XYZ5.883.239.12-
YUV48.14149.37155.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 86 (33.98% from 255) = 44.33%
R=44.85%
G=10.82%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87218600.760.010.66300.9161.1121.18
Hex57155604C14212d3d15
Octal12725126011411024557525
Binary1010111101011010110010011001100001010010110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571556; }

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

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

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

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

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

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

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

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