#752E6D

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

Shades of Palatinate Purple #752E6D

Tints of Palatinate Purple #752E6D

Color information

#752E6D (or 0x752E6D) is unknown color: approx Palatinate Purple. HEX triplet: 75, 2E and 6D. RGB value is (117,46,109). Sum of RGB (Red+Green+Blue) = 117+46+109=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #752E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E6D is #8AD192. Grayscale: #4A4A4A. Windows color (decimal): -9097619 or 7155317. OLE color: 7155317.

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

Color convert

RGB11746109-
CMYK00.610.070.54
HSL306.76º43.56%31.96%-
HSV(B)306.76º60.68%45.88%-
XYZ11.076.8415.2-
YUV74.41147.52158.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=43.01%
G=16.91%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174610900.610.070.54306.7643.5631.96
Hex752E6D03D7361332c20
Octal165561550757664635440
Binary111010110111011011010111101111110110100110011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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