#57045B

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

Shades of Palatinate Purple #57045B

Tints of Palatinate Purple #57045B

Color information

#57045B (or 0x57045B) is unknown color: approx Palatinate Purple. HEX triplet: 57, 04 and 5B. RGB value is (87,4,91). Sum of RGB (Red+Green+Blue) = 87+4+91=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #57045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57045B is #A8FBA4. Grayscale: #262626. Windows color (decimal): -11074469 or 5964887. OLE color: 5964887.

HSL color Cylindrical-coordinate representation of color #57045B: hue angle of 297.24º 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 #57045B is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB87491-
CMYK0.040.9600.64
HSL297.24º91.58%18.63%-
HSV(B)297.24º95.6%35.69%-
XYZ5.862.8710.14-
YUV38.74157.5162.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.80%
GREEN value IS 4 (1.95% from 255) = 2.20%
BLUE value IS 91 (35.94% from 255) = 50%
R=47.80%
G=2.20%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal874910.040.9600.64297.2491.5818.63
Hex5745B4600401295c13
Octal12741334140010045113423
Binary10101111001011011100110000001000000100101001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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