Shades of Purple #7B016D
Tints of Purple #7B016D
RGB
CMYK
RGB Variations
Color information
#7B016D (or 0x7B016D) is known color: Purple. HEX triplet: 7B, 01 and 6D. RGB value is (123,1,109). Sum of RGB (Red+Green+Blue) = 123+1+109=233 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.79% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 123 - color contains mainly: red. Hex color #7B016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B016D is #84FE92. Grayscale: #313131. Windows color (decimal): -8715923 or 7143803. OLE color: 7143803.
HSL color Cylindrical-coordinate representation of color #7B016D: hue angle of 306.89º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B016D is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 1 | 109 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.52 |
| HSL | 306.89º | 0.98% | 0.24% | - |
| HSV(B) | 306.89º | 0.99% | 0.48% | - |
| XYZ | 10.94 | 5.34 | 14.92 | - |
| YUV | 49.79 | 161.42 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 109 | 0 | 0.99 | 0.11 | 0.52 | 306.89 | 0.98 | 0.24 |
| Hex | 7B | 1 | 6D | 0 | 63 | B | 34 | 133 | 62 | 18 |
| Octal | 173 | 1 | 155 | 0 | 143 | 13 | 64 | 463 | 142 | 30 |
| Binary | 1111011 | 1 | 1101101 | 0 | 1100011 | 1011 | 110100 | 100110011 | 1100010 | 11000 |
Color Harmonies of #7B016D
Complementary color
Monochromatic Colors of #7B016D
Black with #7B016D
Text Example
Text Example
White with #7B016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B016D; }
p { color: rgb(123,1,109); }
H1.HeaderClassName
{
color: #7B016D;
}
.AnyTagClassName
{
color: #7B016D;
}
</style>
background-color css
<style>
a { background-color: #7B016D; }
a { background-color: rgb(123,1,109); }
div.DivClassName
{
background-color: #7B016D;
}
.BgClassName
{
background-color: #7B016D;
}
</style>
border-color css
<style>
span { border-color: #7B016D; }
span { border-color: rgb(123,1,109); }
td.TdClassName
{
border-color: #7B016D;
}
.TagClassName
{
border-color: #7B016D;
}
</style>