#570759

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

Shades of Palatinate Purple #570759

Tints of Palatinate Purple #570759

Color information

#570759 (or 0x570759) is unknown color: approx Palatinate Purple. HEX triplet: 57, 07 and 59. RGB value is (87,7,89). Sum of RGB (Red+Green+Blue) = 87+7+89=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #570759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570759 is #A8F8A6. Grayscale: #282828. Windows color (decimal): -11073703 or 5834583. OLE color: 5834583.

HSL color Cylindrical-coordinate representation of color #570759: hue angle of 298.54º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #570759 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB87789-
CMYK0.020.9200.65
HSL298.54º85.42%18.82%-
HSV(B)298.54º92.13%34.9%-
XYZ5.812.99.7-
YUV40.27155.5161.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 7 (3.12% from 255) = 3.83%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=47.54%
G=3.83%
B=48.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal877890.020.9200.65298.5485.4218.82
Hex5775925C04112b5513
Octal12771312134010145312523
Binary1010111111101100110101110001000001100101011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570759; }

 p { color: rgb(87,7,89); }

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

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

 a { background-color: rgb(87,7,89); }

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

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

 span { border-color: rgb(87,7,89); }

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