Shades of Dark Purple #76156F
Tints of Dark Purple #76156F
RGB
CMYK
RGB Variations
Color information
#76156F (or 0x76156F) is known color: Dark Purple. HEX triplet: 76, 15 and 6F. RGB value is (118,21,111). Sum of RGB (Red+Green+Blue) = 118+21+111=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76156F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76156F is #89EA90. Grayscale: #3C3C3C. Windows color (decimal): -9038481 or 7279990. OLE color: 7279990.
HSL color Cylindrical-coordinate representation of color #76156F: hue angle of 304.33º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76156F is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 21 | 111 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.54 |
| HSL | 304.33º | 0.7% | 0.27% | - |
| HSV(B) | 304.33º | 0.82% | 0.46% | - |
| XYZ | 10.61 | 5.54 | 15.55 | - |
| YUV | 60.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 111 | 0 | 0.82 | 0.06 | 0.54 | 304.33 | 0.7 | 0.27 |
| Hex | 76 | 15 | 6F | 0 | 52 | 6 | 36 | 130 | 46 | 1B |
| Octal | 166 | 25 | 157 | 0 | 122 | 6 | 66 | 460 | 106 | 33 |
| Binary | 1110110 | 10101 | 1101111 | 0 | 1010010 | 110 | 110110 | 100110000 | 1000110 | 11011 |
Color Harmonies of #76156F
Complementary color
Monochromatic Colors of #76156F
Black with #76156F
Text Example
Text Example
White with #76156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76156F; }
p { color: rgb(118,21,111); }
H1.HeaderClassName
{
color: #76156F;
}
.AnyTagClassName
{
color: #76156F;
}
</style>
background-color css
<style>
a { background-color: #76156F; }
a { background-color: rgb(118,21,111); }
div.DivClassName
{
background-color: #76156F;
}
.BgClassName
{
background-color: #76156F;
}
</style>
border-color css
<style>
span { border-color: #76156F; }
span { border-color: rgb(118,21,111); }
td.TdClassName
{
border-color: #76156F;
}
.TagClassName
{
border-color: #76156F;
}
</style>