Shades of Blue Violet #7120F1
Tints of Blue Violet #7120F1
RGB
CMYK
RGB Variations
Color information
#7120F1 (or 0x7120F1) is known color: Blue Violet. HEX triplet: 71, 20 and F1. RGB value is (113,32,241). Sum of RGB (Red+Green+Blue) = 113+32+241=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #7120F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7120F1 is #8EDF0E. Grayscale: #4F4F4F. Windows color (decimal): -9363215 or 15802481. OLE color: 15802481.
HSL color Cylindrical-coordinate representation of color #7120F1: hue angle of 263.25º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7120F1 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 32 | 241 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.05 |
| HSL | 263.25º | 0.88% | 0.54% | - |
| HSV(B) | 263.25º | 0.87% | 0.95% | - |
| XYZ | 23.2 | 10.89 | 84.1 | - |
| YUV | 80.05 | 218.84 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 241 | 0.53 | 0.87 | 0 | 0.05 | 263.25 | 0.88 | 0.54 |
| Hex | 71 | 20 | F1 | 35 | 57 | 0 | 5 | 107 | 58 | 36 |
| Octal | 161 | 40 | 361 | 65 | 127 | 0 | 5 | 407 | 130 | 66 |
| Binary | 1110001 | 100000 | 11110001 | 110101 | 1010111 | 0 | 101 | 100000111 | 1011000 | 110110 |
Color Harmonies of #7120F1
Complementary color
Monochromatic Colors of #7120F1
Black with #7120F1
Text Example
Text Example
White with #7120F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7120F1; }
p { color: rgb(113,32,241); }
H1.HeaderClassName
{
color: #7120F1;
}
.AnyTagClassName
{
color: #7120F1;
}
</style>
background-color css
<style>
a { background-color: #7120F1; }
a { background-color: rgb(113,32,241); }
div.DivClassName
{
background-color: #7120F1;
}
.BgClassName
{
background-color: #7120F1;
}
</style>
border-color css
<style>
span { border-color: #7120F1; }
span { border-color: rgb(113,32,241); }
td.TdClassName
{
border-color: #7120F1;
}
.TagClassName
{
border-color: #7120F1;
}
</style>