Shades of Blue Violet #7028E5
Tints of Blue Violet #7028E5
RGB
CMYK
RGB Variations
Color information
#7028E5 (or 0x7028E5) is known color: Blue Violet. HEX triplet: 70, 28 and E5. RGB value is (112,40,229). Sum of RGB (Red+Green+Blue) = 112+40+229=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 229 (89.84% from 255 or 60.10% from 381); Max value from RGB is 229 - color contains mainly: blue. Hex color #7028E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7028E5 is #8FD71A. Grayscale: #525252. Windows color (decimal): -9426715 or 15018096. OLE color: 15018096.
HSL color Cylindrical-coordinate representation of color #7028E5: hue angle of 262.86º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7028E5 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 40 | 229 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.10 |
| HSL | 262.86º | 0.78% | 0.53% | - |
| HSV(B) | 262.86º | 0.83% | 0.9% | - |
| XYZ | 21.58 | 10.62 | 75.04 | - |
| YUV | 83.07 | 210.35 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 229 | 0.51 | 0.83 | 0 | 0.10 | 262.86 | 0.78 | 0.53 |
| Hex | 70 | 28 | E5 | 33 | 53 | 0 | A | 107 | 4E | 35 |
| Octal | 160 | 50 | 345 | 63 | 123 | 0 | 12 | 407 | 116 | 65 |
| Binary | 1110000 | 101000 | 11100101 | 110011 | 1010011 | 0 | 1010 | 100000111 | 1001110 | 110101 |
Color Harmonies of #7028E5
Complementary color
Monochromatic Colors of #7028E5
Black with #7028E5
Text Example
Text Example
White with #7028E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7028E5; }
p { color: rgb(112,40,229); }
H1.HeaderClassName
{
color: #7028E5;
}
.AnyTagClassName
{
color: #7028E5;
}
</style>
background-color css
<style>
a { background-color: #7028E5; }
a { background-color: rgb(112,40,229); }
div.DivClassName
{
background-color: #7028E5;
}
.BgClassName
{
background-color: #7028E5;
}
</style>
border-color css
<style>
span { border-color: #7028E5; }
span { border-color: rgb(112,40,229); }
td.TdClassName
{
border-color: #7028E5;
}
.TagClassName
{
border-color: #7028E5;
}
</style>