Shades of Blue Violet #722FFC
Tints of Blue Violet #722FFC
RGB
CMYK
RGB Variations
Color information
#722FFC (or 0x722FFC) is known color: Blue Violet. HEX triplet: 72, 2F and FC. RGB value is (114,47,252). Sum of RGB (Red+Green+Blue) = 114+47+252=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #722FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722FFC is #8DD003. Grayscale: #595959. Windows color (decimal): -9293828 or 16527218. OLE color: 16527218.
HSL color Cylindrical-coordinate representation of color #722FFC: hue angle of 259.61º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #722FFC is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 47 | 252 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.01 |
| HSL | 259.61º | 0.97% | 0.59% | - |
| HSV(B) | 259.61º | 0.81% | 0.99% | - |
| XYZ | 25.53 | 12.64 | 93.19 | - |
| YUV | 90.4 | 219.2 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 252 | 0.55 | 0.81 | 0 | 0.01 | 259.61 | 0.97 | 0.59 |
| Hex | 72 | 2F | FC | 37 | 51 | 0 | 1 | 104 | 61 | 3B |
| Octal | 162 | 57 | 374 | 67 | 121 | 0 | 1 | 404 | 141 | 73 |
| Binary | 1110010 | 101111 | 11111100 | 110111 | 1010001 | 0 | 1 | 100000100 | 1100001 | 111011 |
Color Harmonies of #722FFC
Complementary color
Monochromatic Colors of #722FFC
Black with #722FFC
Text Example
Text Example
White with #722FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722FFC; }
p { color: rgb(114,47,252); }
H1.HeaderClassName
{
color: #722FFC;
}
.AnyTagClassName
{
color: #722FFC;
}
</style>
background-color css
<style>
a { background-color: #722FFC; }
a { background-color: rgb(114,47,252); }
div.DivClassName
{
background-color: #722FFC;
}
.BgClassName
{
background-color: #722FFC;
}
</style>
border-color css
<style>
span { border-color: #722FFC; }
span { border-color: rgb(114,47,252); }
td.TdClassName
{
border-color: #722FFC;
}
.TagClassName
{
border-color: #722FFC;
}
</style>