#76146D

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

Shades of Dark Purple #76146D

Tints of Dark Purple #76146D

Color information

#76146D (or 0x76146D) is unknown color: approx Dark Purple. HEX triplet: 76, 14 and 6D. RGB value is (118,20,109). Sum of RGB (Red+Green+Blue) = 118+20+109=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76146D is #89EB92. Grayscale: #3B3B3B. Windows color (decimal): -9038739 or 7148662. OLE color: 7148662.

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

Color convert

RGB11820109-
CMYK00.830.080.54
HSL305.51º71.01%27.06%-
HSV(B)305.51º83.05%46.27%-
XYZ10.485.4614.97-
YUV59.45155.97169.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 20 (8.20% from 255) = 8.10%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=47.77%
G=8.10%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182010900.830.080.54305.5171.0127.06
Hex76146D053836132471b
Octal166241550123106646210733
Binary1110110101001101101010100111000110110100110010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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