#571256

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

Shades of Palatinate Purple #571256

Tints of Palatinate Purple #571256

Color information

#571256 (or 0x571256) is unknown color: approx Palatinate Purple. HEX triplet: 57, 12 and 56. RGB value is (87,18,86). Sum of RGB (Red+Green+Blue) = 87+18+86=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #571256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571256 is #A8EDA9. Grayscale: #2E2E2E. Windows color (decimal): -11070890 or 5640791. OLE color: 5640791.

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

Color convert

RGB871886-
CMYK00.790.010.66
HSL300.87º65.71%20.59%-
HSV(B)300.87º79.31%34.12%-
XYZ5.833.139.1-
YUV46.38150.36156.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=45.55%
G=9.42%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87188600.790.010.66300.8765.7120.59
Hex57125604F14212d4215
Octal127221260117110245510225
Binary10101111001010101100100111111000010100101101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571256; }

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

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

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

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

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

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

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

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