Shades of Blue Violet #7314DB
Tints of Blue Violet #7314DB
RGB
CMYK
RGB Variations
Color information
#7314DB (or 0x7314DB) is known color: Blue Violet. HEX triplet: 73, 14 and DB. RGB value is (115,20,219). Sum of RGB (Red+Green+Blue) = 115+20+219=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #7314DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7314DB is #8CEB24. Grayscale: #464646. Windows color (decimal): -9235237 or 14357619. OLE color: 14357619.
HSL color Cylindrical-coordinate representation of color #7314DB: hue angle of 268.64º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7314DB is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 20 | 219 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.14 |
| HSL | 268.64º | 0.83% | 0.47% | - |
| HSV(B) | 268.64º | 0.91% | 0.86% | - |
| XYZ | 20.11 | 9.26 | 67.75 | - |
| YUV | 71.09 | 211.47 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 219 | 0.47 | 0.91 | 0 | 0.14 | 268.64 | 0.83 | 0.47 |
| Hex | 73 | 14 | DB | 2F | 5B | 0 | E | 10D | 53 | 2F |
| Octal | 163 | 24 | 333 | 57 | 133 | 0 | 16 | 415 | 123 | 57 |
| Binary | 1110011 | 10100 | 11011011 | 101111 | 1011011 | 0 | 1110 | 100001101 | 1010011 | 101111 |
Color Harmonies of #7314DB
Complementary color
Monochromatic Colors of #7314DB
Black with #7314DB
Text Example
Text Example
White with #7314DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7314DB; }
p { color: rgb(115,20,219); }
H1.HeaderClassName
{
color: #7314DB;
}
.AnyTagClassName
{
color: #7314DB;
}
</style>
background-color css
<style>
a { background-color: #7314DB; }
a { background-color: rgb(115,20,219); }
div.DivClassName
{
background-color: #7314DB;
}
.BgClassName
{
background-color: #7314DB;
}
</style>
border-color css
<style>
span { border-color: #7314DB; }
span { border-color: rgb(115,20,219); }
td.TdClassName
{
border-color: #7314DB;
}
.TagClassName
{
border-color: #7314DB;
}
</style>