Shades of Blue Violet #721BE3
Tints of Blue Violet #721BE3
RGB
CMYK
RGB Variations
Color information
#721BE3 (or 0x721BE3) is known color: Blue Violet. HEX triplet: 72, 1B and E3. RGB value is (114,27,227). Sum of RGB (Red+Green+Blue) = 114+27+227=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 227 (89.06% from 255 or 61.68% from 368); Max value from RGB is 227 - color contains mainly: blue. Hex color #721BE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721BE3 is #8DE41C. Grayscale: #4B4B4B. Windows color (decimal): -9298973 or 14883698. OLE color: 14883698.
HSL color Cylindrical-coordinate representation of color #721BE3: hue angle of 266.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721BE3 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 27 | 227 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.11 |
| HSL | 266.1º | 0.79% | 0.5% | - |
| HSV(B) | 266.1º | 0.88% | 0.89% | - |
| XYZ | 21.2 | 9.91 | 73.47 | - |
| YUV | 75.81 | 213.32 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 227 | 0.50 | 0.88 | 0 | 0.11 | 266.1 | 0.79 | 0.5 |
| Hex | 72 | 1B | E3 | 32 | 58 | 0 | B | 10A | 4F | 32 |
| Octal | 162 | 33 | 343 | 62 | 130 | 0 | 13 | 412 | 117 | 62 |
| Binary | 1110010 | 11011 | 11100011 | 110010 | 1011000 | 0 | 1011 | 100001010 | 1001111 | 110010 |
Color Harmonies of #721BE3
Complementary color
Monochromatic Colors of #721BE3
Black with #721BE3
Text Example
Text Example
White with #721BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721BE3; }
p { color: rgb(114,27,227); }
H1.HeaderClassName
{
color: #721BE3;
}
.AnyTagClassName
{
color: #721BE3;
}
</style>
background-color css
<style>
a { background-color: #721BE3; }
a { background-color: rgb(114,27,227); }
div.DivClassName
{
background-color: #721BE3;
}
.BgClassName
{
background-color: #721BE3;
}
</style>
border-color css
<style>
span { border-color: #721BE3; }
span { border-color: rgb(114,27,227); }
td.TdClassName
{
border-color: #721BE3;
}
.TagClassName
{
border-color: #721BE3;
}
</style>