#57045D

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

Shades of Palatinate Purple #57045D

Tints of Palatinate Purple #57045D

Color information

#57045D (or 0x57045D) is unknown color: approx Palatinate Purple. HEX triplet: 57, 04 and 5D. RGB value is (87,4,93). Sum of RGB (Red+Green+Blue) = 87+4+93=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #57045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57045D is #A8FBA2. Grayscale: #262626. Windows color (decimal): -11074467 or 6095959. OLE color: 6095959.

HSL color Cylindrical-coordinate representation of color #57045D: hue angle of 295.96º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #57045D is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB87493-
CMYK0.060.9600.64
HSL295.96º91.75%19.02%-
HSV(B)295.96º95.7%36.47%-
XYZ5.952.910.6-
YUV38.96158.5162.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.28%
GREEN value IS 4 (1.95% from 255) = 2.17%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=47.28%
G=2.17%
B=50.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal874930.060.9600.64295.9691.7519.02
Hex5745D6600401285c13
Octal12741356140010045013423
Binary10101111001011101110110000001000000100101000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57045D; }

 p { color: rgb(87,4,93); }

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

<style>
 a { background-color: #57045D; }

 a { background-color: rgb(87,4,93); }

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

<style>
 span { border-color: #57045D; }

 span { border-color: rgb(87,4,93); }

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