Shades of Blue Violet #712FEA
Tints of Blue Violet #712FEA
RGB
CMYK
RGB Variations
Color information
#712FEA (or 0x712FEA) is known color: Blue Violet. HEX triplet: 71, 2F and EA. RGB value is (113,47,234). Sum of RGB (Red+Green+Blue) = 113+47+234=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #712FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712FEA is #8ED015. Grayscale: #575757. Windows color (decimal): -9359382 or 15347569. OLE color: 15347569.
HSL color Cylindrical-coordinate representation of color #712FEA: hue angle of 261.18º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #712FEA is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 47 | 234 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.08 |
| HSL | 261.18º | 0.82% | 0.55% | - |
| HSV(B) | 261.18º | 0.8% | 0.92% | - |
| XYZ | 22.68 | 11.48 | 78.86 | - |
| YUV | 88.05 | 210.37 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 234 | 0.52 | 0.80 | 0 | 0.08 | 261.18 | 0.82 | 0.55 |
| Hex | 71 | 2F | EA | 34 | 50 | 0 | 8 | 105 | 52 | 37 |
| Octal | 161 | 57 | 352 | 64 | 120 | 0 | 10 | 405 | 122 | 67 |
| Binary | 1110001 | 101111 | 11101010 | 110100 | 1010000 | 0 | 1000 | 100000101 | 1010010 | 110111 |
Color Harmonies of #712FEA
Complementary color
Monochromatic Colors of #712FEA
Black with #712FEA
Text Example
Text Example
White with #712FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712FEA; }
p { color: rgb(113,47,234); }
H1.HeaderClassName
{
color: #712FEA;
}
.AnyTagClassName
{
color: #712FEA;
}
</style>
background-color css
<style>
a { background-color: #712FEA; }
a { background-color: rgb(113,47,234); }
div.DivClassName
{
background-color: #712FEA;
}
.BgClassName
{
background-color: #712FEA;
}
</style>
border-color css
<style>
span { border-color: #712FEA; }
span { border-color: rgb(113,47,234); }
td.TdClassName
{
border-color: #712FEA;
}
.TagClassName
{
border-color: #712FEA;
}
</style>