#57144F

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

Shades of Palatinate Purple #57144F

Tints of Palatinate Purple #57144F

Color information

#57144F (or 0x57144F) is unknown color: approx Palatinate Purple. HEX triplet: 57, 14 and 4F. RGB value is (87,20,79). Sum of RGB (Red+Green+Blue) = 87+20+79=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #57144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57144F is #A8EBB0. Grayscale: #2E2E2E. Windows color (decimal): -11070385 or 5182551. OLE color: 5182551.

HSL color Cylindrical-coordinate representation of color #57144F: hue angle of 307.16º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57144F is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB872079-
CMYK00.770.090.66
HSL307.16º62.62%20.98%-
HSV(B)307.16º77.01%34.12%-
XYZ5.593.097.7-
YUV46.76146.2156.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 20 (8.20% from 255) = 10.75%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=46.77%
G=10.75%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87207900.770.090.66307.1662.6220.98
Hex57144F04D9421333f15
Octal127241170115111024637725
Binary1010111101001001111010011011001100001010011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57144F; }

 p { color: rgb(87,20,79); }

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

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

 a { background-color: rgb(87,20,79); }

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

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

 span { border-color: rgb(87,20,79); }

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