Shades of Blue Violet #721AD7
Tints of Blue Violet #721AD7
RGB
CMYK
RGB Variations
Color information
#721AD7 (or 0x721AD7) is known color: Blue Violet. HEX triplet: 72, 1A and D7. RGB value is (114,26,215). Sum of RGB (Red+Green+Blue) = 114+26+215=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 215 (84.38% from 255 or 60.56% from 355); Max value from RGB is 215 - color contains mainly: blue. Hex color #721AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721AD7 is #8DE528. Grayscale: #494949. Windows color (decimal): -9299241 or 14097010. OLE color: 14097010.
HSL color Cylindrical-coordinate representation of color #721AD7: hue angle of 267.94º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721AD7 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 26 | 215 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.16 |
| HSL | 267.94º | 0.78% | 0.47% | - |
| HSV(B) | 267.94º | 0.88% | 0.84% | - |
| XYZ | 19.57 | 9.22 | 65.04 | - |
| YUV | 73.86 | 207.65 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 215 | 0.47 | 0.88 | 0 | 0.16 | 267.94 | 0.78 | 0.47 |
| Hex | 72 | 1A | D7 | 2F | 58 | 0 | 10 | 10C | 4E | 2F |
| Octal | 162 | 32 | 327 | 57 | 130 | 0 | 20 | 414 | 116 | 57 |
| Binary | 1110010 | 11010 | 11010111 | 101111 | 1011000 | 0 | 10000 | 100001100 | 1001110 | 101111 |
Color Harmonies of #721AD7
Complementary color
Monochromatic Colors of #721AD7
Black with #721AD7
Text Example
Text Example
White with #721AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721AD7; }
p { color: rgb(114,26,215); }
H1.HeaderClassName
{
color: #721AD7;
}
.AnyTagClassName
{
color: #721AD7;
}
</style>
background-color css
<style>
a { background-color: #721AD7; }
a { background-color: rgb(114,26,215); }
div.DivClassName
{
background-color: #721AD7;
}
.BgClassName
{
background-color: #721AD7;
}
</style>
border-color css
<style>
span { border-color: #721AD7; }
span { border-color: rgb(114,26,215); }
td.TdClassName
{
border-color: #721AD7;
}
.TagClassName
{
border-color: #721AD7;
}
</style>