#571A54

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

Shades of Palatinate Purple #571A54

Tints of Palatinate Purple #571A54

Color information

#571A54 (or 0x571A54) is unknown color: approx Palatinate Purple. HEX triplet: 57, 1A and 54. RGB value is (87,26,84). Sum of RGB (Red+Green+Blue) = 87+26+84=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #571A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A54 is #A8E5AB. Grayscale: #323232. Windows color (decimal): -11068844 or 5511767. OLE color: 5511767.

HSL color Cylindrical-coordinate representation of color #571A54: hue angle of 302.95º 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 #571A54 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB872684-
CMYK00.700.030.66
HSL302.95º53.98%22.16%-
HSV(B)302.95º70.11%34.12%-
XYZ5.93.418.73-
YUV50.85146.71153.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 26 (10.55% from 255) = 13.20%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=44.16%
G=13.20%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87268400.700.030.66302.9553.9822.16
Hex571A5404634212f3616
Octal12732124010631024576626
Binary10101111101010101000100011011100001010010111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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