#571C51

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

Shades of Palatinate Purple #571C51

Tints of Palatinate Purple #571C51

Color information

#571C51 (or 0x571C51) is unknown color: approx Palatinate Purple. HEX triplet: 57, 1C and 51. RGB value is (87,28,81). Sum of RGB (Red+Green+Blue) = 87+28+81=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #571C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C51 is #A8E3AE. Grayscale: #333333. Windows color (decimal): -11068335 or 5315671. OLE color: 5315671.

HSL color Cylindrical-coordinate representation of color #571C51: hue angle of 306.1º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C51 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB872881-
CMYK00.680.070.66
HSL306.1º51.3%22.55%-
HSV(B)306.1º67.82%34.12%-
XYZ5.833.458.14-
YUV51.68144.55153.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 28 (11.33% from 255) = 14.29%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=44.39%
G=14.29%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87288100.680.070.66306.151.322.55
Hex571C510447421323317
Octal12734121010471024626327
Binary101011111100101000101000100111100001010011001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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