Shades of Purple #7B0668
Tints of Purple #7B0668
RGB
CMYK
RGB Variations
Color information
#7B0668 (or 0x7B0668) is known color: Purple. HEX triplet: 7B, 06 and 68. RGB value is (123,6,104). Sum of RGB (Red+Green+Blue) = 123+6+104=233 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.79% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0668 is #84F997. Grayscale: #333333. Windows color (decimal): -8714648 or 6817403. OLE color: 6817403.
HSL color Cylindrical-coordinate representation of color #7B0668: hue angle of 309.74º 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 #7B0668 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 6 | 104 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.52 |
| HSL | 309.74º | 0.91% | 0.25% | - |
| HSV(B) | 309.74º | 0.95% | 0.48% | - |
| XYZ | 10.73 | 5.34 | 13.56 | - |
| YUV | 52.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 104 | 0 | 0.95 | 0.15 | 0.52 | 309.74 | 0.91 | 0.25 |
| Hex | 7B | 6 | 68 | 0 | 5F | F | 34 | 136 | 5B | 19 |
| Octal | 173 | 6 | 150 | 0 | 137 | 17 | 64 | 466 | 133 | 31 |
| Binary | 1111011 | 110 | 1101000 | 0 | 1011111 | 1111 | 110100 | 100110110 | 1011011 | 11001 |
Color Harmonies of #7B0668
Complementary color
Monochromatic Colors of #7B0668
Black with #7B0668
Text Example
Text Example
White with #7B0668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0668; }
p { color: rgb(123,6,104); }
H1.HeaderClassName
{
color: #7B0668;
}
.AnyTagClassName
{
color: #7B0668;
}
</style>
background-color css
<style>
a { background-color: #7B0668; }
a { background-color: rgb(123,6,104); }
div.DivClassName
{
background-color: #7B0668;
}
.BgClassName
{
background-color: #7B0668;
}
</style>
border-color css
<style>
span { border-color: #7B0668; }
span { border-color: rgb(123,6,104); }
td.TdClassName
{
border-color: #7B0668;
}
.TagClassName
{
border-color: #7B0668;
}
</style>