Shades of Blue Violet #711FF1
Tints of Blue Violet #711FF1
RGB
CMYK
RGB Variations
Color information
#711FF1 (or 0x711FF1) is known color: Blue Violet. HEX triplet: 71, 1F and F1. RGB value is (113,31,241). Sum of RGB (Red+Green+Blue) = 113+31+241=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 241 (94.53% from 255 or 62.60% from 385); Max value from RGB is 241 - color contains mainly: blue. Hex color #711FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711FF1 is #8EE00E. Grayscale: #4E4E4E. Windows color (decimal): -9363471 or 15802225. OLE color: 15802225.
HSL color Cylindrical-coordinate representation of color #711FF1: hue angle of 263.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711FF1 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 31 | 241 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.05 |
| HSL | 263.43º | 0.88% | 0.53% | - |
| HSV(B) | 263.43º | 0.87% | 0.95% | - |
| XYZ | 23.18 | 10.84 | 84.09 | - |
| YUV | 79.46 | 219.17 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 241 | 0.53 | 0.87 | 0 | 0.05 | 263.43 | 0.88 | 0.53 |
| Hex | 71 | 1F | F1 | 35 | 57 | 0 | 5 | 107 | 58 | 35 |
| Octal | 161 | 37 | 361 | 65 | 127 | 0 | 5 | 407 | 130 | 65 |
| Binary | 1110001 | 11111 | 11110001 | 110101 | 1010111 | 0 | 101 | 100000111 | 1011000 | 110101 |
Color Harmonies of #711FF1
Complementary color
Monochromatic Colors of #711FF1
Black with #711FF1
Text Example
Text Example
White with #711FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FF1; }
p { color: rgb(113,31,241); }
H1.HeaderClassName
{
color: #711FF1;
}
.AnyTagClassName
{
color: #711FF1;
}
</style>
background-color css
<style>
a { background-color: #711FF1; }
a { background-color: rgb(113,31,241); }
div.DivClassName
{
background-color: #711FF1;
}
.BgClassName
{
background-color: #711FF1;
}
</style>
border-color css
<style>
span { border-color: #711FF1; }
span { border-color: rgb(113,31,241); }
td.TdClassName
{
border-color: #711FF1;
}
.TagClassName
{
border-color: #711FF1;
}
</style>