#570856

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

Shades of Palatinate Purple #570856

Tints of Palatinate Purple #570856

Color information

#570856 (or 0x570856) is unknown color: approx Palatinate Purple. HEX triplet: 57, 08 and 56. RGB value is (87,8,86). Sum of RGB (Red+Green+Blue) = 87+8+86=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #570856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570856 is #A8F7A9. Grayscale: #282828. Windows color (decimal): -11073450 or 5638231. OLE color: 5638231.

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

Color convert

RGB87886-
CMYK00.910.010.66
HSL300.76º83.16%18.63%-
HSV(B)300.76º90.8%34.12%-
XYZ5.72.879.06-
YUV40.51153.67161.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 8 (3.52% from 255) = 4.42%
BLUE value IS 86 (33.98% from 255) = 47.51%
R=48.07%
G=4.42%
B=47.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8788600.910.010.66300.7683.1618.63
Hex5785605B14212d5313
Octal127101260133110245512323
Binary1010111100010101100101101111000010100101101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570856; }

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

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

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

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

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

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

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

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