#57055A

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

Shades of Palatinate Purple #57055A

Tints of Palatinate Purple #57055A

Color information

#57055A (or 0x57055A) is unknown color: approx Palatinate Purple. HEX triplet: 57, 05 and 5A. RGB value is (87,5,90). Sum of RGB (Red+Green+Blue) = 87+5+90=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #57055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57055A is #A8FAA5. Grayscale: #262626. Windows color (decimal): -11074214 or 5899607. OLE color: 5899607.

HSL color Cylindrical-coordinate representation of color #57055A: hue angle of 297.88º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #57055A is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB87590-
CMYK0.030.9400.65
HSL297.88º89.47%18.63%-
HSV(B)297.88º94.44%35.29%-
XYZ5.832.879.92-
YUV39.21156.67162.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.80%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=47.80%
G=2.75%
B=49.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal875900.030.9400.65297.8889.4718.63
Hex5755A35E04112a5913
Octal12751323136010145213123
Binary1010111101101101011101111001000001100101010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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