#570459

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

Shades of Palatinate Purple #570459

Tints of Palatinate Purple #570459

Color information

#570459 (or 0x570459) is unknown color: approx Palatinate Purple. HEX triplet: 57, 04 and 59. RGB value is (87,4,89). Sum of RGB (Red+Green+Blue) = 87+4+89=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #570459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570459 is #A8FBA6. Grayscale: #262626. Windows color (decimal): -11074471 or 5833815. OLE color: 5833815.

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

Color convert

RGB87489-
CMYK0.020.9600.65
HSL298.59º91.4%18.24%-
HSV(B)298.59º95.51%34.9%-
XYZ5.782.839.69-
YUV38.51156.5162.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.33%
GREEN value IS 4 (1.95% from 255) = 2.22%
BLUE value IS 89 (35.16% from 255) = 49.44%
R=48.33%
G=2.22%
B=49.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal874890.020.9600.65298.5991.418.24
Hex5745926004112b5b12
Octal12741312140010145313322
Binary1010111100101100110110000001000001100101011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570459; }

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

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

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

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

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

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

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

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