#571656

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

Shades of Palatinate Purple #571656

Tints of Palatinate Purple #571656

Color information

#571656 (or 0x571656) is unknown color: approx Palatinate Purple. HEX triplet: 57, 16 and 56. RGB value is (87,22,86). Sum of RGB (Red+Green+Blue) = 87+22+86=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #571656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571656 is #A8E9A9. Grayscale: #303030. Windows color (decimal): -11069866 or 5641815. OLE color: 5641815.

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

Color convert

RGB872286-
CMYK00.750.010.66
HSL300.92º59.63%21.37%-
HSV(B)300.92º74.71%34.12%-
XYZ5.93.279.12-
YUV48.73149.03155.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 86 (33.98% from 255) = 44.10%
R=44.62%
G=11.28%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87228600.750.010.66300.9259.6321.37
Hex57165604B14212d3c15
Octal12726126011311024557425
Binary1010111101101010110010010111100001010010110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571656; }

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

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

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

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

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

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

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

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