#571856

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

Shades of Palatinate Purple #571856

Tints of Palatinate Purple #571856

Color information

#571856 (or 0x571856) is unknown color: approx Palatinate Purple. HEX triplet: 57, 18 and 56. RGB value is (87,24,86). Sum of RGB (Red+Green+Blue) = 87+24+86=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #571856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571856 is #A8E7A9. Grayscale: #313131. Windows color (decimal): -11069354 or 5642327. OLE color: 5642327.

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

Color convert

RGB872486-
CMYK00.720.010.66
HSL300.95º56.76%21.76%-
HSV(B)300.95º72.41%34.12%-
XYZ5.943.359.14-
YUV49.9148.37154.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=44.16%
G=12.18%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87248600.720.010.66300.9556.7621.76
Hex57185604814212d3916
Octal12730126011011024557126
Binary1010111110001010110010010001100001010010110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571856; }

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

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

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

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

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

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

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

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