Shades of Purple #7D0F78
Tints of Purple #7D0F78
RGB
CMYK
RGB Variations
Color information
#7D0F78 (or 0x7D0F78) is known color: Purple. HEX triplet: 7D, 0F and 78. RGB value is (125,15,120). Sum of RGB (Red+Green+Blue) = 125+15+120=260 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.08% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0F78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0F78 is #82F087. Grayscale: #3B3B3B. Windows color (decimal): -8581256 or 7868285. OLE color: 7868285.
HSL color Cylindrical-coordinate representation of color #7D0F78: hue angle of 302.73º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D0F78 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 15 | 120 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.51 |
| HSL | 302.73º | 0.79% | 0.27% | - |
| HSV(B) | 302.73º | 0.88% | 0.49% | - |
| XYZ | 12.02 | 6.06 | 18.31 | - |
| YUV | 59.86 | 161.94 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 15 | 120 | 0 | 0.88 | 0.04 | 0.51 | 302.73 | 0.79 | 0.27 |
| Hex | 7D | F | 78 | 0 | 58 | 4 | 33 | 12F | 4F | 1B |
| Octal | 175 | 17 | 170 | 0 | 130 | 4 | 63 | 457 | 117 | 33 |
| Binary | 1111101 | 1111 | 1111000 | 0 | 1011000 | 100 | 110011 | 100101111 | 1001111 | 11011 |
Color Harmonies of #7D0F78
Complementary color
Monochromatic Colors of #7D0F78
Black with #7D0F78
Text Example
Text Example
White with #7D0F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0F78; }
p { color: rgb(125,15,120); }
H1.HeaderClassName
{
color: #7D0F78;
}
.AnyTagClassName
{
color: #7D0F78;
}
</style>
background-color css
<style>
a { background-color: #7D0F78; }
a { background-color: rgb(125,15,120); }
div.DivClassName
{
background-color: #7D0F78;
}
.BgClassName
{
background-color: #7D0F78;
}
</style>
border-color css
<style>
span { border-color: #7D0F78; }
span { border-color: rgb(125,15,120); }
td.TdClassName
{
border-color: #7D0F78;
}
.TagClassName
{
border-color: #7D0F78;
}
</style>