#57035C

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

Shades of Palatinate Purple #57035C

Tints of Palatinate Purple #57035C

Color information

#57035C (or 0x57035C) is unknown color: approx Palatinate Purple. HEX triplet: 57, 03 and 5C. RGB value is (87,3,92). Sum of RGB (Red+Green+Blue) = 87+3+92=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #57035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57035C is #A8FCA3. Grayscale: #252525. Windows color (decimal): -11074724 or 6030167. OLE color: 6030167.

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

Color convert

RGB87392-
CMYK0.050.9700.64
HSL296.63º93.68%18.63%-
HSV(B)296.63º96.74%36.08%-
XYZ5.892.8610.37-
YUV38.26158.33162.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.80%
GREEN value IS 3 (1.56% from 255) = 1.65%
BLUE value IS 92 (36.33% from 255) = 50.55%
R=47.80%
G=1.65%
B=50.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal873920.050.9700.64296.6393.6818.63
Hex5735C5610401295e13
Octal12731345141010045113623
Binary1010111111011100101110000101000000100101001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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