#571A51

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

Shades of Palatinate Purple #571A51

Tints of Palatinate Purple #571A51

Color information

#571A51 (or 0x571A51) is unknown color: approx Palatinate Purple. HEX triplet: 57, 1A and 51. RGB value is (87,26,81). Sum of RGB (Red+Green+Blue) = 87+26+81=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #571A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A51 is #A8E5AE. Grayscale: #323232. Windows color (decimal): -11068847 or 5315159. OLE color: 5315159.

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

Color convert

RGB872681-
CMYK00.700.070.66
HSL305.9º53.98%22.16%-
HSV(B)305.9º70.11%34.12%-
XYZ5.793.368.13-
YUV50.51145.21154.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 26 (10.55% from 255) = 13.40%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=44.85%
G=13.40%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87268100.700.070.66305.953.9822.16
Hex571A510467421323616
Octal12732121010671024626626
Binary101011111010101000101000110111100001010011001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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