#571051

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

Shades of Palatinate Purple #571051

Tints of Palatinate Purple #571051

Color information

#571051 (or 0x571051) is unknown color: approx Palatinate Purple. HEX triplet: 57, 10 and 51. RGB value is (87,16,81). Sum of RGB (Red+Green+Blue) = 87+16+81=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #571051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571051 is #A8EFAE. Grayscale: #2C2C2C. Windows color (decimal): -11071407 or 5312599. OLE color: 5312599.

HSL color Cylindrical-coordinate representation of color #571051: hue angle of 305.07º 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 #571051 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB871681-
CMYK00.820.070.66
HSL305.07º68.93%20.2%-
HSV(B)305.07º81.61%34.12%-
XYZ5.62.998.07-
YUV44.64148.52158.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.28%
GREEN value IS 16 (6.64% from 255) = 8.70%
BLUE value IS 81 (32.03% from 255) = 44.02%
R=47.28%
G=8.70%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87168100.820.070.66305.0768.9320.2
Hex5710510527421314514
Octal127201210122710246110524
Binary1010111100001010001010100101111000010100110001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571051; }

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

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

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

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

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

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

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

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