Shades of Blue Violet #7B10D8
Tints of Blue Violet #7B10D8
RGB
CMYK
RGB Variations
Color information
#7B10D8 (or 0x7B10D8) is known color: Blue Violet. HEX triplet: 7B, 10 and D8. RGB value is (123,16,216). Sum of RGB (Red+Green+Blue) = 123+16+216=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 216 (84.77% from 255 or 60.85% from 355); Max value from RGB is 216 - color contains mainly: blue. Hex color #7B10D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B10D8 is #84EF27. Grayscale: #464646. Windows color (decimal): -8711976 or 14159995. OLE color: 14159995.
HSL color Cylindrical-coordinate representation of color #7B10D8: hue angle of 272.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B10D8 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 16 | 216 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.15 |
| HSL | 272.1º | 0.86% | 0.45% | - |
| HSV(B) | 272.1º | 0.93% | 0.85% | - |
| XYZ | 20.75 | 9.54 | 65.71 | - |
| YUV | 70.79 | 209.95 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 216 | 0.43 | 0.93 | 0 | 0.15 | 272.1 | 0.86 | 0.45 |
| Hex | 7B | 10 | D8 | 2B | 5D | 0 | F | 110 | 56 | 2D |
| Octal | 173 | 20 | 330 | 53 | 135 | 0 | 17 | 420 | 126 | 55 |
| Binary | 1111011 | 10000 | 11011000 | 101011 | 1011101 | 0 | 1111 | 100010000 | 1010110 | 101101 |
Color Harmonies of #7B10D8
Complementary color
Monochromatic Colors of #7B10D8
Black with #7B10D8
Text Example
Text Example
White with #7B10D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B10D8; }
p { color: rgb(123,16,216); }
H1.HeaderClassName
{
color: #7B10D8;
}
.AnyTagClassName
{
color: #7B10D8;
}
</style>
background-color css
<style>
a { background-color: #7B10D8; }
a { background-color: rgb(123,16,216); }
div.DivClassName
{
background-color: #7B10D8;
}
.BgClassName
{
background-color: #7B10D8;
}
</style>
border-color css
<style>
span { border-color: #7B10D8; }
span { border-color: rgb(123,16,216); }
td.TdClassName
{
border-color: #7B10D8;
}
.TagClassName
{
border-color: #7B10D8;
}
</style>