#57025B

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

Shades of Palatinate Purple #57025B

Tints of Palatinate Purple #57025B

Color information

#57025B (or 0x57025B) is unknown color: approx Palatinate Purple. HEX triplet: 57, 02 and 5B. RGB value is (87,2,91). Sum of RGB (Red+Green+Blue) = 87+2+91=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #57025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57025B is #A8FDA4. Grayscale: #252525. Windows color (decimal): -11074981 or 5964375. OLE color: 5964375.

HSL color Cylindrical-coordinate representation of color #57025B: hue angle of 297.3º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #57025B is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB87291-
CMYK0.040.9800.64
HSL297.3º95.7%18.24%-
HSV(B)297.3º97.8%35.69%-
XYZ5.842.8210.13-
YUV37.56158.16163.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.33%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 91 (35.94% from 255) = 50.56%
R=48.33%
G=1.11%
B=50.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal872910.040.9800.64297.395.718.24
Hex5725B4620401296012
Octal12721334142010045114022
Binary1010111101011011100110001001000000100101001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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