#76197D

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

Shades of Dark Purple #76197D

Tints of Dark Purple #76197D

Color information

#76197D (or 0x76197D) is unknown color: approx Dark Purple. HEX triplet: 76, 19 and 7D. RGB value is (118,25,125). Sum of RGB (Red+Green+Blue) = 118+25+125=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #76197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76197D is #89E682. Grayscale: #3F3F3F. Windows color (decimal): -9037443 or 8198518. OLE color: 8198518.

HSL color Cylindrical-coordinate representation of color #76197D: hue angle of 295.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76197D is Cyan = 0.06, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11825125-
CMYK0.060.800.51
HSL295.8º66.67%29.41%-
HSV(B)295.8º80%49.02%-
XYZ11.526.0319.96-
YUV64.21162.31166.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 25 (10.16% from 255) = 9.33%
BLUE value IS 125 (49.22% from 255) = 46.64%
R=44.03%
G=9.33%
B=46.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118251250.060.800.51295.866.6729.41
Hex76197D650033128431d
Octal16631175612006345010335
Binary111011011001111110111010100000110011100101000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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