Shades of Purple #7B0D78
Tints of Purple #7B0D78
RGB
CMYK
RGB Variations
Color information
#7B0D78 (or 0x7B0D78) is known color: Purple. HEX triplet: 7B, 0D and 78. RGB value is (123,13,120). Sum of RGB (Red+Green+Blue) = 123+13+120=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0D78 is #84F287. Grayscale: #393939. Windows color (decimal): -8712840 or 7867771. OLE color: 7867771.
HSL color Cylindrical-coordinate representation of color #7B0D78: hue angle of 301.64º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B0D78 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 13 | 120 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.52 |
| HSL | 301.64º | 0.81% | 0.27% | - |
| HSV(B) | 301.64º | 0.89% | 0.48% | - |
| XYZ | 11.7 | 5.85 | 18.28 | - |
| YUV | 58.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 13 | 120 | 0 | 0.89 | 0.02 | 0.52 | 301.64 | 0.81 | 0.27 |
| Hex | 7B | D | 78 | 0 | 59 | 2 | 34 | 12E | 51 | 1B |
| Octal | 173 | 15 | 170 | 0 | 131 | 2 | 64 | 456 | 121 | 33 |
| Binary | 1111011 | 1101 | 1111000 | 0 | 1011001 | 10 | 110100 | 100101110 | 1010001 | 11011 |
Color Harmonies of #7B0D78
Complementary color
Monochromatic Colors of #7B0D78
Black with #7B0D78
Text Example
Text Example
White with #7B0D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0D78; }
p { color: rgb(123,13,120); }
H1.HeaderClassName
{
color: #7B0D78;
}
.AnyTagClassName
{
color: #7B0D78;
}
</style>
background-color css
<style>
a { background-color: #7B0D78; }
a { background-color: rgb(123,13,120); }
div.DivClassName
{
background-color: #7B0D78;
}
.BgClassName
{
background-color: #7B0D78;
}
</style>
border-color css
<style>
span { border-color: #7B0D78; }
span { border-color: rgb(123,13,120); }
td.TdClassName
{
border-color: #7B0D78;
}
.TagClassName
{
border-color: #7B0D78;
}
</style>