#570960

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

Shades of Palatinate Purple #570960

Tints of Palatinate Purple #570960

Color information

#570960 (or 0x570960) is unknown color: approx Palatinate Purple. HEX triplet: 57, 09 and 60. RGB value is (87,9,96). Sum of RGB (Red+Green+Blue) = 87+9+96=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #570960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570960 is #A8F69F. Grayscale: #292929. Windows color (decimal): -11073184 or 6293847. OLE color: 6293847.

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

Color convert

RGB87996-
CMYK0.090.9100.62
HSL293.79º82.86%20.59%-
HSV(B)293.79º90.62%37.65%-
XYZ6.143.0711.33-
YUV42.24158.34159.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.31%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 96 (37.89% from 255) = 50%
R=45.31%
G=4.69%
B=50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal879960.090.9100.62293.7982.8620.59
Hex5796095B03E1265315
Octal127111401113307644612325
Binary101011110011100000100110110110111110100100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570960; }

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

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

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

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

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

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

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

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