Shades of Blue Violet #712EE0
Tints of Blue Violet #712EE0
RGB
CMYK
RGB Variations
Color information
#712EE0 (or 0x712EE0) is known color: Blue Violet. HEX triplet: 71, 2E and E0. RGB value is (113,46,224). Sum of RGB (Red+Green+Blue) = 113+46+224=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 224 (87.89% from 255 or 58.49% from 383); Max value from RGB is 224 - color contains mainly: blue. Hex color #712EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712EE0 is #8ED11F. Grayscale: #555555. Windows color (decimal): -9359648 or 14691953. OLE color: 14691953.
HSL color Cylindrical-coordinate representation of color #712EE0: hue angle of 262.58º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #712EE0 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 46 | 224 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.12 |
| HSL | 262.58º | 0.74% | 0.53% | - |
| HSV(B) | 262.58º | 0.79% | 0.88% | - |
| XYZ | 21.24 | 10.85 | 71.5 | - |
| YUV | 86.33 | 205.7 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 224 | 0.50 | 0.79 | 0 | 0.12 | 262.58 | 0.74 | 0.53 |
| Hex | 71 | 2E | E0 | 32 | 4F | 0 | C | 107 | 4A | 35 |
| Octal | 161 | 56 | 340 | 62 | 117 | 0 | 14 | 407 | 112 | 65 |
| Binary | 1110001 | 101110 | 11100000 | 110010 | 1001111 | 0 | 1100 | 100000111 | 1001010 | 110101 |
Color Harmonies of #712EE0
Complementary color
Monochromatic Colors of #712EE0
Black with #712EE0
Text Example
Text Example
White with #712EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712EE0; }
p { color: rgb(113,46,224); }
H1.HeaderClassName
{
color: #712EE0;
}
.AnyTagClassName
{
color: #712EE0;
}
</style>
background-color css
<style>
a { background-color: #712EE0; }
a { background-color: rgb(113,46,224); }
div.DivClassName
{
background-color: #712EE0;
}
.BgClassName
{
background-color: #712EE0;
}
</style>
border-color css
<style>
span { border-color: #712EE0; }
span { border-color: rgb(113,46,224); }
td.TdClassName
{
border-color: #712EE0;
}
.TagClassName
{
border-color: #712EE0;
}
</style>