#76146E

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

Shades of Dark Purple #76146E

Tints of Dark Purple #76146E

Color information

#76146E (or 0x76146E) is unknown color: approx Dark Purple. HEX triplet: 76, 14 and 6E. RGB value is (118,20,110). Sum of RGB (Red+Green+Blue) = 118+20+110=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76146E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76146E is #89EB91. Grayscale: #3B3B3B. Windows color (decimal): -9038738 or 7214198. OLE color: 7214198.

HSL color Cylindrical-coordinate representation of color #76146E: hue angle of 304.9º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76146E is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11820110-
CMYK00.830.070.54
HSL304.9º71.01%27.06%-
HSV(B)304.9º83.05%46.27%-
XYZ10.545.4815.25-
YUV59.56156.47169.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=47.58%
G=8.06%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182011000.830.070.54304.971.0127.06
Hex76146E053736131471b
Octal16624156012376646110733
Binary111011010100110111001010011111110110100110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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