#571050

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

Shades of Palatinate Purple #571050

Tints of Palatinate Purple #571050

Color information

#571050 (or 0x571050) is unknown color: approx Palatinate Purple. HEX triplet: 57, 10 and 50. RGB value is (87,16,80). Sum of RGB (Red+Green+Blue) = 87+16+80=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #571050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571050 is #A8EFAF. Grayscale: #2C2C2C. Windows color (decimal): -11071408 or 5247063. OLE color: 5247063.

HSL color Cylindrical-coordinate representation of color #571050: hue angle of 305.92º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571050 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB871680-
CMYK00.820.080.66
HSL305.92º68.93%20.2%-
HSV(B)305.92º81.61%34.12%-
XYZ5.562.987.87-
YUV44.53148.02158.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 80 (31.64% from 255) = 43.72%
R=47.54%
G=8.74%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87168000.820.080.66305.9268.9320.2
Hex5710500528421324514
Octal1272012001221010246210524
Binary10101111000010100000101001010001000010100110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571050; }

 p { color: rgb(87,16,80); }

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

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

 a { background-color: rgb(87,16,80); }

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

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

 span { border-color: rgb(87,16,80); }

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