Shades of Blue Violet #7214DB
Tints of Blue Violet #7214DB
RGB
CMYK
RGB Variations
Color information
#7214DB (or 0x7214DB) is known color: Blue Violet. HEX triplet: 72, 14 and DB. RGB value is (114,20,219). Sum of RGB (Red+Green+Blue) = 114+20+219=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #7214DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7214DB is #8DEB24. Grayscale: #464646. Windows color (decimal): -9300773 or 14357618. OLE color: 14357618.
HSL color Cylindrical-coordinate representation of color #7214DB: hue angle of 268.34º 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 #7214DB is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 20 | 219 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.14 |
| HSL | 268.34º | 0.83% | 0.47% | - |
| HSV(B) | 268.34º | 0.91% | 0.86% | - |
| XYZ | 19.98 | 9.19 | 67.74 | - |
| YUV | 70.79 | 211.64 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 219 | 0.48 | 0.91 | 0 | 0.14 | 268.34 | 0.83 | 0.47 |
| Hex | 72 | 14 | DB | 30 | 5B | 0 | E | 10C | 53 | 2F |
| Octal | 162 | 24 | 333 | 60 | 133 | 0 | 16 | 414 | 123 | 57 |
| Binary | 1110010 | 10100 | 11011011 | 110000 | 1011011 | 0 | 1110 | 100001100 | 1010011 | 101111 |
Color Harmonies of #7214DB
Complementary color
Monochromatic Colors of #7214DB
Black with #7214DB
Text Example
Text Example
White with #7214DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7214DB; }
p { color: rgb(114,20,219); }
H1.HeaderClassName
{
color: #7214DB;
}
.AnyTagClassName
{
color: #7214DB;
}
</style>
background-color css
<style>
a { background-color: #7214DB; }
a { background-color: rgb(114,20,219); }
div.DivClassName
{
background-color: #7214DB;
}
.BgClassName
{
background-color: #7214DB;
}
</style>
border-color css
<style>
span { border-color: #7214DB; }
span { border-color: rgb(114,20,219); }
td.TdClassName
{
border-color: #7214DB;
}
.TagClassName
{
border-color: #7214DB;
}
</style>