#752C62

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

Shades of Palatinate Purple #752C62

Tints of Palatinate Purple #752C62

Color information

#752C62 (or 0x752C62) is unknown color: approx Palatinate Purple. HEX triplet: 75, 2C and 62. RGB value is (117,44,98). Sum of RGB (Red+Green+Blue) = 117+44+98=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #752C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C62 is #8AD39D. Grayscale: #474747. Windows color (decimal): -9098142 or 6433909. OLE color: 6433909.

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

Color convert

RGB1174498-
CMYK00.620.160.54
HSL315.62º45.34%31.57%-
HSV(B)315.62º62.39%45.88%-
XYZ10.446.4712.25-
YUV71.98142.68160.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 44 (17.58% from 255) = 16.99%
BLUE value IS 98 (38.67% from 255) = 37.84%
R=45.17%
G=16.99%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117449800.620.160.54315.6245.3431.57
Hex752C6203E103613c2d20
Octal1655414207620664745540
Binary11101011011001100010011111010000110110100111100101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,44,98); }

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

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

 a { background-color: rgb(117,44,98); }

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

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

 span { border-color: rgb(117,44,98); }

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