#571151

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

Shades of Palatinate Purple #571151

Tints of Palatinate Purple #571151

Color information

#571151 (or 0x571151) is unknown color: approx Palatinate Purple. HEX triplet: 57, 11 and 51. RGB value is (87,17,81). Sum of RGB (Red+Green+Blue) = 87+17+81=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #571151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571151 is #A8EEAE. Grayscale: #2D2D2D. Windows color (decimal): -11071151 or 5312855. OLE color: 5312855.

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

Color convert

RGB871781-
CMYK00.800.070.66
HSL305.14º67.31%20.39%-
HSV(B)305.14º80.46%34.12%-
XYZ5.623.028.07-
YUV45.23148.19157.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 17 (7.03% from 255) = 9.19%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=47.03%
G=9.19%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87178100.800.070.66305.1467.3120.39
Hex5711510507421314314
Octal127211210120710246110324
Binary1010111100011010001010100001111000010100110001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571151; }

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

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

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

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

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

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

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

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