#752765

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

Shades of Palatinate Purple #752765

Tints of Palatinate Purple #752765

Color information

#752765 (or 0x752765) is unknown color: approx Palatinate Purple. HEX triplet: 75, 27 and 65. RGB value is (117,39,101). Sum of RGB (Red+Green+Blue) = 117+39+101=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #752765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752765 is #8AD89A. Grayscale: #454545. Windows color (decimal): -9099419 or 6629237. OLE color: 6629237.

HSL color Cylindrical-coordinate representation of color #752765: hue angle of 312.31º 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 #752765 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11739101-
CMYK00.670.140.54
HSL312.31º50%30.59%-
HSV(B)312.31º66.67%45.88%-
XYZ10.416.1712.95-
YUV69.39145.84161.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.53%
GREEN value IS 39 (15.62% from 255) = 15.18%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=45.53%
G=15.18%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173910100.670.140.54312.315030.59
Hex752765043E36138321f
Octal16547145010316664706237
Binary1110101100111110010101000011111011011010011100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752765; }

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

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

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

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

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

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

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

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