#571850

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

Shades of Palatinate Purple #571850

Tints of Palatinate Purple #571850

Color information

#571850 (or 0x571850) is unknown color: approx Palatinate Purple. HEX triplet: 57, 18 and 50. RGB value is (87,24,80). Sum of RGB (Red+Green+Blue) = 87+24+80=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #571850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571850 is #A8E7AF. Grayscale: #313131. Windows color (decimal): -11069360 or 5249111. OLE color: 5249111.

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

Color convert

RGB872480-
CMYK00.720.080.66
HSL306.67º56.76%21.76%-
HSV(B)306.67º72.41%34.12%-
XYZ5.713.267.92-
YUV49.22145.37154.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=45.55%
G=12.57%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87248000.720.080.66306.6756.7621.76
Hex5718500488421333916
Octal127301200110101024637126
Binary1010111110001010000010010001000100001010011001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571850; }

 p { color: rgb(87,24,80); }

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

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

 a { background-color: rgb(87,24,80); }

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

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

 span { border-color: rgb(87,24,80); }

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