Shades of Blue Violet #711FF2
Tints of Blue Violet #711FF2
RGB
CMYK
RGB Variations
Color information
#711FF2 (or 0x711FF2) is known color: Blue Violet. HEX triplet: 71, 1F and F2. RGB value is (113,31,242). Sum of RGB (Red+Green+Blue) = 113+31+242=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 242 (94.92% from 255 or 62.69% from 386); Max value from RGB is 242 - color contains mainly: blue. Hex color #711FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711FF2 is #8EE00D. Grayscale: #4E4E4E. Windows color (decimal): -9363470 or 15867761. OLE color: 15867761.
HSL color Cylindrical-coordinate representation of color #711FF2: hue angle of 263.32º degrees, saturation: 0.89, 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 #711FF2 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 31 | 242 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.05 |
| HSL | 263.32º | 0.89% | 0.54% | - |
| HSV(B) | 263.32º | 0.87% | 0.95% | - |
| XYZ | 23.33 | 10.9 | 84.88 | - |
| YUV | 79.57 | 219.67 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 242 | 0.53 | 0.87 | 0 | 0.05 | 263.32 | 0.89 | 0.54 |
| Hex | 71 | 1F | F2 | 35 | 57 | 0 | 5 | 107 | 59 | 36 |
| Octal | 161 | 37 | 362 | 65 | 127 | 0 | 5 | 407 | 131 | 66 |
| Binary | 1110001 | 11111 | 11110010 | 110101 | 1010111 | 0 | 101 | 100000111 | 1011001 | 110110 |
Color Harmonies of #711FF2
Complementary color
Monochromatic Colors of #711FF2
Black with #711FF2
Text Example
Text Example
White with #711FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FF2; }
p { color: rgb(113,31,242); }
H1.HeaderClassName
{
color: #711FF2;
}
.AnyTagClassName
{
color: #711FF2;
}
</style>
background-color css
<style>
a { background-color: #711FF2; }
a { background-color: rgb(113,31,242); }
div.DivClassName
{
background-color: #711FF2;
}
.BgClassName
{
background-color: #711FF2;
}
</style>
border-color css
<style>
span { border-color: #711FF2; }
span { border-color: rgb(113,31,242); }
td.TdClassName
{
border-color: #711FF2;
}
.TagClassName
{
border-color: #711FF2;
}
</style>