Shades of Blue Violet #7028EF
Tints of Blue Violet #7028EF
RGB
CMYK
RGB Variations
Color information
#7028EF (or 0x7028EF) is known color: Blue Violet. HEX triplet: 70, 28 and EF. RGB value is (112,40,239). Sum of RGB (Red+Green+Blue) = 112+40+239=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #7028EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7028EF is #8FD710. Grayscale: #535353. Windows color (decimal): -9426705 or 15673456. OLE color: 15673456.
HSL color Cylindrical-coordinate representation of color #7028EF: hue angle of 261.71º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7028EF is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 40 | 239 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.06 |
| HSL | 261.71º | 0.86% | 0.55% | - |
| HSV(B) | 261.71º | 0.83% | 0.94% | - |
| XYZ | 23.02 | 11.19 | 82.61 | - |
| YUV | 84.21 | 215.35 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 239 | 0.53 | 0.83 | 0 | 0.06 | 261.71 | 0.86 | 0.55 |
| Hex | 70 | 28 | EF | 35 | 53 | 0 | 6 | 106 | 56 | 37 |
| Octal | 160 | 50 | 357 | 65 | 123 | 0 | 6 | 406 | 126 | 67 |
| Binary | 1110000 | 101000 | 11101111 | 110101 | 1010011 | 0 | 110 | 100000110 | 1010110 | 110111 |
Color Harmonies of #7028EF
Complementary color
Monochromatic Colors of #7028EF
Black with #7028EF
Text Example
Text Example
White with #7028EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7028EF; }
p { color: rgb(112,40,239); }
H1.HeaderClassName
{
color: #7028EF;
}
.AnyTagClassName
{
color: #7028EF;
}
</style>
background-color css
<style>
a { background-color: #7028EF; }
a { background-color: rgb(112,40,239); }
div.DivClassName
{
background-color: #7028EF;
}
.BgClassName
{
background-color: #7028EF;
}
</style>
border-color css
<style>
span { border-color: #7028EF; }
span { border-color: rgb(112,40,239); }
td.TdClassName
{
border-color: #7028EF;
}
.TagClassName
{
border-color: #7028EF;
}
</style>