Shades of Blue Violet #711CE1
Tints of Blue Violet #711CE1
RGB
CMYK
RGB Variations
Color information
#711CE1 (or 0x711CE1) is known color: Blue Violet. HEX triplet: 71, 1C and E1. RGB value is (113,28,225). Sum of RGB (Red+Green+Blue) = 113+28+225=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 225 (88.28% from 255 or 61.48% from 366); Max value from RGB is 225 - color contains mainly: blue. Hex color #711CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711CE1 is #8EE31E. Grayscale: #4B4B4B. Windows color (decimal): -9364255 or 14752881. OLE color: 14752881.
HSL color Cylindrical-coordinate representation of color #711CE1: hue angle of 265.89º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711CE1 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 28 | 225 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.12 |
| HSL | 265.89º | 0.78% | 0.5% | - |
| HSV(B) | 265.89º | 0.88% | 0.88% | - |
| XYZ | 20.82 | 9.78 | 72.02 | - |
| YUV | 75.87 | 212.16 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 225 | 0.50 | 0.88 | 0 | 0.12 | 265.89 | 0.78 | 0.5 |
| Hex | 71 | 1C | E1 | 32 | 58 | 0 | C | 10A | 4E | 32 |
| Octal | 161 | 34 | 341 | 62 | 130 | 0 | 14 | 412 | 116 | 62 |
| Binary | 1110001 | 11100 | 11100001 | 110010 | 1011000 | 0 | 1100 | 100001010 | 1001110 | 110010 |
Color Harmonies of #711CE1
Complementary color
Monochromatic Colors of #711CE1
Black with #711CE1
Text Example
Text Example
White with #711CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CE1; }
p { color: rgb(113,28,225); }
H1.HeaderClassName
{
color: #711CE1;
}
.AnyTagClassName
{
color: #711CE1;
}
</style>
background-color css
<style>
a { background-color: #711CE1; }
a { background-color: rgb(113,28,225); }
div.DivClassName
{
background-color: #711CE1;
}
.BgClassName
{
background-color: #711CE1;
}
</style>
border-color css
<style>
span { border-color: #711CE1; }
span { border-color: rgb(113,28,225); }
td.TdClassName
{
border-color: #711CE1;
}
.TagClassName
{
border-color: #711CE1;
}
</style>