#761161

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

Shades of Palatinate Purple #761161

Tints of Palatinate Purple #761161

Color information

#761161 (or 0x761161) is unknown color: approx Palatinate Purple. HEX triplet: 76, 11 and 61. RGB value is (118,17,97). Sum of RGB (Red+Green+Blue) = 118+17+97=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #761161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761161 is #89EE9E. Grayscale: #383838. Windows color (decimal): -9039519 or 6361462. OLE color: 6361462.

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

Color convert

RGB1181797-
CMYK00.860.180.54
HSL312.48º74.81%26.47%-
HSV(B)312.48º85.59%46.27%-
XYZ9.835.1211.78-
YUV56.32150.96172-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 17 (7.03% from 255) = 7.33%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=50.86%
G=7.33%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118179700.860.180.54312.4874.8126.47
Hex76116105612361384b1a
Octal166211410126226647011332
Binary11101101000111000010101011010010110110100111000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761161; }

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

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

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

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

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

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

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

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