Shades of Blue Violet #722BFA
Tints of Blue Violet #722BFA
RGB
CMYK
RGB Variations
Color information
#722BFA (or 0x722BFA) is known color: Blue Violet. HEX triplet: 72, 2B and FA. RGB value is (114,43,250). Sum of RGB (Red+Green+Blue) = 114+43+250=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #722BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722BFA is #8DD405. Grayscale: #575757. Windows color (decimal): -9294854 or 16395122. OLE color: 16395122.
HSL color Cylindrical-coordinate representation of color #722BFA: hue angle of 260.58º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #722BFA is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 43 | 250 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.02 |
| HSL | 260.58º | 0.95% | 0.57% | - |
| HSV(B) | 260.58º | 0.83% | 0.98% | - |
| XYZ | 25.06 | 12.21 | 91.48 | - |
| YUV | 87.83 | 219.52 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 250 | 0.54 | 0.83 | 0 | 0.02 | 260.58 | 0.95 | 0.57 |
| Hex | 72 | 2B | FA | 36 | 53 | 0 | 2 | 105 | 5F | 39 |
| Octal | 162 | 53 | 372 | 66 | 123 | 0 | 2 | 405 | 137 | 71 |
| Binary | 1110010 | 101011 | 11111010 | 110110 | 1010011 | 0 | 10 | 100000101 | 1011111 | 111001 |
Color Harmonies of #722BFA
Complementary color
Monochromatic Colors of #722BFA
Black with #722BFA
Text Example
Text Example
White with #722BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722BFA; }
p { color: rgb(114,43,250); }
H1.HeaderClassName
{
color: #722BFA;
}
.AnyTagClassName
{
color: #722BFA;
}
</style>
background-color css
<style>
a { background-color: #722BFA; }
a { background-color: rgb(114,43,250); }
div.DivClassName
{
background-color: #722BFA;
}
.BgClassName
{
background-color: #722BFA;
}
</style>
border-color css
<style>
span { border-color: #722BFA; }
span { border-color: rgb(114,43,250); }
td.TdClassName
{
border-color: #722BFA;
}
.TagClassName
{
border-color: #722BFA;
}
</style>