#752064

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

Shades of Palatinate Purple #752064

Tints of Palatinate Purple #752064

Color information

#752064 (or 0x752064) is unknown color: approx Palatinate Purple. HEX triplet: 75, 20 and 64. RGB value is (117,32,100). Sum of RGB (Red+Green+Blue) = 117+32+100=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #752064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752064 is #8ADF9B. Grayscale: #404040. Windows color (decimal): -9101212 or 6561909. OLE color: 6561909.

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

Color convert

RGB11732100-
CMYK00.730.150.54
HSL312º57.05%29.22%-
HSV(B)312º72.65%45.88%-
XYZ10.155.7412.63-
YUV65.17147.66164.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 32 (12.89% from 255) = 12.85%
BLUE value IS 100 (39.45% from 255) = 40.16%
R=46.99%
G=12.85%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173210000.730.150.5431257.0529.22
Hex752064049F36138391d
Octal16540144011117664707135
Binary1110101100000110010001001001111111011010011100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752064; }

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

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

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

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

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

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

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

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