#752360

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

Shades of Palatinate Purple #752360

Tints of Palatinate Purple #752360

Color information

#752360 (or 0x752360) is unknown color: approx Palatinate Purple. HEX triplet: 75, 23 and 60. RGB value is (117,35,96). Sum of RGB (Red+Green+Blue) = 117+35+96=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #752360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752360 is #8ADC9F. Grayscale: #424242. Windows color (decimal): -9100448 or 6300533. OLE color: 6300533.

HSL color Cylindrical-coordinate representation of color #752360: hue angle of 315.37º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752360 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1173596-
CMYK00.700.180.54
HSL315.37º53.95%29.8%-
HSV(B)315.37º70.09%45.88%-
XYZ10.055.8311.66-
YUV66.47144.67164.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 35 (14.06% from 255) = 14.11%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=47.18%
G=14.11%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117359600.700.180.54315.3753.9529.8
Hex752360046123613b361e
Octal16543140010622664736636
Binary11101011000111100000010001101001011011010011101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752360; }

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

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

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

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

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

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

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

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