#752764

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

Shades of Palatinate Purple #752764

Tints of Palatinate Purple #752764

Color information

#752764 (or 0x752764) is unknown color: approx Palatinate Purple. HEX triplet: 75, 27 and 64. RGB value is (117,39,100). Sum of RGB (Red+Green+Blue) = 117+39+100=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #752764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752764 is #8AD89B. Grayscale: #454545. Windows color (decimal): -9099420 or 6563701. OLE color: 6563701.

HSL color Cylindrical-coordinate representation of color #752764: hue angle of 313.08º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752764 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11739100-
CMYK00.670.150.54
HSL313.08º50%30.59%-
HSV(B)313.08º66.67%45.88%-
XYZ10.366.1512.7-
YUV69.28145.34162.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 39 (15.62% from 255) = 15.23%
BLUE value IS 100 (39.45% from 255) = 39.06%
R=45.70%
G=15.23%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173910000.670.150.54313.085030.59
Hex752764043F36139321f
Octal16547144010317664716237
Binary1110101100111110010001000011111111011010011100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752764; }

 p { color: rgb(117,39,100); }

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

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

 a { background-color: rgb(117,39,100); }

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

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

 span { border-color: rgb(117,39,100); }

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