Shades of Blue Violet #721FF3
Tints of Blue Violet #721FF3
RGB
CMYK
RGB Variations
Color information
#721FF3 (or 0x721FF3) is known color: Blue Violet. HEX triplet: 72, 1F and F3. RGB value is (114,31,243). Sum of RGB (Red+Green+Blue) = 114+31+243=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 243 (95.31% from 255 or 62.63% from 388); Max value from RGB is 243 - color contains mainly: blue. Hex color #721FF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721FF3 is #8DE00C. Grayscale: #4F4F4F. Windows color (decimal): -9297933 or 15933298. OLE color: 15933298.
HSL color Cylindrical-coordinate representation of color #721FF3: hue angle of 263.49º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721FF3 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 31 | 243 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.05 |
| HSL | 263.49º | 0.9% | 0.54% | - |
| HSV(B) | 263.49º | 0.87% | 0.95% | - |
| XYZ | 23.61 | 11.03 | 85.68 | - |
| YUV | 79.99 | 220 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 243 | 0.53 | 0.87 | 0 | 0.05 | 263.49 | 0.9 | 0.54 |
| Hex | 72 | 1F | F3 | 35 | 57 | 0 | 5 | 107 | 5A | 36 |
| Octal | 162 | 37 | 363 | 65 | 127 | 0 | 5 | 407 | 132 | 66 |
| Binary | 1110010 | 11111 | 11110011 | 110101 | 1010111 | 0 | 101 | 100000111 | 1011010 | 110110 |
Color Harmonies of #721FF3
Complementary color
Monochromatic Colors of #721FF3
Black with #721FF3
Text Example
Text Example
White with #721FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721FF3; }
p { color: rgb(114,31,243); }
H1.HeaderClassName
{
color: #721FF3;
}
.AnyTagClassName
{
color: #721FF3;
}
</style>
background-color css
<style>
a { background-color: #721FF3; }
a { background-color: rgb(114,31,243); }
div.DivClassName
{
background-color: #721FF3;
}
.BgClassName
{
background-color: #721FF3;
}
</style>
border-color css
<style>
span { border-color: #721FF3; }
span { border-color: rgb(114,31,243); }
td.TdClassName
{
border-color: #721FF3;
}
.TagClassName
{
border-color: #721FF3;
}
</style>