#57035B

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

Shades of Palatinate Purple #57035B

Tints of Palatinate Purple #57035B

Color information

#57035B (or 0x57035B) is unknown color: approx Palatinate Purple. HEX triplet: 57, 03 and 5B. RGB value is (87,3,91). Sum of RGB (Red+Green+Blue) = 87+3+91=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #57035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57035B is #A8FCA4. Grayscale: #252525. Windows color (decimal): -11074725 or 5964631. OLE color: 5964631.

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

Color convert

RGB87391-
CMYK0.040.9700.64
HSL297.27º93.62%18.43%-
HSV(B)297.27º96.7%35.69%-
XYZ5.852.8510.14-
YUV38.15157.83162.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=48.07%
G=1.66%
B=50.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal873910.040.9700.64297.2793.6218.43
Hex5735B4610401295e12
Octal12731334141010045113622
Binary1010111111011011100110000101000000100101001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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