#571251

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

Shades of Palatinate Purple #571251

Tints of Palatinate Purple #571251

Color information

#571251 (or 0x571251) is unknown color: approx Palatinate Purple. HEX triplet: 57, 12 and 51. RGB value is (87,18,81). Sum of RGB (Red+Green+Blue) = 87+18+81=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #571251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571251 is #A8EDAE. Grayscale: #2D2D2D. Windows color (decimal): -11070895 or 5313111. OLE color: 5313111.

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

Color convert

RGB871881-
CMYK00.790.070.66
HSL305.22º65.71%20.59%-
HSV(B)305.22º79.31%34.12%-
XYZ5.633.058.08-
YUV45.81147.86157.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 81 (32.03% from 255) = 43.55%
R=46.77%
G=9.68%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87188100.790.070.66305.2265.7120.59
Hex57125104F7421314215
Octal127221210117710246110225
Binary1010111100101010001010011111111000010100110001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571251; }

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

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

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

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

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

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

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

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