#76196B

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

Shades of Dark Purple #76196B

Tints of Dark Purple #76196B

Color information

#76196B (or 0x76196B) is unknown color: approx Dark Purple. HEX triplet: 76, 19 and 6B. RGB value is (118,25,107). Sum of RGB (Red+Green+Blue) = 118+25+107=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76196B is #89E694. Grayscale: #3D3D3D. Windows color (decimal): -9037461 or 7018870. OLE color: 7018870.

HSL color Cylindrical-coordinate representation of color #76196B: hue angle of 307.1º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76196B is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11825107-
CMYK00.790.090.54
HSL307.1º65.03%28.04%-
HSV(B)307.1º78.81%46.27%-
XYZ10.475.6114.44-
YUV62.15153.31167.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 25 (10.16% from 255) = 10%
BLUE value IS 107 (42.19% from 255) = 42.8%
R=47.2%
G=10%
B=42.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182510700.790.090.54307.165.0328.04
Hex76196B04F936133411c
Octal166311530117116646310134
Binary1110110110011101011010011111001110110100110011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76196B; }

 p { color: rgb(118,25,107); }

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

<style>
 a { background-color: #76196B; }

 a { background-color: rgb(118,25,107); }

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

<style>
 span { border-color: #76196B; }

 span { border-color: rgb(118,25,107); }

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