Shades of Blue Violet #721BDA
Tints of Blue Violet #721BDA
RGB
CMYK
RGB Variations
Color information
#721BDA (or 0x721BDA) is known color: Blue Violet. HEX triplet: 72, 1B and DA. RGB value is (114,27,218). Sum of RGB (Red+Green+Blue) = 114+27+218=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #721BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721BDA is #8DE425. Grayscale: #4A4A4A. Windows color (decimal): -9298982 or 14293874. OLE color: 14293874.
HSL color Cylindrical-coordinate representation of color #721BDA: hue angle of 267.33º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721BDA is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 27 | 218 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.15 |
| HSL | 267.33º | 0.78% | 0.48% | - |
| HSV(B) | 267.33º | 0.88% | 0.85% | - |
| XYZ | 19.99 | 9.42 | 67.1 | - |
| YUV | 74.79 | 208.82 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 218 | 0.48 | 0.88 | 0 | 0.15 | 267.33 | 0.78 | 0.48 |
| Hex | 72 | 1B | DA | 30 | 58 | 0 | F | 10B | 4E | 30 |
| Octal | 162 | 33 | 332 | 60 | 130 | 0 | 17 | 413 | 116 | 60 |
| Binary | 1110010 | 11011 | 11011010 | 110000 | 1011000 | 0 | 1111 | 100001011 | 1001110 | 110000 |
Color Harmonies of #721BDA
Complementary color
Monochromatic Colors of #721BDA
Black with #721BDA
Text Example
Text Example
White with #721BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721BDA; }
p { color: rgb(114,27,218); }
H1.HeaderClassName
{
color: #721BDA;
}
.AnyTagClassName
{
color: #721BDA;
}
</style>
background-color css
<style>
a { background-color: #721BDA; }
a { background-color: rgb(114,27,218); }
div.DivClassName
{
background-color: #721BDA;
}
.BgClassName
{
background-color: #721BDA;
}
</style>
border-color css
<style>
span { border-color: #721BDA; }
span { border-color: rgb(114,27,218); }
td.TdClassName
{
border-color: #721BDA;
}
.TagClassName
{
border-color: #721BDA;
}
</style>