#76216E

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

Shades of Dark Purple #76216E

Tints of Dark Purple #76216E

Color information

#76216E (or 0x76216E) is unknown color: approx Dark Purple. HEX triplet: 76, 21 and 6E. RGB value is (118,33,110). Sum of RGB (Red+Green+Blue) = 118+33+110=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76216E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76216E is #89DE91. Grayscale: #424242. Windows color (decimal): -9035410 or 7217526. OLE color: 7217526.

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

Color convert

RGB11833110-
CMYK00.720.070.54
HSL305.65º56.29%29.61%-
HSV(B)305.65º72.03%46.27%-
XYZ10.836.0715.35-
YUV67.19152.16164.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 33 (13.28% from 255) = 12.64%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=45.21%
G=12.64%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183311000.720.070.54305.6556.2929.61
Hex76216E048736132381e
Octal1664115601107664627036
Binary111011010000111011100100100011111011010011001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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