#76216C

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

Shades of Palatinate Purple #76216C

Tints of Palatinate Purple #76216C

Color information

#76216C (or 0x76216C) is unknown color: approx Palatinate Purple. HEX triplet: 76, 21 and 6C. RGB value is (118,33,108). Sum of RGB (Red+Green+Blue) = 118+33+108=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76216C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76216C is #89DE93. Grayscale: #424242. Windows color (decimal): -9035412 or 7086454. OLE color: 7086454.

HSL color Cylindrical-coordinate representation of color #76216C: hue angle of 307.06º 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 #76216C is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11833108-
CMYK00.720.080.54
HSL307.06º56.29%29.61%-
HSV(B)307.06º72.03%46.27%-
XYZ10.726.0214.78-
YUV66.96151.16164.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 33 (13.28% from 255) = 12.74%
BLUE value IS 108 (42.58% from 255) = 41.70%
R=45.56%
G=12.74%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183310800.720.080.54307.0656.2929.61
Hex76216C048836133381e
Octal16641154011010664637036
Binary1110110100001110110001001000100011011010011001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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