#571553

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

Shades of Palatinate Purple #571553

Tints of Palatinate Purple #571553

Color information

#571553 (or 0x571553) is unknown color: approx Palatinate Purple. HEX triplet: 57, 15 and 53. RGB value is (87,21,83). Sum of RGB (Red+Green+Blue) = 87+21+83=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #571553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571553 is #A8EAAC. Grayscale: #2F2F2F. Windows color (decimal): -11070125 or 5444951. OLE color: 5444951.

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

Color convert

RGB872183-
CMYK00.760.050.66
HSL303.64º61.11%21.18%-
HSV(B)303.64º75.86%34.12%-
XYZ5.763.198.5-
YUV47.8147.87155.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=45.55%
G=10.99%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87218300.760.050.66303.6461.1121.18
Hex57155304C5421303d15
Octal12725123011451024607525
Binary101011110101101001101001100101100001010011000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571553; }

 p { color: rgb(87,21,83); }

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

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

 a { background-color: rgb(87,21,83); }

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

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

 span { border-color: rgb(87,21,83); }

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