Shades of Blue Violet #712DDF
Tints of Blue Violet #712DDF
RGB
CMYK
RGB Variations
Color information
#712DDF (or 0x712DDF) is known color: Blue Violet. HEX triplet: 71, 2D and DF. RGB value is (113,45,223). Sum of RGB (Red+Green+Blue) = 113+45+223=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #712DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712DDF is #8ED220. Grayscale: #545454. Windows color (decimal): -9359905 or 14626161. OLE color: 14626161.
HSL color Cylindrical-coordinate representation of color #712DDF: hue angle of 262.92º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #712DDF is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 45 | 223 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.13 |
| HSL | 262.92º | 0.74% | 0.53% | - |
| HSV(B) | 262.92º | 0.8% | 0.87% | - |
| XYZ | 21.07 | 10.72 | 70.77 | - |
| YUV | 85.62 | 205.53 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 223 | 0.49 | 0.80 | 0 | 0.13 | 262.92 | 0.74 | 0.53 |
| Hex | 71 | 2D | DF | 31 | 50 | 0 | D | 107 | 4A | 35 |
| Octal | 161 | 55 | 337 | 61 | 120 | 0 | 15 | 407 | 112 | 65 |
| Binary | 1110001 | 101101 | 11011111 | 110001 | 1010000 | 0 | 1101 | 100000111 | 1001010 | 110101 |
Color Harmonies of #712DDF
Complementary color
Monochromatic Colors of #712DDF
Black with #712DDF
Text Example
Text Example
White with #712DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712DDF; }
p { color: rgb(113,45,223); }
H1.HeaderClassName
{
color: #712DDF;
}
.AnyTagClassName
{
color: #712DDF;
}
</style>
background-color css
<style>
a { background-color: #712DDF; }
a { background-color: rgb(113,45,223); }
div.DivClassName
{
background-color: #712DDF;
}
.BgClassName
{
background-color: #712DDF;
}
</style>
border-color css
<style>
span { border-color: #712DDF; }
span { border-color: rgb(113,45,223); }
td.TdClassName
{
border-color: #712DDF;
}
.TagClassName
{
border-color: #712DDF;
}
</style>