Shades of Blue Violet #7013DF
Tints of Blue Violet #7013DF
RGB
CMYK
RGB Variations
Color information
#7013DF (or 0x7013DF) is known color: Blue Violet. HEX triplet: 70, 13 and DF. RGB value is (112,19,223). Sum of RGB (Red+Green+Blue) = 112+19+223=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #7013DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7013DF is #8FEC20. Grayscale: #454545. Windows color (decimal): -9432097 or 14619504. OLE color: 14619504.
HSL color Cylindrical-coordinate representation of color #7013DF: hue angle of 267.35º 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 #7013DF is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 19 | 223 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.13 |
| HSL | 267.35º | 0.84% | 0.47% | - |
| HSV(B) | 267.35º | 0.91% | 0.87% | - |
| XYZ | 20.23 | 9.24 | 70.53 | - |
| YUV | 70.06 | 214.31 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 223 | 0.50 | 0.91 | 0 | 0.13 | 267.35 | 0.84 | 0.47 |
| Hex | 70 | 13 | DF | 32 | 5B | 0 | D | 10B | 54 | 2F |
| Octal | 160 | 23 | 337 | 62 | 133 | 0 | 15 | 413 | 124 | 57 |
| Binary | 1110000 | 10011 | 11011111 | 110010 | 1011011 | 0 | 1101 | 100001011 | 1010100 | 101111 |
Color Harmonies of #7013DF
Complementary color
Monochromatic Colors of #7013DF
Black with #7013DF
Text Example
Text Example
White with #7013DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7013DF; }
p { color: rgb(112,19,223); }
H1.HeaderClassName
{
color: #7013DF;
}
.AnyTagClassName
{
color: #7013DF;
}
</style>
background-color css
<style>
a { background-color: #7013DF; }
a { background-color: rgb(112,19,223); }
div.DivClassName
{
background-color: #7013DF;
}
.BgClassName
{
background-color: #7013DF;
}
</style>
border-color css
<style>
span { border-color: #7013DF; }
span { border-color: rgb(112,19,223); }
td.TdClassName
{
border-color: #7013DF;
}
.TagClassName
{
border-color: #7013DF;
}
</style>