Shades of Blue Violet #722CFB
Tints of Blue Violet #722CFB
RGB
CMYK
RGB Variations
Color information
#722CFB (or 0x722CFB) is known color: Blue Violet. HEX triplet: 72, 2C and FB. RGB value is (114,44,251). Sum of RGB (Red+Green+Blue) = 114+44+251=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #722CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722CFB is #8DD304. Grayscale: #575757. Windows color (decimal): -9294597 or 16460914. OLE color: 16460914.
HSL color Cylindrical-coordinate representation of color #722CFB: hue angle of 260.29º 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 #722CFB is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 44 | 251 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.02 |
| HSL | 260.29º | 0.96% | 0.58% | - |
| HSV(B) | 260.29º | 0.82% | 0.98% | - |
| XYZ | 25.25 | 12.34 | 92.32 | - |
| YUV | 88.53 | 219.69 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 251 | 0.55 | 0.82 | 0 | 0.02 | 260.29 | 0.96 | 0.58 |
| Hex | 72 | 2C | FB | 37 | 52 | 0 | 2 | 104 | 60 | 3A |
| Octal | 162 | 54 | 373 | 67 | 122 | 0 | 2 | 404 | 140 | 72 |
| Binary | 1110010 | 101100 | 11111011 | 110111 | 1010010 | 0 | 10 | 100000100 | 1100000 | 111010 |
Color Harmonies of #722CFB
Complementary color
Monochromatic Colors of #722CFB
Black with #722CFB
Text Example
Text Example
White with #722CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722CFB; }
p { color: rgb(114,44,251); }
H1.HeaderClassName
{
color: #722CFB;
}
.AnyTagClassName
{
color: #722CFB;
}
</style>
background-color css
<style>
a { background-color: #722CFB; }
a { background-color: rgb(114,44,251); }
div.DivClassName
{
background-color: #722CFB;
}
.BgClassName
{
background-color: #722CFB;
}
</style>
border-color css
<style>
span { border-color: #722CFB; }
span { border-color: rgb(114,44,251); }
td.TdClassName
{
border-color: #722CFB;
}
.TagClassName
{
border-color: #722CFB;
}
</style>