Shades of Blue Violet #712BEA
Tints of Blue Violet #712BEA
RGB
CMYK
RGB Variations
Color information
#712BEA (or 0x712BEA) is known color: Blue Violet. HEX triplet: 71, 2B and EA. RGB value is (113,43,234). Sum of RGB (Red+Green+Blue) = 113+43+234=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #712BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712BEA is #8ED415. Grayscale: #555555. Windows color (decimal): -9360406 or 15346545. OLE color: 15346545.
HSL color Cylindrical-coordinate representation of color #712BEA: hue angle of 261.99º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712BEA is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 43 | 234 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.08 |
| HSL | 261.99º | 0.82% | 0.54% | - |
| HSV(B) | 261.99º | 0.82% | 0.92% | - |
| XYZ | 22.53 | 11.18 | 78.81 | - |
| YUV | 85.7 | 211.69 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 234 | 0.52 | 0.82 | 0 | 0.08 | 261.99 | 0.82 | 0.54 |
| Hex | 71 | 2B | EA | 34 | 52 | 0 | 8 | 106 | 52 | 36 |
| Octal | 161 | 53 | 352 | 64 | 122 | 0 | 10 | 406 | 122 | 66 |
| Binary | 1110001 | 101011 | 11101010 | 110100 | 1010010 | 0 | 1000 | 100000110 | 1010010 | 110110 |
Color Harmonies of #712BEA
Complementary color
Monochromatic Colors of #712BEA
Black with #712BEA
Text Example
Text Example
White with #712BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712BEA; }
p { color: rgb(113,43,234); }
H1.HeaderClassName
{
color: #712BEA;
}
.AnyTagClassName
{
color: #712BEA;
}
</style>
background-color css
<style>
a { background-color: #712BEA; }
a { background-color: rgb(113,43,234); }
div.DivClassName
{
background-color: #712BEA;
}
.BgClassName
{
background-color: #712BEA;
}
</style>
border-color css
<style>
span { border-color: #712BEA; }
span { border-color: rgb(113,43,234); }
td.TdClassName
{
border-color: #712BEA;
}
.TagClassName
{
border-color: #712BEA;
}
</style>