Shades of Blue Violet #7316D8
Tints of Blue Violet #7316D8
RGB
CMYK
RGB Variations
Color information
#7316D8 (or 0x7316D8) is known color: Blue Violet. HEX triplet: 73, 16 and D8. RGB value is (115,22,216). Sum of RGB (Red+Green+Blue) = 115+22+216=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 216 (84.77% from 255 or 61.19% from 353); Max value from RGB is 216 - color contains mainly: blue. Hex color #7316D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7316D8 is #8CE927. Grayscale: #474747. Windows color (decimal): -9234728 or 14161523. OLE color: 14161523.
HSL color Cylindrical-coordinate representation of color #7316D8: hue angle of 268.76º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7316D8 is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 22 | 216 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.15 |
| HSL | 268.76º | 0.82% | 0.47% | - |
| HSV(B) | 268.76º | 0.9% | 0.85% | - |
| XYZ | 19.75 | 9.18 | 65.7 | - |
| YUV | 71.92 | 209.31 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 216 | 0.47 | 0.90 | 0 | 0.15 | 268.76 | 0.82 | 0.47 |
| Hex | 73 | 16 | D8 | 2F | 5A | 0 | F | 10D | 52 | 2F |
| Octal | 163 | 26 | 330 | 57 | 132 | 0 | 17 | 415 | 122 | 57 |
| Binary | 1110011 | 10110 | 11011000 | 101111 | 1011010 | 0 | 1111 | 100001101 | 1010010 | 101111 |
Color Harmonies of #7316D8
Complementary color
Monochromatic Colors of #7316D8
Black with #7316D8
Text Example
Text Example
White with #7316D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7316D8; }
p { color: rgb(115,22,216); }
H1.HeaderClassName
{
color: #7316D8;
}
.AnyTagClassName
{
color: #7316D8;
}
</style>
background-color css
<style>
a { background-color: #7316D8; }
a { background-color: rgb(115,22,216); }
div.DivClassName
{
background-color: #7316D8;
}
.BgClassName
{
background-color: #7316D8;
}
</style>
border-color css
<style>
span { border-color: #7316D8; }
span { border-color: rgb(115,22,216); }
td.TdClassName
{
border-color: #7316D8;
}
.TagClassName
{
border-color: #7316D8;
}
</style>