#570561

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

Shades of Palatinate Purple #570561

Tints of Palatinate Purple #570561

Color information

#570561 (or 0x570561) is unknown color: approx Palatinate Purple. HEX triplet: 57, 05 and 61. RGB value is (87,5,97). Sum of RGB (Red+Green+Blue) = 87+5+97=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #570561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570561 is #A8FA9E. Grayscale: #272727. Windows color (decimal): -11074207 or 6358359. OLE color: 6358359.

HSL color Cylindrical-coordinate representation of color #570561: hue angle of 293.48º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570561 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB87597-
CMYK0.100.9500.62
HSL293.48º90.2%20%-
HSV(B)293.48º94.85%38.04%-
XYZ6.14311.56-
YUV40.01160.17161.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.03%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 97 (38.28% from 255) = 51.32%
R=46.03%
G=2.65%
B=51.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal875970.100.9500.62293.4890.220
Hex57561A5F03E1255a14
Octal12751411213707644513224
Binary10101111011100001101010111110111110100100101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570561; }

 p { color: rgb(87,5,97); }

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

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

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

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

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

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

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