#571752

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

Shades of Palatinate Purple #571752

Tints of Palatinate Purple #571752

Color information

#571752 (or 0x571752) is unknown color: approx Palatinate Purple. HEX triplet: 57, 17 and 52. RGB value is (87,23,82). Sum of RGB (Red+Green+Blue) = 87+23+82=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #571752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571752 is #A8E8AD. Grayscale: #303030. Windows color (decimal): -11069614 or 5379927. OLE color: 5379927.

HSL color Cylindrical-coordinate representation of color #571752: hue angle of 304.69º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #571752 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB872382-
CMYK00.740.060.66
HSL304.69º58.18%21.57%-
HSV(B)304.69º73.56%34.12%-
XYZ5.763.258.31-
YUV48.86146.7155.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.31%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 82 (32.42% from 255) = 42.71%
R=45.31%
G=11.98%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87238200.740.060.66304.6958.1821.57
Hex57175204A6421313a16
Octal12727122011261024617226
Binary101011110111101001001001010110100001010011000111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571752; }

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

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

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

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

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

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

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

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