#752F62

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

Shades of Palatinate Purple #752F62

Tints of Palatinate Purple #752F62

Color information

#752F62 (or 0x752F62) is unknown color: approx Palatinate Purple. HEX triplet: 75, 2F and 62. RGB value is (117,47,98). Sum of RGB (Red+Green+Blue) = 117+47+98=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #752F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F62 is #8AD09D. Grayscale: #494949. Windows color (decimal): -9097374 or 6434677. OLE color: 6434677.

HSL color Cylindrical-coordinate representation of color #752F62: hue angle of 316.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #752F62 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1174798-
CMYK00.600.160.54
HSL316.29º42.68%32.16%-
HSV(B)316.29º59.83%45.88%-
XYZ10.566.712.29-
YUV73.74141.69158.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 47 (18.75% from 255) = 17.94%
BLUE value IS 98 (38.67% from 255) = 37.40%
R=44.66%
G=17.94%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117479800.600.160.54316.2942.6832.16
Hex752F6203C103613c2b20
Octal1655714207420664745340
Binary11101011011111100010011110010000110110100111100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752F62; }

 p { color: rgb(117,47,98); }

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

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

 a { background-color: rgb(117,47,98); }

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

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

 span { border-color: rgb(117,47,98); }

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