Shades of Purple #7B066C
Tints of Purple #7B066C
RGB
CMYK
RGB Variations
Color information
#7B066C (or 0x7B066C) is known color: Purple. HEX triplet: 7B, 06 and 6C. RGB value is (123,6,108). Sum of RGB (Red+Green+Blue) = 123+6+108=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B066C is #84F993. Grayscale: #343434. Windows color (decimal): -8714644 or 7079547. OLE color: 7079547.
HSL color Cylindrical-coordinate representation of color #7B066C: hue angle of 307.69º 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 #7B066C is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 6 | 108 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.52 |
| HSL | 307.69º | 0.91% | 0.25% | - |
| HSV(B) | 307.69º | 0.95% | 0.48% | - |
| XYZ | 10.94 | 5.42 | 14.66 | - |
| YUV | 52.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 108 | 0 | 0.95 | 0.12 | 0.52 | 307.69 | 0.91 | 0.25 |
| Hex | 7B | 6 | 6C | 0 | 5F | C | 34 | 134 | 5B | 19 |
| Octal | 173 | 6 | 154 | 0 | 137 | 14 | 64 | 464 | 133 | 31 |
| Binary | 1111011 | 110 | 1101100 | 0 | 1011111 | 1100 | 110100 | 100110100 | 1011011 | 11001 |
Color Harmonies of #7B066C
Complementary color
Monochromatic Colors of #7B066C
Black with #7B066C
Text Example
Text Example
White with #7B066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B066C; }
p { color: rgb(123,6,108); }
H1.HeaderClassName
{
color: #7B066C;
}
.AnyTagClassName
{
color: #7B066C;
}
</style>
background-color css
<style>
a { background-color: #7B066C; }
a { background-color: rgb(123,6,108); }
div.DivClassName
{
background-color: #7B066C;
}
.BgClassName
{
background-color: #7B066C;
}
</style>
border-color css
<style>
span { border-color: #7B066C; }
span { border-color: rgb(123,6,108); }
td.TdClassName
{
border-color: #7B066C;
}
.TagClassName
{
border-color: #7B066C;
}
</style>