#571056

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

Shades of Palatinate Purple #571056

Tints of Palatinate Purple #571056

Color information

#571056 (or 0x571056) is unknown color: approx Palatinate Purple. HEX triplet: 57, 10 and 56. RGB value is (87,16,86). Sum of RGB (Red+Green+Blue) = 87+16+86=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #571056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571056 is #A8EFA9. Grayscale: #2D2D2D. Windows color (decimal): -11071402 or 5640279. OLE color: 5640279.

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

Color convert

RGB871686-
CMYK00.820.010.66
HSL300.85º68.93%20.2%-
HSV(B)300.85º81.61%34.12%-
XYZ5.83.079.09-
YUV45.21151.02157.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.03%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 86 (33.98% from 255) = 45.50%
R=46.03%
G=8.47%
B=45.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87168600.820.010.66300.8568.9320.2
Hex57105605214212d4514
Octal127201260122110245510524
Binary10101111000010101100101001011000010100101101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571056; }

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

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

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

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

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

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

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

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