#570757

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

Shades of Palatinate Purple #570757

Tints of Palatinate Purple #570757

Color information

#570757 (or 0x570757) is unknown color: approx Palatinate Purple. HEX triplet: 57, 07 and 57. RGB value is (87,7,87). Sum of RGB (Red+Green+Blue) = 87+7+87=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #570757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570757 is #A8F8A8. Grayscale: #272727. Windows color (decimal): -11073705 or 5703511. OLE color: 5703511.

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

Color convert

RGB87787-
CMYK00.9200.66
HSL300º85.11%18.43%-
HSV(B)300º91.95%34.12%-
XYZ5.732.879.27-
YUV40.04154.5161.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 7 (3.12% from 255) = 3.87%
BLUE value IS 87 (34.38% from 255) = 48.07%
R=48.07%
G=3.87%
B=48.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8778700.9200.6630085.1118.43
Hex5775705C04212c5512
Octal12771270134010245412522
Binary101011111110101110101110001000010100101100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570757; }

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

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

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

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

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

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

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

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