#752E61

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

Shades of Palatinate Purple #752E61

Tints of Palatinate Purple #752E61

Color information

#752E61 (or 0x752E61) is unknown color: approx Palatinate Purple. HEX triplet: 75, 2E and 61. RGB value is (117,46,97). Sum of RGB (Red+Green+Blue) = 117+46+97=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #752E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E61 is #8AD19E. Grayscale: #484848. Windows color (decimal): -9097631 or 6368885. OLE color: 6368885.

HSL color Cylindrical-coordinate representation of color #752E61: hue angle of 316.9º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752E61 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1174697-
CMYK00.610.170.54
HSL316.9º43.56%31.96%-
HSV(B)316.9º60.68%45.88%-
XYZ10.476.612.03-
YUV73.04141.52159.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 46 (18.36% from 255) = 17.69%
BLUE value IS 97 (38.28% from 255) = 37.31%
R=45%
G=17.69%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117469700.610.170.54316.943.5631.96
Hex752E6103D113613d2c20
Octal1655614107521664755440
Binary11101011011101100001011110110001110110100111101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,46,97); }

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

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

 a { background-color: rgb(117,46,97); }

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

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

 span { border-color: rgb(117,46,97); }

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