#752C6B

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

Shades of Palatinate Purple #752C6B

Tints of Palatinate Purple #752C6B

Color information

#752C6B (or 0x752C6B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 2C and 6B. RGB value is (117,44,107). Sum of RGB (Red+Green+Blue) = 117+44+107=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #752C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C6B is #8AD394. Grayscale: #484848. Windows color (decimal): -9098133 or 7023733. OLE color: 7023733.

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

Color convert

RGB11744107-
CMYK00.620.090.54
HSL308.22º45.34%31.57%-
HSV(B)308.22º62.39%45.88%-
XYZ10.896.6414.62-
YUV73.01147.18159.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 44 (17.58% from 255) = 16.42%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=43.66%
G=16.42%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174410700.620.090.54308.2245.3431.57
Hex752C6B03E9361342d20
Octal1655415307611664645540
Binary1110101101100110101101111101001110110100110100101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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