Shades of Blue Violet #7113DF
Tints of Blue Violet #7113DF
RGB
CMYK
RGB Variations
Color information
#7113DF (or 0x7113DF) is known color: Blue Violet. HEX triplet: 71, 13 and DF. RGB value is (113,19,223). Sum of RGB (Red+Green+Blue) = 113+19+223=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #7113DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7113DF is #8EEC20. Grayscale: #454545. Windows color (decimal): -9366561 or 14619505. OLE color: 14619505.
HSL color Cylindrical-coordinate representation of color #7113DF: hue angle of 267.65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7113DF is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 19 | 223 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.13 |
| HSL | 267.65º | 0.84% | 0.47% | - |
| HSV(B) | 267.65º | 0.91% | 0.87% | - |
| XYZ | 20.36 | 9.3 | 70.53 | - |
| YUV | 70.36 | 214.14 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 19 | 223 | 0.49 | 0.91 | 0 | 0.13 | 267.65 | 0.84 | 0.47 |
| Hex | 71 | 13 | DF | 31 | 5B | 0 | D | 10C | 54 | 2F |
| Octal | 161 | 23 | 337 | 61 | 133 | 0 | 15 | 414 | 124 | 57 |
| Binary | 1110001 | 10011 | 11011111 | 110001 | 1011011 | 0 | 1101 | 100001100 | 1010100 | 101111 |
Color Harmonies of #7113DF
Complementary color
Monochromatic Colors of #7113DF
Black with #7113DF
Text Example
Text Example
White with #7113DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7113DF; }
p { color: rgb(113,19,223); }
H1.HeaderClassName
{
color: #7113DF;
}
.AnyTagClassName
{
color: #7113DF;
}
</style>
background-color css
<style>
a { background-color: #7113DF; }
a { background-color: rgb(113,19,223); }
div.DivClassName
{
background-color: #7113DF;
}
.BgClassName
{
background-color: #7113DF;
}
</style>
border-color css
<style>
span { border-color: #7113DF; }
span { border-color: rgb(113,19,223); }
td.TdClassName
{
border-color: #7113DF;
}
.TagClassName
{
border-color: #7113DF;
}
</style>