Shades of Blue Violet #7035DF
Tints of Blue Violet #7035DF
RGB
CMYK
RGB Variations
Color information
#7035DF (or 0x7035DF) is known color: Blue Violet. HEX triplet: 70, 35 and DF. RGB value is (112,53,223). Sum of RGB (Red+Green+Blue) = 112+53+223=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #7035DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7035DF is #8FCA20. Grayscale: #595959. Windows color (decimal): -9423393 or 14628208. OLE color: 14628208.
HSL color Cylindrical-coordinate representation of color #7035DF: hue angle of 260.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7035DF is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 53 | 223 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.13 |
| HSL | 260.82º | 0.73% | 0.54% | - |
| HSV(B) | 260.82º | 0.76% | 0.87% | - |
| XYZ | 21.27 | 11.32 | 70.88 | - |
| YUV | 90.02 | 203.05 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 223 | 0.50 | 0.76 | 0 | 0.13 | 260.82 | 0.73 | 0.54 |
| Hex | 70 | 35 | DF | 32 | 4C | 0 | D | 105 | 49 | 36 |
| Octal | 160 | 65 | 337 | 62 | 114 | 0 | 15 | 405 | 111 | 66 |
| Binary | 1110000 | 110101 | 11011111 | 110010 | 1001100 | 0 | 1101 | 100000101 | 1001001 | 110110 |
Color Harmonies of #7035DF
Complementary color
Monochromatic Colors of #7035DF
Black with #7035DF
Text Example
Text Example
White with #7035DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7035DF; }
p { color: rgb(112,53,223); }
H1.HeaderClassName
{
color: #7035DF;
}
.AnyTagClassName
{
color: #7035DF;
}
</style>
background-color css
<style>
a { background-color: #7035DF; }
a { background-color: rgb(112,53,223); }
div.DivClassName
{
background-color: #7035DF;
}
.BgClassName
{
background-color: #7035DF;
}
</style>
border-color css
<style>
span { border-color: #7035DF; }
span { border-color: rgb(112,53,223); }
td.TdClassName
{
border-color: #7035DF;
}
.TagClassName
{
border-color: #7035DF;
}
</style>