Shades of Blue Violet #7319D8
Tints of Blue Violet #7319D8
RGB
CMYK
RGB Variations
Color information
#7319D8 (or 0x7319D8) is known color: Blue Violet. HEX triplet: 73, 19 and D8. RGB value is (115,25,216). Sum of RGB (Red+Green+Blue) = 115+25+216=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 216 (84.77% from 255 or 60.67% from 356); Max value from RGB is 216 - color contains mainly: blue. Hex color #7319D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7319D8 is #8CE627. Grayscale: #494949. Windows color (decimal): -9233960 or 14162291. OLE color: 14162291.
HSL color Cylindrical-coordinate representation of color #7319D8: hue angle of 268.27º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7319D8 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 25 | 216 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.15 |
| HSL | 268.27º | 0.79% | 0.47% | - |
| HSV(B) | 268.27º | 0.88% | 0.85% | - |
| XYZ | 19.81 | 9.3 | 65.72 | - |
| YUV | 73.68 | 208.32 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 216 | 0.47 | 0.88 | 0 | 0.15 | 268.27 | 0.79 | 0.47 |
| Hex | 73 | 19 | D8 | 2F | 58 | 0 | F | 10C | 4F | 2F |
| Octal | 163 | 31 | 330 | 57 | 130 | 0 | 17 | 414 | 117 | 57 |
| Binary | 1110011 | 11001 | 11011000 | 101111 | 1011000 | 0 | 1111 | 100001100 | 1001111 | 101111 |
Color Harmonies of #7319D8
Complementary color
Monochromatic Colors of #7319D8
Black with #7319D8
Text Example
Text Example
White with #7319D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7319D8; }
p { color: rgb(115,25,216); }
H1.HeaderClassName
{
color: #7319D8;
}
.AnyTagClassName
{
color: #7319D8;
}
</style>
background-color css
<style>
a { background-color: #7319D8; }
a { background-color: rgb(115,25,216); }
div.DivClassName
{
background-color: #7319D8;
}
.BgClassName
{
background-color: #7319D8;
}
</style>
border-color css
<style>
span { border-color: #7319D8; }
span { border-color: rgb(115,25,216); }
td.TdClassName
{
border-color: #7319D8;
}
.TagClassName
{
border-color: #7319D8;
}
</style>