Shades of Dark Purple #76186A
Tints of Dark Purple #76186A
RGB
CMYK
RGB Variations
Color information
#76186A (or 0x76186A) is known color: Dark Purple. HEX triplet: 76, 18 and 6A. RGB value is (118,24,106). Sum of RGB (Red+Green+Blue) = 118+24+106=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76186A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76186A is #89E795. Grayscale: #3D3D3D. Windows color (decimal): -9037718 or 6953078. OLE color: 6953078.
HSL color Cylindrical-coordinate representation of color #76186A: hue angle of 307.66º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76186A is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 106 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.54 |
| HSL | 307.66º | 0.66% | 0.28% | - |
| HSV(B) | 307.66º | 0.8% | 0.46% | - |
| XYZ | 10.4 | 5.55 | 14.16 | - |
| YUV | 61.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 106 | 0 | 0.80 | 0.10 | 0.54 | 307.66 | 0.66 | 0.28 |
| Hex | 76 | 18 | 6A | 0 | 50 | A | 36 | 134 | 42 | 1C |
| Octal | 166 | 30 | 152 | 0 | 120 | 12 | 66 | 464 | 102 | 34 |
| Binary | 1110110 | 11000 | 1101010 | 0 | 1010000 | 1010 | 110110 | 100110100 | 1000010 | 11100 |
Color Harmonies of #76186A
Complementary color
Monochromatic Colors of #76186A
Black with #76186A
Text Example
Text Example
White with #76186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76186A; }
p { color: rgb(118,24,106); }
H1.HeaderClassName
{
color: #76186A;
}
.AnyTagClassName
{
color: #76186A;
}
</style>
background-color css
<style>
a { background-color: #76186A; }
a { background-color: rgb(118,24,106); }
div.DivClassName
{
background-color: #76186A;
}
.BgClassName
{
background-color: #76186A;
}
</style>
border-color css
<style>
span { border-color: #76186A; }
span { border-color: rgb(118,24,106); }
td.TdClassName
{
border-color: #76186A;
}
.TagClassName
{
border-color: #76186A;
}
</style>