#57124E

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

Shades of Palatinate Purple #57124E

Tints of Palatinate Purple #57124E

Color information

#57124E (or 0x57124E) is unknown color: approx Palatinate Purple. HEX triplet: 57, 12 and 4E. RGB value is (87,18,78). Sum of RGB (Red+Green+Blue) = 87+18+78=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57124E is #A8EDB1. Grayscale: #2D2D2D. Windows color (decimal): -11070898 or 5116503. OLE color: 5116503.

HSL color Cylindrical-coordinate representation of color #57124E: hue angle of 307.83º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #57124E is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB871878-
CMYK00.790.100.66
HSL307.83º65.71%20.59%-
HSV(B)307.83º79.31%34.12%-
XYZ5.523.017.5-
YUV45.47146.36157.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=47.54%
G=9.84%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87187800.790.100.66307.8365.7120.59
Hex57124E04FA421344215
Octal1272211601171210246410225
Binary10101111001010011100100111110101000010100110100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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