Shades of Purple #7B016C
Tints of Purple #7B016C
RGB
CMYK
RGB Variations
Color information
#7B016C (or 0x7B016C) is known color: Purple. HEX triplet: 7B, 01 and 6C. RGB value is (123,1,108). Sum of RGB (Red+Green+Blue) = 123+1+108=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B016C is #84FE93. Grayscale: #313131. Windows color (decimal): -8715924 or 7078267. OLE color: 7078267.
HSL color Cylindrical-coordinate representation of color #7B016C: hue angle of 307.38º 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 #7B016C is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.52 |
| HSL | 307.38º | 0.98% | 0.24% | - |
| HSV(B) | 307.38º | 0.99% | 0.48% | - |
| XYZ | 10.89 | 5.32 | 14.64 | - |
| YUV | 49.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 108 | 0 | 0.99 | 0.12 | 0.52 | 307.38 | 0.98 | 0.24 |
| Hex | 7B | 1 | 6C | 0 | 63 | C | 34 | 133 | 62 | 18 |
| Octal | 173 | 1 | 154 | 0 | 143 | 14 | 64 | 463 | 142 | 30 |
| Binary | 1111011 | 1 | 1101100 | 0 | 1100011 | 1100 | 110100 | 100110011 | 1100010 | 11000 |
Color Harmonies of #7B016C
Complementary color
Monochromatic Colors of #7B016C
Black with #7B016C
Text Example
Text Example
White with #7B016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B016C; }
p { color: rgb(123,1,108); }
H1.HeaderClassName
{
color: #7B016C;
}
.AnyTagClassName
{
color: #7B016C;
}
</style>
background-color css
<style>
a { background-color: #7B016C; }
a { background-color: rgb(123,1,108); }
div.DivClassName
{
background-color: #7B016C;
}
.BgClassName
{
background-color: #7B016C;
}
</style>
border-color css
<style>
span { border-color: #7B016C; }
span { border-color: rgb(123,1,108); }
td.TdClassName
{
border-color: #7B016C;
}
.TagClassName
{
border-color: #7B016C;
}
</style>