#571751

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

Shades of Palatinate Purple #571751

Tints of Palatinate Purple #571751

Color information

#571751 (or 0x571751) is unknown color: approx Palatinate Purple. HEX triplet: 57, 17 and 51. RGB value is (87,23,81). Sum of RGB (Red+Green+Blue) = 87+23+81=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #571751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571751 is #A8E8AE. Grayscale: #303030. Windows color (decimal): -11069615 or 5314391. OLE color: 5314391.

HSL color Cylindrical-coordinate representation of color #571751: hue angle of 305.62º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #571751 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB872381-
CMYK00.740.070.66
HSL305.62º58.18%21.57%-
HSV(B)305.62º73.56%34.12%-
XYZ5.723.238.11-
YUV48.75146.2155.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 23 (9.38% from 255) = 12.04%
BLUE value IS 81 (32.03% from 255) = 42.41%
R=45.55%
G=12.04%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87238100.740.070.66305.6258.1821.57
Hex57175104A7421323a16
Octal12727121011271024627226
Binary101011110111101000101001010111100001010011001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571751; }

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

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

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

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

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

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

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

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