Shades of Blue Violet #722DF9
Tints of Blue Violet #722DF9
RGB
CMYK
RGB Variations
Color information
#722DF9 (or 0x722DF9) is known color: Blue Violet. HEX triplet: 72, 2D and F9. RGB value is (114,45,249). Sum of RGB (Red+Green+Blue) = 114+45+249=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 249 (97.66% from 255 or 61.03% from 408); Max value from RGB is 249 - color contains mainly: blue. Hex color #722DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722DF9 is #8DD206. Grayscale: #585858. Windows color (decimal): -9294343 or 16330098. OLE color: 16330098.
HSL color Cylindrical-coordinate representation of color #722DF9: hue angle of 260.29º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #722DF9 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 45 | 249 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.02 |
| HSL | 260.29º | 0.94% | 0.58% | - |
| HSV(B) | 260.29º | 0.82% | 0.98% | - |
| XYZ | 24.98 | 12.29 | 90.68 | - |
| YUV | 88.89 | 218.36 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 249 | 0.54 | 0.82 | 0 | 0.02 | 260.29 | 0.94 | 0.58 |
| Hex | 72 | 2D | F9 | 36 | 52 | 0 | 2 | 104 | 5E | 3A |
| Octal | 162 | 55 | 371 | 66 | 122 | 0 | 2 | 404 | 136 | 72 |
| Binary | 1110010 | 101101 | 11111001 | 110110 | 1010010 | 0 | 10 | 100000100 | 1011110 | 111010 |
Color Harmonies of #722DF9
Complementary color
Monochromatic Colors of #722DF9
Black with #722DF9
Text Example
Text Example
White with #722DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722DF9; }
p { color: rgb(114,45,249); }
H1.HeaderClassName
{
color: #722DF9;
}
.AnyTagClassName
{
color: #722DF9;
}
</style>
background-color css
<style>
a { background-color: #722DF9; }
a { background-color: rgb(114,45,249); }
div.DivClassName
{
background-color: #722DF9;
}
.BgClassName
{
background-color: #722DF9;
}
</style>
border-color css
<style>
span { border-color: #722DF9; }
span { border-color: rgb(114,45,249); }
td.TdClassName
{
border-color: #722DF9;
}
.TagClassName
{
border-color: #722DF9;
}
</style>