Shades of Dark Violet #7B01BE
Tints of Dark Violet #7B01BE
RGB
CMYK
RGB Variations
Color information
#7B01BE (or 0x7B01BE) is known color: Dark Violet. HEX triplet: 7B, 01 and BE. RGB value is (123,1,190). Sum of RGB (Red+Green+Blue) = 123+1+190=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B01BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B01BE is #84FE41. Grayscale: #3A3A3A. Windows color (decimal): -8715842 or 12452219. OLE color: 12452219.
HSL color Cylindrical-coordinate representation of color #7B01BE: hue angle of 278.73º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B01BE is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 1 | 190 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.25 |
| HSL | 278.73º | 0.99% | 0.37% | - |
| HSV(B) | 278.73º | 0.99% | 0.75% | - |
| XYZ | 17.47 | 7.95 | 49.33 | - |
| YUV | 59.02 | 201.92 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 190 | 0.35 | 0.99 | 0 | 0.25 | 278.73 | 0.99 | 0.37 |
| Hex | 7B | 1 | BE | 23 | 63 | 0 | 19 | 117 | 63 | 25 |
| Octal | 173 | 1 | 276 | 43 | 143 | 0 | 31 | 427 | 143 | 45 |
| Binary | 1111011 | 1 | 10111110 | 100011 | 1100011 | 0 | 11001 | 100010111 | 1100011 | 100101 |
Color Harmonies of #7B01BE
Complementary color
Monochromatic Colors of #7B01BE
Black with #7B01BE
Text Example
Text Example
White with #7B01BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B01BE; }
p { color: rgb(123,1,190); }
H1.HeaderClassName
{
color: #7B01BE;
}
.AnyTagClassName
{
color: #7B01BE;
}
</style>
background-color css
<style>
a { background-color: #7B01BE; }
a { background-color: rgb(123,1,190); }
div.DivClassName
{
background-color: #7B01BE;
}
.BgClassName
{
background-color: #7B01BE;
}
</style>
border-color css
<style>
span { border-color: #7B01BE; }
span { border-color: rgb(123,1,190); }
td.TdClassName
{
border-color: #7B01BE;
}
.TagClassName
{
border-color: #7B01BE;
}
</style>