#76406A

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

Shades of Palatinate Purple #76406A

Tints of Palatinate Purple #76406A

Color information

#76406A (or 0x76406A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 40 and 6A. RGB value is (118,64,106). Sum of RGB (Red+Green+Blue) = 118+64+106=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #76406A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76406A is #89BF95. Grayscale: #545454. Windows color (decimal): -9027478 or 6963318. OLE color: 6963318.

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

Color convert

RGB11864106-
CMYK00.460.100.54
HSL313.33º29.67%35.69%-
HSV(B)313.33º45.76%46.27%-
XYZ11.918.5614.66-
YUV84.93139.89151.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=40.97%
G=22.22%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186410600.460.100.54313.3329.6735.69
Hex76406A02EA361391e24
Octal16610015205612664713644
Binary1110110100000011010100101110101011011010011100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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