#570656

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

Shades of Palatinate Purple #570656

Tints of Palatinate Purple #570656

Color information

#570656 (or 0x570656) is unknown color: approx Palatinate Purple. HEX triplet: 57, 06 and 56. RGB value is (87,6,86). Sum of RGB (Red+Green+Blue) = 87+6+86=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #570656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570656 is #A8F9A9. Grayscale: #272727. Windows color (decimal): -11073962 or 5637719. OLE color: 5637719.

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

Color convert

RGB87686-
CMYK00.930.010.66
HSL300.74º87.1%18.24%-
HSV(B)300.74º93.1%34.12%-
XYZ5.682.839.05-
YUV39.34154.34162-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.60%
GREEN value IS 6 (2.73% from 255) = 3.35%
BLUE value IS 86 (33.98% from 255) = 48.04%
R=48.60%
G=3.35%
B=48.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8768600.930.010.66300.7487.118.24
Hex5765605D14212d5712
Octal12761260135110245512722
Binary101011111010101100101110111000010100101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570656; }

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

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

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

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

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

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

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

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