Shades of Blue Violet #721AD8
Tints of Blue Violet #721AD8
RGB
CMYK
RGB Variations
Color information
#721AD8 (or 0x721AD8) is known color: Blue Violet. HEX triplet: 72, 1A and D8. RGB value is (114,26,216). Sum of RGB (Red+Green+Blue) = 114+26+216=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 216 (84.77% from 255 or 60.67% from 356); Max value from RGB is 216 - color contains mainly: blue. Hex color #721AD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721AD8 is #8DE527. Grayscale: #494949. Windows color (decimal): -9299240 or 14162546. OLE color: 14162546.
HSL color Cylindrical-coordinate representation of color #721AD8: hue angle of 267.79º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721AD8 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 26 | 216 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.15 |
| HSL | 267.79º | 0.79% | 0.47% | - |
| HSV(B) | 267.79º | 0.88% | 0.85% | - |
| XYZ | 19.7 | 9.27 | 65.72 | - |
| YUV | 73.97 | 208.15 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 216 | 0.47 | 0.88 | 0 | 0.15 | 267.79 | 0.79 | 0.47 |
| Hex | 72 | 1A | D8 | 2F | 58 | 0 | F | 10C | 4F | 2F |
| Octal | 162 | 32 | 330 | 57 | 130 | 0 | 17 | 414 | 117 | 57 |
| Binary | 1110010 | 11010 | 11011000 | 101111 | 1011000 | 0 | 1111 | 100001100 | 1001111 | 101111 |
Color Harmonies of #721AD8
Complementary color
Monochromatic Colors of #721AD8
Black with #721AD8
Text Example
Text Example
White with #721AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721AD8; }
p { color: rgb(114,26,216); }
H1.HeaderClassName
{
color: #721AD8;
}
.AnyTagClassName
{
color: #721AD8;
}
</style>
background-color css
<style>
a { background-color: #721AD8; }
a { background-color: rgb(114,26,216); }
div.DivClassName
{
background-color: #721AD8;
}
.BgClassName
{
background-color: #721AD8;
}
</style>
border-color css
<style>
span { border-color: #721AD8; }
span { border-color: rgb(114,26,216); }
td.TdClassName
{
border-color: #721AD8;
}
.TagClassName
{
border-color: #721AD8;
}
</style>