#571851

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

Shades of Palatinate Purple #571851

Tints of Palatinate Purple #571851

Color information

#571851 (or 0x571851) is unknown color: approx Palatinate Purple. HEX triplet: 57, 18 and 51. RGB value is (87,24,81). Sum of RGB (Red+Green+Blue) = 87+24+81=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #571851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571851 is #A8E7AE. Grayscale: #313131. Windows color (decimal): -11069359 or 5314647. OLE color: 5314647.

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

Color convert

RGB872481-
CMYK00.720.070.66
HSL305.71º56.76%21.76%-
HSV(B)305.71º72.41%34.12%-
XYZ5.743.278.11-
YUV49.34145.87154.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.31%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=45.31%
G=12.5%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87248100.720.070.66305.7156.7621.76
Hex5718510487421323916
Octal12730121011071024627126
Binary101011111000101000101001000111100001010011001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571851; }

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

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

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

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

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

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

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

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