#753064

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

Shades of Palatinate Purple #753064

Tints of Palatinate Purple #753064

Color information

#753064 (or 0x753064) is unknown color: approx Palatinate Purple. HEX triplet: 75, 30 and 64. RGB value is (117,48,100). Sum of RGB (Red+Green+Blue) = 117+48+100=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #753064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753064 is #8ACF9B. Grayscale: #4A4A4A. Windows color (decimal): -9097116 or 6566005. OLE color: 6566005.

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

Color convert

RGB11748100-
CMYK00.590.150.54
HSL314.78º41.82%32.35%-
HSV(B)314.78º58.97%45.88%-
XYZ10.696.8212.81-
YUV74.56142.36158.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 100 (39.45% from 255) = 37.74%
R=44.15%
G=18.11%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174810000.590.150.54314.7841.8232.35
Hex75306403BF3613b2a20
Octal1656014407317664735240
Binary1110101110000110010001110111111110110100111011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753064; }

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

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

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

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

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

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

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

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