#76416A

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

Shades of Palatinate Purple #76416A

Tints of Palatinate Purple #76416A

Color information

#76416A (or 0x76416A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 41 and 6A. RGB value is (118,65,106). Sum of RGB (Red+Green+Blue) = 118+65+106=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #76416A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76416A is #89BE95. Grayscale: #555555. Windows color (decimal): -9027222 or 6963574. OLE color: 6963574.

HSL color Cylindrical-coordinate representation of color #76416A: hue angle of 313.58º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76416A is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11865106-
CMYK00.450.100.54
HSL313.58º28.96%35.88%-
HSV(B)313.58º44.92%46.27%-
XYZ11.968.6714.68-
YUV85.52139.56151.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=40.83%
G=22.49%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186510600.450.100.54313.5828.9635.88
Hex76416A02DA3613a1d24
Octal16610115205512664723544
Binary1110110100000111010100101101101011011010011101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76416A; }

 p { color: rgb(118,65,106); }

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

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

 a { background-color: rgb(118,65,106); }

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

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

 span { border-color: rgb(118,65,106); }

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