#570560

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

Shades of Palatinate Purple #570560

Tints of Palatinate Purple #570560

Color information

#570560 (or 0x570560) is unknown color: approx Palatinate Purple. HEX triplet: 57, 05 and 60. RGB value is (87,5,96). Sum of RGB (Red+Green+Blue) = 87+5+96=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #570560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570560 is #A8FA9F. Grayscale: #272727. Windows color (decimal): -11074208 or 6292823. OLE color: 6292823.

HSL color Cylindrical-coordinate representation of color #570560: hue angle of 294.07º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570560 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB87596-
CMYK0.090.9500.62
HSL294.07º90.1%19.8%-
HSV(B)294.07º94.79%37.65%-
XYZ6.12.9811.32-
YUV39.89159.67161.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 5 (2.34% from 255) = 2.66%
BLUE value IS 96 (37.89% from 255) = 51.06%
R=46.28%
G=2.66%
B=51.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal875960.090.9500.62294.0790.119.8
Hex5756095F03E1265a14
Octal12751401113707644613224
Binary10101111011100000100110111110111110100100110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570560; }

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

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

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

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

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

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

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

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