#752D6D

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

Shades of Palatinate Purple #752D6D

Tints of Palatinate Purple #752D6D

Color information

#752D6D (or 0x752D6D) is unknown color: approx Palatinate Purple. HEX triplet: 75, 2D and 6D. RGB value is (117,45,109). Sum of RGB (Red+Green+Blue) = 117+45+109=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #752D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752D6D is #8AD292. Grayscale: #494949. Windows color (decimal): -9097875 or 7155061. OLE color: 7155061.

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

Color convert

RGB11745109-
CMYK00.620.070.54
HSL306.67º44.44%31.76%-
HSV(B)306.67º61.54%45.88%-
XYZ11.036.7615.19-
YUV73.82147.85158.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 45 (17.97% from 255) = 16.61%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=43.17%
G=16.61%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174510900.620.070.54306.6744.4431.76
Hex752D6D03E7361332c20
Octal165551550767664635440
Binary111010110110111011010111110111110110100110011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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