Shades of Blue Violet #7221F2
Tints of Blue Violet #7221F2
RGB
CMYK
RGB Variations
Color information
#7221F2 (or 0x7221F2) is known color: Blue Violet. HEX triplet: 72, 21 and F2. RGB value is (114,33,242). Sum of RGB (Red+Green+Blue) = 114+33+242=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 242 (94.92% from 255 or 62.21% from 389); Max value from RGB is 242 - color contains mainly: blue. Hex color #7221F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7221F2 is #8DDE0D. Grayscale: #505050. Windows color (decimal): -9297422 or 15868274. OLE color: 15868274.
HSL color Cylindrical-coordinate representation of color #7221F2: hue angle of 263.25º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7221F2 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 33 | 242 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.05 |
| HSL | 263.25º | 0.89% | 0.54% | - |
| HSV(B) | 263.25º | 0.86% | 0.95% | - |
| XYZ | 23.51 | 11.08 | 84.9 | - |
| YUV | 81.05 | 218.84 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 242 | 0.53 | 0.86 | 0 | 0.05 | 263.25 | 0.89 | 0.54 |
| Hex | 72 | 21 | F2 | 35 | 56 | 0 | 5 | 107 | 59 | 36 |
| Octal | 162 | 41 | 362 | 65 | 126 | 0 | 5 | 407 | 131 | 66 |
| Binary | 1110010 | 100001 | 11110010 | 110101 | 1010110 | 0 | 101 | 100000111 | 1011001 | 110110 |
Color Harmonies of #7221F2
Complementary color
Monochromatic Colors of #7221F2
Black with #7221F2
Text Example
Text Example
White with #7221F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7221F2; }
p { color: rgb(114,33,242); }
H1.HeaderClassName
{
color: #7221F2;
}
.AnyTagClassName
{
color: #7221F2;
}
</style>
background-color css
<style>
a { background-color: #7221F2; }
a { background-color: rgb(114,33,242); }
div.DivClassName
{
background-color: #7221F2;
}
.BgClassName
{
background-color: #7221F2;
}
</style>
border-color css
<style>
span { border-color: #7221F2; }
span { border-color: rgb(114,33,242); }
td.TdClassName
{
border-color: #7221F2;
}
.TagClassName
{
border-color: #7221F2;
}
</style>