#571A55

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

Shades of Palatinate Purple #571A55

Tints of Palatinate Purple #571A55

Color information

#571A55 (or 0x571A55) is unknown color: approx Palatinate Purple. HEX triplet: 57, 1A and 55. RGB value is (87,26,85). Sum of RGB (Red+Green+Blue) = 87+26+85=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #571A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A55 is #A8E5AA. Grayscale: #323232. Windows color (decimal): -11068843 or 5577303. OLE color: 5577303.

HSL color Cylindrical-coordinate representation of color #571A55: hue angle of 301.97º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A55 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB872685-
CMYK00.700.020.66
HSL301.97º53.98%22.16%-
HSV(B)301.97º70.11%34.12%-
XYZ5.943.428.94-
YUV50.96147.21153.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 26 (10.55% from 255) = 13.13%
BLUE value IS 85 (33.59% from 255) = 42.93%
R=43.94%
G=13.13%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87268500.700.020.66301.9753.9822.16
Hex571A5504624212e3616
Octal12732125010621024566626
Binary10101111101010101010100011010100001010010111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571A55; }

 p { color: rgb(87,26,85); }

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

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

 a { background-color: rgb(87,26,85); }

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

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

 span { border-color: rgb(87,26,85); }

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