#570556

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

Shades of Palatinate Purple #570556

Tints of Palatinate Purple #570556

Color information

#570556 (or 0x570556) is unknown color: approx Palatinate Purple. HEX triplet: 57, 05 and 56. RGB value is (87,5,86). Sum of RGB (Red+Green+Blue) = 87+5+86=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #570556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570556 is #A8FAA9. Grayscale: #262626. Windows color (decimal): -11074218 or 5637463. OLE color: 5637463.

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

Color convert

RGB87586-
CMYK00.940.010.66
HSL300.73º89.13%18.04%-
HSV(B)300.73º94.25%34.12%-
XYZ5.662.819.05-
YUV38.75154.67162.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=48.88%
G=2.81%
B=48.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8758600.940.010.66300.7389.1318.04
Hex5755605E14212d5912
Octal12751260136110245513122
Binary101011110110101100101111011000010100101101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570556; }

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

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

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

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

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

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

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

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