Shades of Dark Violet #7B06C9
Tints of Dark Violet #7B06C9
RGB
CMYK
RGB Variations
Color information
#7B06C9 (or 0x7B06C9) is known color: Dark Violet. HEX triplet: 7B, 06 and C9. RGB value is (123,6,201). Sum of RGB (Red+Green+Blue) = 123+6+201=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 201 (78.91% from 255 or 60.91% from 330); Max value from RGB is 201 - color contains mainly: blue. Hex color #7B06C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B06C9 is #84F936. Grayscale: #3E3E3E. Windows color (decimal): -8714551 or 13174395. OLE color: 13174395.
HSL color Cylindrical-coordinate representation of color #7B06C9: hue angle of 276º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B06C9 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 6 | 201 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.21 |
| HSL | 276º | 0.94% | 0.41% | - |
| HSV(B) | 276º | 0.97% | 0.79% | - |
| XYZ | 18.78 | 8.56 | 55.92 | - |
| YUV | 63.21 | 205.76 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 201 | 0.39 | 0.97 | 0 | 0.21 | 276 | 0.94 | 0.41 |
| Hex | 7B | 6 | C9 | 27 | 61 | 0 | 15 | 114 | 5E | 29 |
| Octal | 173 | 6 | 311 | 47 | 141 | 0 | 25 | 424 | 136 | 51 |
| Binary | 1111011 | 110 | 11001001 | 100111 | 1100001 | 0 | 10101 | 100010100 | 1011110 | 101001 |
Color Harmonies of #7B06C9
Complementary color
Monochromatic Colors of #7B06C9
Black with #7B06C9
Text Example
Text Example
White with #7B06C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B06C9; }
p { color: rgb(123,6,201); }
H1.HeaderClassName
{
color: #7B06C9;
}
.AnyTagClassName
{
color: #7B06C9;
}
</style>
background-color css
<style>
a { background-color: #7B06C9; }
a { background-color: rgb(123,6,201); }
div.DivClassName
{
background-color: #7B06C9;
}
.BgClassName
{
background-color: #7B06C9;
}
</style>
border-color css
<style>
span { border-color: #7B06C9; }
span { border-color: rgb(123,6,201); }
td.TdClassName
{
border-color: #7B06C9;
}
.TagClassName
{
border-color: #7B06C9;
}
</style>