Shades of Purple #7B066E
Tints of Purple #7B066E
RGB
CMYK
RGB Variations
Color information
#7B066E (or 0x7B066E) is known color: Purple. HEX triplet: 7B, 06 and 6E. RGB value is (123,6,110). Sum of RGB (Red+Green+Blue) = 123+6+110=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B066E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B066E is #84F991. Grayscale: #343434. Windows color (decimal): -8714642 or 7210619. OLE color: 7210619.
HSL color Cylindrical-coordinate representation of color #7B066E: hue angle of 306.67º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B066E is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 6 | 110 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.52 |
| HSL | 306.67º | 0.91% | 0.25% | - |
| HSV(B) | 306.67º | 0.95% | 0.48% | - |
| XYZ | 11.05 | 5.47 | 15.22 | - |
| YUV | 52.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 110 | 0 | 0.95 | 0.11 | 0.52 | 306.67 | 0.91 | 0.25 |
| Hex | 7B | 6 | 6E | 0 | 5F | B | 34 | 133 | 5B | 19 |
| Octal | 173 | 6 | 156 | 0 | 137 | 13 | 64 | 463 | 133 | 31 |
| Binary | 1111011 | 110 | 1101110 | 0 | 1011111 | 1011 | 110100 | 100110011 | 1011011 | 11001 |
Color Harmonies of #7B066E
Complementary color
Monochromatic Colors of #7B066E
Black with #7B066E
Text Example
Text Example
White with #7B066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B066E; }
p { color: rgb(123,6,110); }
H1.HeaderClassName
{
color: #7B066E;
}
.AnyTagClassName
{
color: #7B066E;
}
</style>
background-color css
<style>
a { background-color: #7B066E; }
a { background-color: rgb(123,6,110); }
div.DivClassName
{
background-color: #7B066E;
}
.BgClassName
{
background-color: #7B066E;
}
</style>
border-color css
<style>
span { border-color: #7B066E; }
span { border-color: rgb(123,6,110); }
td.TdClassName
{
border-color: #7B066E;
}
.TagClassName
{
border-color: #7B066E;
}
</style>