#752766

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

Shades of Palatinate Purple #752766

Tints of Palatinate Purple #752766

Color information

#752766 (or 0x752766) is unknown color: approx Palatinate Purple. HEX triplet: 75, 27 and 66. RGB value is (117,39,102). Sum of RGB (Red+Green+Blue) = 117+39+102=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #752766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752766 is #8AD899. Grayscale: #454545. Windows color (decimal): -9099418 or 6694773. OLE color: 6694773.

HSL color Cylindrical-coordinate representation of color #752766: hue angle of 311.54º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752766 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB11739102-
CMYK00.670.130.54
HSL311.54º50%30.59%-
HSV(B)311.54º66.67%45.88%-
XYZ10.466.1913.21-
YUV69.5146.34161.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=45.35%
G=15.12%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173910200.670.130.54311.545030.59
Hex752766043D36138321f
Octal16547146010315664706237
Binary1110101100111110011001000011110111011010011100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752766; }

 p { color: rgb(117,39,102); }

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

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

 a { background-color: rgb(117,39,102); }

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

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

 span { border-color: rgb(117,39,102); }

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