Shades of Blue Violet #721DDB
Tints of Blue Violet #721DDB
RGB
CMYK
RGB Variations
Color information
#721DDB (or 0x721DDB) is known color: Blue Violet. HEX triplet: 72, 1D and DB. RGB value is (114,29,219). Sum of RGB (Red+Green+Blue) = 114+29+219=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #721DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721DDB is #8DE224. Grayscale: #4B4B4B. Windows color (decimal): -9298469 or 14359922. OLE color: 14359922.
HSL color Cylindrical-coordinate representation of color #721DDB: hue angle of 266.84º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721DDB is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 29 | 219 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.14 |
| HSL | 266.84º | 0.77% | 0.49% | - |
| HSV(B) | 266.84º | 0.87% | 0.86% | - |
| XYZ | 20.16 | 9.57 | 67.8 | - |
| YUV | 76.08 | 208.66 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 219 | 0.48 | 0.87 | 0 | 0.14 | 266.84 | 0.77 | 0.49 |
| Hex | 72 | 1D | DB | 30 | 57 | 0 | E | 10B | 4D | 31 |
| Octal | 162 | 35 | 333 | 60 | 127 | 0 | 16 | 413 | 115 | 61 |
| Binary | 1110010 | 11101 | 11011011 | 110000 | 1010111 | 0 | 1110 | 100001011 | 1001101 | 110001 |
Color Harmonies of #721DDB
Complementary color
Monochromatic Colors of #721DDB
Black with #721DDB
Text Example
Text Example
White with #721DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721DDB; }
p { color: rgb(114,29,219); }
H1.HeaderClassName
{
color: #721DDB;
}
.AnyTagClassName
{
color: #721DDB;
}
</style>
background-color css
<style>
a { background-color: #721DDB; }
a { background-color: rgb(114,29,219); }
div.DivClassName
{
background-color: #721DDB;
}
.BgClassName
{
background-color: #721DDB;
}
</style>
border-color css
<style>
span { border-color: #721DDB; }
span { border-color: rgb(114,29,219); }
td.TdClassName
{
border-color: #721DDB;
}
.TagClassName
{
border-color: #721DDB;
}
</style>