Shades of Dark Violet #7B0FBE
Tints of Dark Violet #7B0FBE
RGB
CMYK
RGB Variations
Color information
#7B0FBE (or 0x7B0FBE) is known color: Dark Violet. HEX triplet: 7B, 0F and BE. RGB value is (123,15,190). Sum of RGB (Red+Green+Blue) = 123+15+190=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B0FBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0FBE is #84F041. Grayscale: #424242. Windows color (decimal): -8712258 or 12455803. OLE color: 12455803.
HSL color Cylindrical-coordinate representation of color #7B0FBE: hue angle of 277.03º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B0FBE is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 15 | 190 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.25 |
| HSL | 277.03º | 0.85% | 0.4% | - |
| HSV(B) | 277.03º | 0.92% | 0.75% | - |
| XYZ | 17.63 | 8.27 | 49.38 | - |
| YUV | 67.24 | 197.28 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 15 | 190 | 0.35 | 0.92 | 0 | 0.25 | 277.03 | 0.85 | 0.4 |
| Hex | 7B | F | BE | 23 | 5C | 0 | 19 | 115 | 55 | 28 |
| Octal | 173 | 17 | 276 | 43 | 134 | 0 | 31 | 425 | 125 | 50 |
| Binary | 1111011 | 1111 | 10111110 | 100011 | 1011100 | 0 | 11001 | 100010101 | 1010101 | 101000 |
Color Harmonies of #7B0FBE
Complementary color
Monochromatic Colors of #7B0FBE
Black with #7B0FBE
Text Example
Text Example
White with #7B0FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0FBE; }
p { color: rgb(123,15,190); }
H1.HeaderClassName
{
color: #7B0FBE;
}
.AnyTagClassName
{
color: #7B0FBE;
}
</style>
background-color css
<style>
a { background-color: #7B0FBE; }
a { background-color: rgb(123,15,190); }
div.DivClassName
{
background-color: #7B0FBE;
}
.BgClassName
{
background-color: #7B0FBE;
}
</style>
border-color css
<style>
span { border-color: #7B0FBE; }
span { border-color: rgb(123,15,190); }
td.TdClassName
{
border-color: #7B0FBE;
}
.TagClassName
{
border-color: #7B0FBE;
}
</style>