Shades of Blue Violet #7315DB
Tints of Blue Violet #7315DB
RGB
CMYK
RGB Variations
Color information
#7315DB (or 0x7315DB) is known color: Blue Violet. HEX triplet: 73, 15 and DB. RGB value is (115,21,219). Sum of RGB (Red+Green+Blue) = 115+21+219=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #7315DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7315DB is #8CEA24. Grayscale: #464646. Windows color (decimal): -9234981 or 14357875. OLE color: 14357875.
HSL color Cylindrical-coordinate representation of color #7315DB: hue angle of 268.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7315DB is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 21 | 219 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.14 |
| HSL | 268.48º | 0.83% | 0.47% | - |
| HSV(B) | 268.48º | 0.9% | 0.86% | - |
| XYZ | 20.12 | 9.3 | 67.75 | - |
| YUV | 71.68 | 211.14 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 219 | 0.47 | 0.90 | 0 | 0.14 | 268.48 | 0.83 | 0.47 |
| Hex | 73 | 15 | DB | 2F | 5A | 0 | E | 10C | 52 | 2F |
| Octal | 163 | 25 | 333 | 57 | 132 | 0 | 16 | 414 | 122 | 57 |
| Binary | 1110011 | 10101 | 11011011 | 101111 | 1011010 | 0 | 1110 | 100001100 | 1010010 | 101111 |
Color Harmonies of #7315DB
Complementary color
Monochromatic Colors of #7315DB
Black with #7315DB
Text Example
Text Example
White with #7315DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7315DB; }
p { color: rgb(115,21,219); }
H1.HeaderClassName
{
color: #7315DB;
}
.AnyTagClassName
{
color: #7315DB;
}
</style>
background-color css
<style>
a { background-color: #7315DB; }
a { background-color: rgb(115,21,219); }
div.DivClassName
{
background-color: #7315DB;
}
.BgClassName
{
background-color: #7315DB;
}
</style>
border-color css
<style>
span { border-color: #7315DB; }
span { border-color: rgb(115,21,219); }
td.TdClassName
{
border-color: #7315DB;
}
.TagClassName
{
border-color: #7315DB;
}
</style>