#571550

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

Shades of Palatinate Purple #571550

Tints of Palatinate Purple #571550

Color information

#571550 (or 0x571550) is unknown color: approx Palatinate Purple. HEX triplet: 57, 15 and 50. RGB value is (87,21,80). Sum of RGB (Red+Green+Blue) = 87+21+80=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #571550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571550 is #A8EAAF. Grayscale: #2F2F2F. Windows color (decimal): -11070128 or 5248343. OLE color: 5248343.

HSL color Cylindrical-coordinate representation of color #571550: hue angle of 306.36º 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 #571550 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB872180-
CMYK00.760.080.66
HSL306.36º61.11%21.18%-
HSV(B)306.36º75.86%34.12%-
XYZ5.653.147.9-
YUV47.46146.37156.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 21 (8.59% from 255) = 11.17%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=46.28%
G=11.17%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87218000.760.080.66306.3661.1121.18
Hex57155004C8421323d15
Octal127251200114101024627525
Binary1010111101011010000010011001000100001010011001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571550; }

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

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

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

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

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

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

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

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