#752D65

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

Shades of Palatinate Purple #752D65

Tints of Palatinate Purple #752D65

Color information

#752D65 (or 0x752D65) is unknown color: approx Palatinate Purple. HEX triplet: 75, 2D and 65. RGB value is (117,45,101). Sum of RGB (Red+Green+Blue) = 117+45+101=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #752D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752D65 is #8AD29A. Grayscale: #484848. Windows color (decimal): -9097883 or 6630773. OLE color: 6630773.

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

Color convert

RGB11745101-
CMYK00.620.140.54
HSL313.33º44.44%31.76%-
HSV(B)313.33º61.54%45.88%-
XYZ10.626.613.03-
YUV72.91143.85159.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 45 (17.97% from 255) = 17.11%
BLUE value IS 101 (39.84% from 255) = 38.40%
R=44.49%
G=17.11%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174510100.620.140.54313.3344.4431.76
Hex752D6503EE361392c20
Octal1655514507616664715440
Binary1110101101101110010101111101110110110100111001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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