#57055E

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

Shades of Palatinate Purple #57055E

Tints of Palatinate Purple #57055E

Color information

#57055E (or 0x57055E) is unknown color: approx Palatinate Purple. HEX triplet: 57, 05 and 5E. RGB value is (87,5,94). Sum of RGB (Red+Green+Blue) = 87+5+94=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #57055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57055E is #A8FAA1. Grayscale: #272727. Windows color (decimal): -11074210 or 6161751. OLE color: 6161751.

HSL color Cylindrical-coordinate representation of color #57055E: hue angle of 295.28º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #57055E is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB87594-
CMYK0.070.9500.63
HSL295.28º89.9%19.41%-
HSV(B)295.28º94.68%36.86%-
XYZ6.012.9410.84-
YUV39.66158.67161.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 94 (37.11% from 255) = 50.54%
R=46.77%
G=2.69%
B=50.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal875940.070.9500.63295.2889.919.41
Hex5755E75F03F1275a13
Octal1275136713707744713223
Binary1010111101101111011110111110111111100100111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,5,94); }

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

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

 a { background-color: rgb(87,5,94); }

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

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

 span { border-color: rgb(87,5,94); }

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