#753060

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

Shades of Palatinate Purple #753060

Tints of Palatinate Purple #753060

Color information

#753060 (or 0x753060) is unknown color: approx Palatinate Purple. HEX triplet: 75, 30 and 60. RGB value is (117,48,96). Sum of RGB (Red+Green+Blue) = 117+48+96=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #753060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753060 is #8ACF9F. Grayscale: #494949. Windows color (decimal): -9097120 or 6303861. OLE color: 6303861.

HSL color Cylindrical-coordinate representation of color #753060: hue angle of 318.26º 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 #753060 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1174896-
CMYK00.590.180.54
HSL318.26º41.82%32.35%-
HSV(B)318.26º58.97%45.88%-
XYZ10.56.7411.81-
YUV74.1140.36158.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 96 (37.89% from 255) = 36.78%
R=44.83%
G=18.39%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117489600.590.180.54318.2641.8232.35
Hex75306003B123613e2a20
Octal1656014007322664765240
Binary11101011100001100000011101110010110110100111110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753060; }

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

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

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

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

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

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

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

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