Shades of Blue Violet #722DFB
Tints of Blue Violet #722DFB
RGB
CMYK
RGB Variations
Color information
#722DFB (or 0x722DFB) is known color: Blue Violet. HEX triplet: 72, 2D and FB. RGB value is (114,45,251). Sum of RGB (Red+Green+Blue) = 114+45+251=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #722DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722DFB is #8DD204. Grayscale: #585858. Windows color (decimal): -9294341 or 16461170. OLE color: 16461170.
HSL color Cylindrical-coordinate representation of color #722DFB: hue angle of 260.1º degrees, saturation: 0.96, 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 #722DFB is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 45 | 251 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.02 |
| HSL | 260.1º | 0.96% | 0.58% | - |
| HSV(B) | 260.1º | 0.82% | 0.98% | - |
| XYZ | 25.29 | 12.42 | 92.33 | - |
| YUV | 89.12 | 219.36 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 251 | 0.55 | 0.82 | 0 | 0.02 | 260.1 | 0.96 | 0.58 |
| Hex | 72 | 2D | FB | 37 | 52 | 0 | 2 | 104 | 60 | 3A |
| Octal | 162 | 55 | 373 | 67 | 122 | 0 | 2 | 404 | 140 | 72 |
| Binary | 1110010 | 101101 | 11111011 | 110111 | 1010010 | 0 | 10 | 100000100 | 1100000 | 111010 |
Color Harmonies of #722DFB
Complementary color
Monochromatic Colors of #722DFB
Black with #722DFB
Text Example
Text Example
White with #722DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722DFB; }
p { color: rgb(114,45,251); }
H1.HeaderClassName
{
color: #722DFB;
}
.AnyTagClassName
{
color: #722DFB;
}
</style>
background-color css
<style>
a { background-color: #722DFB; }
a { background-color: rgb(114,45,251); }
div.DivClassName
{
background-color: #722DFB;
}
.BgClassName
{
background-color: #722DFB;
}
</style>
border-color css
<style>
span { border-color: #722DFB; }
span { border-color: rgb(114,45,251); }
td.TdClassName
{
border-color: #722DFB;
}
.TagClassName
{
border-color: #722DFB;
}
</style>