Shades of Blue Violet #711BE9
Tints of Blue Violet #711BE9
RGB
CMYK
RGB Variations
Color information
#711BE9 (or 0x711BE9) is known color: Blue Violet. HEX triplet: 71, 1B and E9. RGB value is (113,27,233). Sum of RGB (Red+Green+Blue) = 113+27+233=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 233 (91.41% from 255 or 62.47% from 373); Max value from RGB is 233 - color contains mainly: blue. Hex color #711BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711BE9 is #8EE416. Grayscale: #4B4B4B. Windows color (decimal): -9364503 or 15276913. OLE color: 15276913.
HSL color Cylindrical-coordinate representation of color #711BE9: hue angle of 265.05º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711BE9 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 27 | 233 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.09 |
| HSL | 265.05º | 0.82% | 0.51% | - |
| HSV(B) | 265.05º | 0.88% | 0.91% | - |
| XYZ | 21.91 | 10.18 | 77.9 | - |
| YUV | 76.2 | 216.49 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 233 | 0.52 | 0.88 | 0 | 0.09 | 265.05 | 0.82 | 0.51 |
| Hex | 71 | 1B | E9 | 34 | 58 | 0 | 9 | 109 | 52 | 33 |
| Octal | 161 | 33 | 351 | 64 | 130 | 0 | 11 | 411 | 122 | 63 |
| Binary | 1110001 | 11011 | 11101001 | 110100 | 1011000 | 0 | 1001 | 100001001 | 1010010 | 110011 |
Color Harmonies of #711BE9
Complementary color
Monochromatic Colors of #711BE9
Black with #711BE9
Text Example
Text Example
White with #711BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711BE9; }
p { color: rgb(113,27,233); }
H1.HeaderClassName
{
color: #711BE9;
}
.AnyTagClassName
{
color: #711BE9;
}
</style>
background-color css
<style>
a { background-color: #711BE9; }
a { background-color: rgb(113,27,233); }
div.DivClassName
{
background-color: #711BE9;
}
.BgClassName
{
background-color: #711BE9;
}
</style>
border-color css
<style>
span { border-color: #711BE9; }
span { border-color: rgb(113,27,233); }
td.TdClassName
{
border-color: #711BE9;
}
.TagClassName
{
border-color: #711BE9;
}
</style>