Shades of Blue Violet #712FE9
Tints of Blue Violet #712FE9
RGB
CMYK
RGB Variations
Color information
#712FE9 (or 0x712FE9) is known color: Blue Violet. HEX triplet: 71, 2F and E9. RGB value is (113,47,233). Sum of RGB (Red+Green+Blue) = 113+47+233=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 233 (91.41% from 255 or 59.29% from 393); Max value from RGB is 233 - color contains mainly: blue. Hex color #712FE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712FE9 is #8ED016. Grayscale: #575757. Windows color (decimal): -9359383 or 15282033. OLE color: 15282033.
HSL color Cylindrical-coordinate representation of color #712FE9: hue angle of 261.29º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #712FE9 is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 47 | 233 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.09 |
| HSL | 261.29º | 0.81% | 0.55% | - |
| HSV(B) | 261.29º | 0.8% | 0.91% | - |
| XYZ | 22.53 | 11.43 | 78.11 | - |
| YUV | 87.94 | 209.87 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 233 | 0.52 | 0.80 | 0 | 0.09 | 261.29 | 0.81 | 0.55 |
| Hex | 71 | 2F | E9 | 34 | 50 | 0 | 9 | 105 | 51 | 37 |
| Octal | 161 | 57 | 351 | 64 | 120 | 0 | 11 | 405 | 121 | 67 |
| Binary | 1110001 | 101111 | 11101001 | 110100 | 1010000 | 0 | 1001 | 100000101 | 1010001 | 110111 |
Color Harmonies of #712FE9
Complementary color
Monochromatic Colors of #712FE9
Black with #712FE9
Text Example
Text Example
White with #712FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712FE9; }
p { color: rgb(113,47,233); }
H1.HeaderClassName
{
color: #712FE9;
}
.AnyTagClassName
{
color: #712FE9;
}
</style>
background-color css
<style>
a { background-color: #712FE9; }
a { background-color: rgb(113,47,233); }
div.DivClassName
{
background-color: #712FE9;
}
.BgClassName
{
background-color: #712FE9;
}
</style>
border-color css
<style>
span { border-color: #712FE9; }
span { border-color: rgb(113,47,233); }
td.TdClassName
{
border-color: #712FE9;
}
.TagClassName
{
border-color: #712FE9;
}
</style>