Shades of Blue Violet #711CE0
Tints of Blue Violet #711CE0
RGB
CMYK
RGB Variations
Color information
#711CE0 (or 0x711CE0) is known color: Blue Violet. HEX triplet: 71, 1C and E0. RGB value is (113,28,224). Sum of RGB (Red+Green+Blue) = 113+28+224=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 224 (87.89% from 255 or 61.37% from 365); Max value from RGB is 224 - color contains mainly: blue. Hex color #711CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711CE0 is #8EE31F. Grayscale: #4B4B4B. Windows color (decimal): -9364256 or 14687345. OLE color: 14687345.
HSL color Cylindrical-coordinate representation of color #711CE0: hue angle of 266.02º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711CE0 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 28 | 224 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.12 |
| HSL | 266.02º | 0.78% | 0.49% | - |
| HSV(B) | 266.02º | 0.88% | 0.88% | - |
| XYZ | 20.68 | 9.72 | 71.31 | - |
| YUV | 75.76 | 211.66 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 224 | 0.50 | 0.88 | 0 | 0.12 | 266.02 | 0.78 | 0.49 |
| Hex | 71 | 1C | E0 | 32 | 58 | 0 | C | 10A | 4E | 31 |
| Octal | 161 | 34 | 340 | 62 | 130 | 0 | 14 | 412 | 116 | 61 |
| Binary | 1110001 | 11100 | 11100000 | 110010 | 1011000 | 0 | 1100 | 100001010 | 1001110 | 110001 |
Color Harmonies of #711CE0
Complementary color
Monochromatic Colors of #711CE0
Black with #711CE0
Text Example
Text Example
White with #711CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CE0; }
p { color: rgb(113,28,224); }
H1.HeaderClassName
{
color: #711CE0;
}
.AnyTagClassName
{
color: #711CE0;
}
</style>
background-color css
<style>
a { background-color: #711CE0; }
a { background-color: rgb(113,28,224); }
div.DivClassName
{
background-color: #711CE0;
}
.BgClassName
{
background-color: #711CE0;
}
</style>
border-color css
<style>
span { border-color: #711CE0; }
span { border-color: rgb(113,28,224); }
td.TdClassName
{
border-color: #711CE0;
}
.TagClassName
{
border-color: #711CE0;
}
</style>