Shades of Dark Purple #76146F
Tints of Dark Purple #76146F
RGB
CMYK
RGB Variations
Color information
#76146F (or 0x76146F) is known color: Dark Purple. HEX triplet: 76, 14 and 6F. RGB value is (118,20,111). Sum of RGB (Red+Green+Blue) = 118+20+111=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76146F is #89EB90. Grayscale: #3B3B3B. Windows color (decimal): -9038737 or 7279734. OLE color: 7279734.
HSL color Cylindrical-coordinate representation of color #76146F: hue angle of 304.29º 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 #76146F is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 20 | 111 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.54 |
| HSL | 304.29º | 0.71% | 0.27% | - |
| HSV(B) | 304.29º | 0.83% | 0.46% | - |
| XYZ | 10.59 | 5.5 | 15.54 | - |
| YUV | 59.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 111 | 0 | 0.83 | 0.06 | 0.54 | 304.29 | 0.71 | 0.27 |
| Hex | 76 | 14 | 6F | 0 | 53 | 6 | 36 | 130 | 47 | 1B |
| Octal | 166 | 24 | 157 | 0 | 123 | 6 | 66 | 460 | 107 | 33 |
| Binary | 1110110 | 10100 | 1101111 | 0 | 1010011 | 110 | 110110 | 100110000 | 1000111 | 11011 |
Color Harmonies of #76146F
Complementary color
Monochromatic Colors of #76146F
Black with #76146F
Text Example
Text Example
White with #76146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76146F; }
p { color: rgb(118,20,111); }
H1.HeaderClassName
{
color: #76146F;
}
.AnyTagClassName
{
color: #76146F;
}
</style>
background-color css
<style>
a { background-color: #76146F; }
a { background-color: rgb(118,20,111); }
div.DivClassName
{
background-color: #76146F;
}
.BgClassName
{
background-color: #76146F;
}
</style>
border-color css
<style>
span { border-color: #76146F; }
span { border-color: rgb(118,20,111); }
td.TdClassName
{
border-color: #76146F;
}
.TagClassName
{
border-color: #76146F;
}
</style>