Shades of Dark Violet #7B08BE
Tints of Dark Violet #7B08BE
RGB
CMYK
RGB Variations
Color information
#7B08BE (or 0x7B08BE) is known color: Dark Violet. HEX triplet: 7B, 08 and BE. RGB value is (123,8,190). Sum of RGB (Red+Green+Blue) = 123+8+190=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B08BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B08BE is #84F741. Grayscale: #3E3E3E. Windows color (decimal): -8714050 or 12454011. OLE color: 12454011.
HSL color Cylindrical-coordinate representation of color #7B08BE: hue angle of 277.91º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B08BE is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 8 | 190 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.25 |
| HSL | 277.91º | 0.92% | 0.39% | - |
| HSV(B) | 277.91º | 0.96% | 0.75% | - |
| XYZ | 17.55 | 8.1 | 49.35 | - |
| YUV | 63.13 | 199.6 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 190 | 0.35 | 0.96 | 0 | 0.25 | 277.91 | 0.92 | 0.39 |
| Hex | 7B | 8 | BE | 23 | 60 | 0 | 19 | 116 | 5C | 27 |
| Octal | 173 | 10 | 276 | 43 | 140 | 0 | 31 | 426 | 134 | 47 |
| Binary | 1111011 | 1000 | 10111110 | 100011 | 1100000 | 0 | 11001 | 100010110 | 1011100 | 100111 |
Color Harmonies of #7B08BE
Complementary color
Monochromatic Colors of #7B08BE
Black with #7B08BE
Text Example
Text Example
White with #7B08BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B08BE; }
p { color: rgb(123,8,190); }
H1.HeaderClassName
{
color: #7B08BE;
}
.AnyTagClassName
{
color: #7B08BE;
}
</style>
background-color css
<style>
a { background-color: #7B08BE; }
a { background-color: rgb(123,8,190); }
div.DivClassName
{
background-color: #7B08BE;
}
.BgClassName
{
background-color: #7B08BE;
}
</style>
border-color css
<style>
span { border-color: #7B08BE; }
span { border-color: rgb(123,8,190); }
td.TdClassName
{
border-color: #7B08BE;
}
.TagClassName
{
border-color: #7B08BE;
}
</style>