#570558

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

Shades of Palatinate Purple #570558

Tints of Palatinate Purple #570558

Color information

#570558 (or 0x570558) is unknown color: approx Palatinate Purple. HEX triplet: 57, 05 and 58. RGB value is (87,5,88). Sum of RGB (Red+Green+Blue) = 87+5+88=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #570558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570558 is #A8FAA7. Grayscale: #262626. Windows color (decimal): -11074216 or 5768535. OLE color: 5768535.

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

Color convert

RGB87588-
CMYK0.010.9400.65
HSL299.28º89.25%18.24%-
HSV(B)299.28º94.32%34.51%-
XYZ5.752.849.48-
YUV38.98155.67162.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.33%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 88 (34.77% from 255) = 48.89%
R=48.33%
G=2.78%
B=48.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal875880.010.9400.65299.2889.2518.24
Hex5755815E04112b5912
Octal12751301136010145313122
Binary101011110110110001101111001000001100101011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570558; }

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

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

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

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

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

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

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

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