Shades of Dark Purple #76256F
Tints of Dark Purple #76256F
RGB
CMYK
RGB Variations
Color information
#76256F (or 0x76256F) is known color: Dark Purple. HEX triplet: 76, 25 and 6F. RGB value is (118,37,111). Sum of RGB (Red+Green+Blue) = 118+37+111=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76256F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76256F is #89DA90. Grayscale: #454545. Windows color (decimal): -9034385 or 7284086. OLE color: 7284086.
HSL color Cylindrical-coordinate representation of color #76256F: hue angle of 305.19º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76256F is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 37 | 111 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.54 |
| HSL | 305.19º | 0.52% | 0.3% | - |
| HSV(B) | 305.19º | 0.69% | 0.46% | - |
| XYZ | 11 | 6.32 | 15.68 | - |
| YUV | 69.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 111 | 0 | 0.69 | 0.06 | 0.54 | 305.19 | 0.52 | 0.3 |
| Hex | 76 | 25 | 6F | 0 | 45 | 6 | 36 | 131 | 34 | 1E |
| Octal | 166 | 45 | 157 | 0 | 105 | 6 | 66 | 461 | 64 | 36 |
| Binary | 1110110 | 100101 | 1101111 | 0 | 1000101 | 110 | 110110 | 100110001 | 110100 | 11110 |
Color Harmonies of #76256F
Complementary color
Monochromatic Colors of #76256F
Black with #76256F
Text Example
Text Example
White with #76256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76256F; }
p { color: rgb(118,37,111); }
H1.HeaderClassName
{
color: #76256F;
}
.AnyTagClassName
{
color: #76256F;
}
</style>
background-color css
<style>
a { background-color: #76256F; }
a { background-color: rgb(118,37,111); }
div.DivClassName
{
background-color: #76256F;
}
.BgClassName
{
background-color: #76256F;
}
</style>
border-color css
<style>
span { border-color: #76256F; }
span { border-color: rgb(118,37,111); }
td.TdClassName
{
border-color: #76256F;
}
.TagClassName
{
border-color: #76256F;
}
</style>