Shades of Purple #7F0D78
Tints of Purple #7F0D78
RGB
CMYK
RGB Variations
Color information
#7F0D78 (or 0x7F0D78) is known color: Purple. HEX triplet: 7F, 0D and 78. RGB value is (127,13,120). Sum of RGB (Red+Green+Blue) = 127+13+120=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0D78 is #80F287. Grayscale: #3A3A3A. Windows color (decimal): -8450696 or 7867775. OLE color: 7867775.
HSL color Cylindrical-coordinate representation of color #7F0D78: hue angle of 303.68º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F0D78 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 13 | 120 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.50 |
| HSL | 303.68º | 0.81% | 0.27% | - |
| HSV(B) | 303.68º | 0.9% | 0.5% | - |
| XYZ | 12.29 | 6.16 | 18.31 | - |
| YUV | 59.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 13 | 120 | 0 | 0.90 | 0.06 | 0.50 | 303.68 | 0.81 | 0.27 |
| Hex | 7F | D | 78 | 0 | 5A | 6 | 32 | 130 | 51 | 1B |
| Octal | 177 | 15 | 170 | 0 | 132 | 6 | 62 | 460 | 121 | 33 |
| Binary | 1111111 | 1101 | 1111000 | 0 | 1011010 | 110 | 110010 | 100110000 | 1010001 | 11011 |
Color Harmonies of #7F0D78
Complementary color
Monochromatic Colors of #7F0D78
Black with #7F0D78
Text Example
Text Example
White with #7F0D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0D78; }
p { color: rgb(127,13,120); }
H1.HeaderClassName
{
color: #7F0D78;
}
.AnyTagClassName
{
color: #7F0D78;
}
</style>
background-color css
<style>
a { background-color: #7F0D78; }
a { background-color: rgb(127,13,120); }
div.DivClassName
{
background-color: #7F0D78;
}
.BgClassName
{
background-color: #7F0D78;
}
</style>
border-color css
<style>
span { border-color: #7F0D78; }
span { border-color: rgb(127,13,120); }
td.TdClassName
{
border-color: #7F0D78;
}
.TagClassName
{
border-color: #7F0D78;
}
</style>