#761165

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

Shades of Palatinate Purple #761165

Tints of Palatinate Purple #761165

Color information

#761165 (or 0x761165) is unknown color: approx Palatinate Purple. HEX triplet: 76, 11 and 65. RGB value is (118,17,101). Sum of RGB (Red+Green+Blue) = 118+17+101=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #761165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761165 is #89EE9A. Grayscale: #383838. Windows color (decimal): -9039515 or 6623606. OLE color: 6623606.

HSL color Cylindrical-coordinate representation of color #761165: hue angle of 310.1º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761165 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11817101-
CMYK00.860.140.54
HSL310.1º74.81%26.47%-
HSV(B)310.1º85.59%46.27%-
XYZ10.025.1912.79-
YUV56.78152.96171.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 7.20%
BLUE value IS 101 (39.84% from 255) = 42.80%
R=50%
G=7.20%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181710100.860.140.54310.174.8126.47
Hex761165056E361364b1a
Octal166211450126166646611332
Binary1110110100011100101010101101110110110100110110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761165; }

 p { color: rgb(118,17,101); }

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

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

 a { background-color: rgb(118,17,101); }

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

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

 span { border-color: rgb(118,17,101); }

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