#76216A

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

Shades of Palatinate Purple #76216A

Tints of Palatinate Purple #76216A

Color information

#76216A (or 0x76216A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 21 and 6A. RGB value is (118,33,106). Sum of RGB (Red+Green+Blue) = 118+33+106=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #76216A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76216A is #89DE95. Grayscale: #424242. Windows color (decimal): -9035414 or 6955382. OLE color: 6955382.

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

Color convert

RGB11833106-
CMYK00.720.100.54
HSL308.47º56.29%29.61%-
HSV(B)308.47º72.03%46.27%-
XYZ10.625.9814.23-
YUV66.74150.16164.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 33 (13.28% from 255) = 12.84%
BLUE value IS 106 (41.80% from 255) = 41.25%
R=45.91%
G=12.84%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183310600.720.100.54308.4756.2929.61
Hex76216A048A36134381e
Octal16641152011012664647036
Binary1110110100001110101001001000101011011010011010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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