#752A6C

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

Shades of Palatinate Purple #752A6C

Tints of Palatinate Purple #752A6C

Color information

#752A6C (or 0x752A6C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 2A and 6C. RGB value is (117,42,108). Sum of RGB (Red+Green+Blue) = 117+42+108=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #752A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752A6C is #8AD593. Grayscale: #474747. Windows color (decimal): -9098644 or 7088757. OLE color: 7088757.

HSL color Cylindrical-coordinate representation of color #752A6C: hue angle of 307.2º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #752A6C is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11742108-
CMYK00.640.080.54
HSL307.2º47.17%31.18%-
HSV(B)307.2º64.1%45.88%-
XYZ10.876.5214.87-
YUV71.95148.35160.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=43.82%
G=15.73%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174210800.640.080.54307.247.1731.18
Hex752A6C0408361332f1f
Octal16552154010010664635737
Binary1110101101010110110001000000100011011010011001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,42,108); }

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

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

 a { background-color: rgb(117,42,108); }

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

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

 span { border-color: rgb(117,42,108); }

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