Shades of Blue Violet #712BF1
Tints of Blue Violet #712BF1
RGB
CMYK
RGB Variations
Color information
#712BF1 (or 0x712BF1) is known color: Blue Violet. HEX triplet: 71, 2B and F1. RGB value is (113,43,241). Sum of RGB (Red+Green+Blue) = 113+43+241=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #712BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712BF1 is #8ED40E. Grayscale: #555555. Windows color (decimal): -9360399 or 15805297. OLE color: 15805297.
HSL color Cylindrical-coordinate representation of color #712BF1: hue angle of 261.21º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712BF1 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 43 | 241 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.05 |
| HSL | 261.21º | 0.88% | 0.56% | - |
| HSV(B) | 261.21º | 0.82% | 0.95% | - |
| XYZ | 23.55 | 11.59 | 84.21 | - |
| YUV | 86.5 | 215.19 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 241 | 0.53 | 0.82 | 0 | 0.05 | 261.21 | 0.88 | 0.56 |
| Hex | 71 | 2B | F1 | 35 | 52 | 0 | 5 | 105 | 58 | 38 |
| Octal | 161 | 53 | 361 | 65 | 122 | 0 | 5 | 405 | 130 | 70 |
| Binary | 1110001 | 101011 | 11110001 | 110101 | 1010010 | 0 | 101 | 100000101 | 1011000 | 111000 |
Color Harmonies of #712BF1
Complementary color
Monochromatic Colors of #712BF1
Black with #712BF1
Text Example
Text Example
White with #712BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712BF1; }
p { color: rgb(113,43,241); }
H1.HeaderClassName
{
color: #712BF1;
}
.AnyTagClassName
{
color: #712BF1;
}
</style>
background-color css
<style>
a { background-color: #712BF1; }
a { background-color: rgb(113,43,241); }
div.DivClassName
{
background-color: #712BF1;
}
.BgClassName
{
background-color: #712BF1;
}
</style>
border-color css
<style>
span { border-color: #712BF1; }
span { border-color: rgb(113,43,241); }
td.TdClassName
{
border-color: #712BF1;
}
.TagClassName
{
border-color: #712BF1;
}
</style>