#752E5C

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

Shades of Palatinate Purple #752E5C

Tints of Palatinate Purple #752E5C

Color information

#752E5C (or 0x752E5C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 2E and 5C. RGB value is (117,46,92). Sum of RGB (Red+Green+Blue) = 117+46+92=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #752E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E5C is #8AD1A3. Grayscale: #484848. Windows color (decimal): -9097636 or 6041205. OLE color: 6041205.

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

Color convert

RGB1174692-
CMYK00.610.210.54
HSL321.13º43.56%31.96%-
HSV(B)321.13º60.68%45.88%-
XYZ10.246.5110.84-
YUV72.47139.02159.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 46 (18.36% from 255) = 18.04%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=45.88%
G=18.04%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117469200.610.210.54321.1343.5631.96
Hex752E5C03D15361412c20
Octal1655613407525665015440
Binary11101011011101011100011110110101110110101000001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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