Shades of Blue Violet #712ADF
Tints of Blue Violet #712ADF
RGB
CMYK
RGB Variations
Color information
#712ADF (or 0x712ADF) is known color: Blue Violet. HEX triplet: 71, 2A and DF. RGB value is (113,42,223). Sum of RGB (Red+Green+Blue) = 113+42+223=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #712ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712ADF is #8ED520. Grayscale: #535353. Windows color (decimal): -9360673 or 14625393. OLE color: 14625393.
HSL color Cylindrical-coordinate representation of color #712ADF: hue angle of 263.54º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #712ADF is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 42 | 223 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.13 |
| HSL | 263.54º | 0.74% | 0.52% | - |
| HSV(B) | 263.54º | 0.81% | 0.87% | - |
| XYZ | 20.96 | 10.49 | 70.73 | - |
| YUV | 83.86 | 206.52 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 223 | 0.49 | 0.81 | 0 | 0.13 | 263.54 | 0.74 | 0.52 |
| Hex | 71 | 2A | DF | 31 | 51 | 0 | D | 108 | 4A | 34 |
| Octal | 161 | 52 | 337 | 61 | 121 | 0 | 15 | 410 | 112 | 64 |
| Binary | 1110001 | 101010 | 11011111 | 110001 | 1010001 | 0 | 1101 | 100001000 | 1001010 | 110100 |
Color Harmonies of #712ADF
Complementary color
Monochromatic Colors of #712ADF
Black with #712ADF
Text Example
Text Example
White with #712ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712ADF; }
p { color: rgb(113,42,223); }
H1.HeaderClassName
{
color: #712ADF;
}
.AnyTagClassName
{
color: #712ADF;
}
</style>
background-color css
<style>
a { background-color: #712ADF; }
a { background-color: rgb(113,42,223); }
div.DivClassName
{
background-color: #712ADF;
}
.BgClassName
{
background-color: #712ADF;
}
</style>
border-color css
<style>
span { border-color: #712ADF; }
span { border-color: rgb(113,42,223); }
td.TdClassName
{
border-color: #712ADF;
}
.TagClassName
{
border-color: #712ADF;
}
</style>