#570057

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

Shades of Palatinate Purple #570057

Tints of Palatinate Purple #570057

Color information

#570057 (or 0x570057) is unknown color: approx Palatinate Purple. HEX triplet: 57, 00 and 57. RGB value is (87,0,87). Sum of RGB (Red+Green+Blue) = 87+0+87=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #570057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570057 is #A8FFA8. Grayscale: #232323. Windows color (decimal): -11075497 or 5701719. OLE color: 5701719.

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

Color convert

RGB87087-
CMYK0100.66
HSL300º100%17.06%-
HSV(B)300º100%34.12%-
XYZ5.652.719.24-
YUV35.93156.82164.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 87 (34.38% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal870870100.6630010017.06
Hex5705706404212c6411
Octal12701270144010245414421
Binary1010111010101110110010001000010100101100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570057; }

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

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

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

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

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

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

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

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