#571A52

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

Shades of Palatinate Purple #571A52

Tints of Palatinate Purple #571A52

Color information

#571A52 (or 0x571A52) is unknown color: approx Palatinate Purple. HEX triplet: 57, 1A and 52. RGB value is (87,26,82). Sum of RGB (Red+Green+Blue) = 87+26+82=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #571A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A52 is #A8E5AD. Grayscale: #323232. Windows color (decimal): -11068846 or 5380695. OLE color: 5380695.

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

Color convert

RGB872682-
CMYK00.700.060.66
HSL304.92º53.98%22.16%-
HSV(B)304.92º70.11%34.12%-
XYZ5.823.378.33-
YUV50.62145.71153.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=44.62%
G=13.33%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87268200.700.060.66304.9253.9822.16
Hex571A520466421313616
Octal12732122010661024616626
Binary101011111010101001001000110110100001010011000111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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