Shades of Blue Violet #7033DF
Tints of Blue Violet #7033DF
RGB
CMYK
RGB Variations
Color information
#7033DF (or 0x7033DF) is known color: Blue Violet. HEX triplet: 70, 33 and DF. RGB value is (112,51,223). Sum of RGB (Red+Green+Blue) = 112+51+223=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #7033DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7033DF is #8FCC20. Grayscale: #585858. Windows color (decimal): -9423905 or 14627696. OLE color: 14627696.
HSL color Cylindrical-coordinate representation of color #7033DF: hue angle of 261.28º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7033DF is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 51 | 223 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.13 |
| HSL | 261.28º | 0.73% | 0.54% | - |
| HSV(B) | 261.28º | 0.77% | 0.87% | - |
| XYZ | 21.19 | 11.14 | 70.85 | - |
| YUV | 88.85 | 203.71 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 223 | 0.50 | 0.77 | 0 | 0.13 | 261.28 | 0.73 | 0.54 |
| Hex | 70 | 33 | DF | 32 | 4D | 0 | D | 105 | 49 | 36 |
| Octal | 160 | 63 | 337 | 62 | 115 | 0 | 15 | 405 | 111 | 66 |
| Binary | 1110000 | 110011 | 11011111 | 110010 | 1001101 | 0 | 1101 | 100000101 | 1001001 | 110110 |
Color Harmonies of #7033DF
Complementary color
Monochromatic Colors of #7033DF
Black with #7033DF
Text Example
Text Example
White with #7033DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7033DF; }
p { color: rgb(112,51,223); }
H1.HeaderClassName
{
color: #7033DF;
}
.AnyTagClassName
{
color: #7033DF;
}
</style>
background-color css
<style>
a { background-color: #7033DF; }
a { background-color: rgb(112,51,223); }
div.DivClassName
{
background-color: #7033DF;
}
.BgClassName
{
background-color: #7033DF;
}
</style>
border-color css
<style>
span { border-color: #7033DF; }
span { border-color: rgb(112,51,223); }
td.TdClassName
{
border-color: #7033DF;
}
.TagClassName
{
border-color: #7033DF;
}
</style>