Shades of Blue Violet #711CEB
Tints of Blue Violet #711CEB
RGB
CMYK
RGB Variations
Color information
#711CEB (or 0x711CEB) is known color: Blue Violet. HEX triplet: 71, 1C and EB. RGB value is (113,28,235). Sum of RGB (Red+Green+Blue) = 113+28+235=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #711CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711CEB is #8EE314. Grayscale: #4C4C4C. Windows color (decimal): -9364245 or 15408241. OLE color: 15408241.
HSL color Cylindrical-coordinate representation of color #711CEB: hue angle of 264.64º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711CEB is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 28 | 235 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.08 |
| HSL | 264.64º | 0.84% | 0.52% | - |
| HSV(B) | 264.64º | 0.88% | 0.92% | - |
| XYZ | 22.22 | 10.34 | 79.42 | - |
| YUV | 77.01 | 217.16 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 235 | 0.52 | 0.88 | 0 | 0.08 | 264.64 | 0.84 | 0.52 |
| Hex | 71 | 1C | EB | 34 | 58 | 0 | 8 | 109 | 54 | 34 |
| Octal | 161 | 34 | 353 | 64 | 130 | 0 | 10 | 411 | 124 | 64 |
| Binary | 1110001 | 11100 | 11101011 | 110100 | 1011000 | 0 | 1000 | 100001001 | 1010100 | 110100 |
Color Harmonies of #711CEB
Complementary color
Monochromatic Colors of #711CEB
Black with #711CEB
Text Example
Text Example
White with #711CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CEB; }
p { color: rgb(113,28,235); }
H1.HeaderClassName
{
color: #711CEB;
}
.AnyTagClassName
{
color: #711CEB;
}
</style>
background-color css
<style>
a { background-color: #711CEB; }
a { background-color: rgb(113,28,235); }
div.DivClassName
{
background-color: #711CEB;
}
.BgClassName
{
background-color: #711CEB;
}
</style>
border-color css
<style>
span { border-color: #711CEB; }
span { border-color: rgb(113,28,235); }
td.TdClassName
{
border-color: #711CEB;
}
.TagClassName
{
border-color: #711CEB;
}
</style>