#752E6B

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

Shades of Palatinate Purple #752E6B

Tints of Palatinate Purple #752E6B

Color information

#752E6B (or 0x752E6B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 2E and 6B. RGB value is (117,46,107). Sum of RGB (Red+Green+Blue) = 117+46+107=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #752E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E6B is #8AD194. Grayscale: #4A4A4A. Windows color (decimal): -9097621 or 7024245. OLE color: 7024245.

HSL color Cylindrical-coordinate representation of color #752E6B: hue angle of 308.45º 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 #752E6B is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11746107-
CMYK00.610.090.54
HSL308.45º43.56%31.96%-
HSV(B)308.45º60.68%45.88%-
XYZ10.976.814.64-
YUV74.18146.52158.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 46 (18.36% from 255) = 17.04%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=43.33%
G=17.04%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174610700.610.090.54308.4543.5631.96
Hex752E6B03D9361342c20
Octal1655615307511664645440
Binary1110101101110110101101111011001110110100110100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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