Shades of Blue Violet #721ADD
Tints of Blue Violet #721ADD
RGB
CMYK
RGB Variations
Color information
#721ADD (or 0x721ADD) is known color: Blue Violet. HEX triplet: 72, 1A and DD. RGB value is (114,26,221). Sum of RGB (Red+Green+Blue) = 114+26+221=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #721ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721ADD is #8DE522. Grayscale: #494949. Windows color (decimal): -9299235 or 14490226. OLE color: 14490226.
HSL color Cylindrical-coordinate representation of color #721ADD: hue angle of 267.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721ADD is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 26 | 221 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.13 |
| HSL | 267.08º | 0.79% | 0.48% | - |
| HSV(B) | 267.08º | 0.88% | 0.87% | - |
| XYZ | 20.36 | 9.54 | 69.17 | - |
| YUV | 74.54 | 210.65 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 221 | 0.48 | 0.88 | 0 | 0.13 | 267.08 | 0.79 | 0.48 |
| Hex | 72 | 1A | DD | 30 | 58 | 0 | D | 10B | 4F | 30 |
| Octal | 162 | 32 | 335 | 60 | 130 | 0 | 15 | 413 | 117 | 60 |
| Binary | 1110010 | 11010 | 11011101 | 110000 | 1011000 | 0 | 1101 | 100001011 | 1001111 | 110000 |
Color Harmonies of #721ADD
Complementary color
Monochromatic Colors of #721ADD
Black with #721ADD
Text Example
Text Example
White with #721ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721ADD; }
p { color: rgb(114,26,221); }
H1.HeaderClassName
{
color: #721ADD;
}
.AnyTagClassName
{
color: #721ADD;
}
</style>
background-color css
<style>
a { background-color: #721ADD; }
a { background-color: rgb(114,26,221); }
div.DivClassName
{
background-color: #721ADD;
}
.BgClassName
{
background-color: #721ADD;
}
</style>
border-color css
<style>
span { border-color: #721ADD; }
span { border-color: rgb(114,26,221); }
td.TdClassName
{
border-color: #721ADD;
}
.TagClassName
{
border-color: #721ADD;
}
</style>