Shades of Blue Violet #7319DD
Tints of Blue Violet #7319DD
RGB
CMYK
RGB Variations
Color information
#7319DD (or 0x7319DD) is known color: Blue Violet. HEX triplet: 73, 19 and DD. RGB value is (115,25,221). Sum of RGB (Red+Green+Blue) = 115+25+221=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #7319DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7319DD is #8CE622. Grayscale: #494949. Windows color (decimal): -9233955 or 14489971. OLE color: 14489971.
HSL color Cylindrical-coordinate representation of color #7319DD: hue angle of 267.55º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7319DD is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 25 | 221 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.13 |
| HSL | 267.55º | 0.8% | 0.48% | - |
| HSV(B) | 267.55º | 0.89% | 0.87% | - |
| XYZ | 20.47 | 9.56 | 69.17 | - |
| YUV | 74.25 | 210.82 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 221 | 0.48 | 0.89 | 0 | 0.13 | 267.55 | 0.8 | 0.48 |
| Hex | 73 | 19 | DD | 30 | 59 | 0 | D | 10C | 50 | 30 |
| Octal | 163 | 31 | 335 | 60 | 131 | 0 | 15 | 414 | 120 | 60 |
| Binary | 1110011 | 11001 | 11011101 | 110000 | 1011001 | 0 | 1101 | 100001100 | 1010000 | 110000 |
Color Harmonies of #7319DD
Complementary color
Monochromatic Colors of #7319DD
Black with #7319DD
Text Example
Text Example
White with #7319DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7319DD; }
p { color: rgb(115,25,221); }
H1.HeaderClassName
{
color: #7319DD;
}
.AnyTagClassName
{
color: #7319DD;
}
</style>
background-color css
<style>
a { background-color: #7319DD; }
a { background-color: rgb(115,25,221); }
div.DivClassName
{
background-color: #7319DD;
}
.BgClassName
{
background-color: #7319DD;
}
</style>
border-color css
<style>
span { border-color: #7319DD; }
span { border-color: rgb(115,25,221); }
td.TdClassName
{
border-color: #7319DD;
}
.TagClassName
{
border-color: #7319DD;
}
</style>