#57144E

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

Shades of Palatinate Purple #57144E

Tints of Palatinate Purple #57144E

Color information

#57144E (or 0x57144E) is unknown color: approx Palatinate Purple. HEX triplet: 57, 14 and 4E. RGB value is (87,20,78). Sum of RGB (Red+Green+Blue) = 87+20+78=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #57144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57144E is #A8EBB1. Grayscale: #2E2E2E. Windows color (decimal): -11070386 or 5117015. OLE color: 5117015.

HSL color Cylindrical-coordinate representation of color #57144E: hue angle of 308.06º 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 #57144E is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB872078-
CMYK00.770.100.66
HSL308.06º62.62%20.98%-
HSV(B)308.06º77.01%34.12%-
XYZ5.563.087.51-
YUV46.64145.7156.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=47.03%
G=10.81%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87207800.770.100.66308.0662.6220.98
Hex57144E04DA421343f15
Octal127241160115121024647725
Binary1010111101001001110010011011010100001010011010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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