#571152

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

Shades of Palatinate Purple #571152

Tints of Palatinate Purple #571152

Color information

#571152 (or 0x571152) is unknown color: approx Palatinate Purple. HEX triplet: 57, 11 and 52. RGB value is (87,17,82). Sum of RGB (Red+Green+Blue) = 87+17+82=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #571152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571152 is #A8EEAD. Grayscale: #2D2D2D. Windows color (decimal): -11071150 or 5378391. OLE color: 5378391.

HSL color Cylindrical-coordinate representation of color #571152: hue angle of 304.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571152 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB871782-
CMYK00.800.060.66
HSL304.29º67.31%20.39%-
HSV(B)304.29º80.46%34.12%-
XYZ5.653.048.27-
YUV45.34148.69157.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 82 (32.42% from 255) = 44.09%
R=46.77%
G=9.14%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87178200.800.060.66304.2967.3120.39
Hex5711520506421304314
Octal127211220120610246010324
Binary1010111100011010010010100001101000010100110000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571152; }

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

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

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

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

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

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

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

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