Shades of Purple #7B0774
Tints of Purple #7B0774
RGB
CMYK
RGB Variations
Color information
#7B0774 (or 0x7B0774) is known color: Purple. HEX triplet: 7B, 07 and 74. RGB value is (123,7,116). Sum of RGB (Red+Green+Blue) = 123+7+116=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0774 is #84F88B. Grayscale: #353535. Windows color (decimal): -8714380 or 7604091. OLE color: 7604091.
HSL color Cylindrical-coordinate representation of color #7B0774: hue angle of 303.62º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0774 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 7 | 116 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.52 |
| HSL | 303.62º | 0.89% | 0.25% | - |
| HSV(B) | 303.62º | 0.94% | 0.48% | - |
| XYZ | 11.4 | 5.62 | 17.01 | - |
| YUV | 54.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 7 | 116 | 0 | 0.94 | 0.06 | 0.52 | 303.62 | 0.89 | 0.25 |
| Hex | 7B | 7 | 74 | 0 | 5E | 6 | 34 | 130 | 59 | 19 |
| Octal | 173 | 7 | 164 | 0 | 136 | 6 | 64 | 460 | 131 | 31 |
| Binary | 1111011 | 111 | 1110100 | 0 | 1011110 | 110 | 110100 | 100110000 | 1011001 | 11001 |
Color Harmonies of #7B0774
Complementary color
Monochromatic Colors of #7B0774
Black with #7B0774
Text Example
Text Example
White with #7B0774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0774; }
p { color: rgb(123,7,116); }
H1.HeaderClassName
{
color: #7B0774;
}
.AnyTagClassName
{
color: #7B0774;
}
</style>
background-color css
<style>
a { background-color: #7B0774; }
a { background-color: rgb(123,7,116); }
div.DivClassName
{
background-color: #7B0774;
}
.BgClassName
{
background-color: #7B0774;
}
</style>
border-color css
<style>
span { border-color: #7B0774; }
span { border-color: rgb(123,7,116); }
td.TdClassName
{
border-color: #7B0774;
}
.TagClassName
{
border-color: #7B0774;
}
</style>