#570456

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

Shades of Palatinate Purple #570456

Tints of Palatinate Purple #570456

Color information

#570456 (or 0x570456) is unknown color: approx Palatinate Purple. HEX triplet: 57, 04 and 56. RGB value is (87,4,86). Sum of RGB (Red+Green+Blue) = 87+4+86=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #570456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570456 is #A8FBA9. Grayscale: #252525. Windows color (decimal): -11074474 or 5637207. OLE color: 5637207.

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

Color convert

RGB87486-
CMYK00.950.010.66
HSL300.72º91.21%17.84%-
HSV(B)300.72º95.4%34.12%-
XYZ5.652.789.04-
YUV38.16155162.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=49.15%
G=2.26%
B=48.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8748600.950.010.66300.7291.2117.84
Hex5745605F14212d5b12
Octal12741260137110245513322
Binary101011110010101100101111111000010100101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570456; }

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

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

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

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

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

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

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

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