#570852

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

Shades of Palatinate Purple #570852

Tints of Palatinate Purple #570852

Color information

#570852 (or 0x570852) is unknown color: approx Palatinate Purple. HEX triplet: 57, 08 and 52. RGB value is (87,8,82). Sum of RGB (Red+Green+Blue) = 87+8+82=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #570852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570852 is #A8F7AD. Grayscale: #272727. Windows color (decimal): -11073454 or 5376087. OLE color: 5376087.

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

Color convert

RGB87882-
CMYK00.910.060.66
HSL303.8º83.16%18.63%-
HSV(B)303.8º90.8%34.12%-
XYZ5.542.818.23-
YUV40.06151.67161.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 82 (32.42% from 255) = 46.33%
R=49.15%
G=4.52%
B=46.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8788200.910.060.66303.883.1618.63
Hex5785205B6421305313
Octal127101220133610246012323
Binary101011110001010010010110111101000010100110000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570852; }

 p { color: rgb(87,8,82); }

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

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

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

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

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

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

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