#571156

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

Shades of Palatinate Purple #571156

Tints of Palatinate Purple #571156

Color information

#571156 (or 0x571156) is unknown color: approx Palatinate Purple. HEX triplet: 57, 11 and 56. RGB value is (87,17,86). Sum of RGB (Red+Green+Blue) = 87+17+86=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #571156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571156 is #A8EEA9. Grayscale: #2D2D2D. Windows color (decimal): -11071146 or 5640535. OLE color: 5640535.

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

Color convert

RGB871786-
CMYK00.800.010.66
HSL300.86º67.31%20.39%-
HSV(B)300.86º80.46%34.12%-
XYZ5.813.19.1-
YUV45.8150.69157.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 17 (7.03% from 255) = 8.95%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=45.79%
G=8.95%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87178600.800.010.66300.8667.3120.39
Hex57115605014212d4314
Octal127211260120110245510324
Binary10101111000110101100101000011000010100101101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571156; }

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

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

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

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

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

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

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

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