Shades of Blue Violet #7028DE
Tints of Blue Violet #7028DE
RGB
CMYK
RGB Variations
Color information
#7028DE (or 0x7028DE) is known color: Blue Violet. HEX triplet: 70, 28 and DE. RGB value is (112,40,222). Sum of RGB (Red+Green+Blue) = 112+40+222=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #7028DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7028DE is #8FD721. Grayscale: #515151. Windows color (decimal): -9426722 or 14559344. OLE color: 14559344.
HSL color Cylindrical-coordinate representation of color #7028DE: hue angle of 263.74º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7028DE is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 40 | 222 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.13 |
| HSL | 263.74º | 0.73% | 0.51% | - |
| HSV(B) | 263.74º | 0.82% | 0.87% | - |
| XYZ | 20.63 | 10.24 | 70 | - |
| YUV | 82.28 | 206.85 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 222 | 0.50 | 0.82 | 0 | 0.13 | 263.74 | 0.73 | 0.51 |
| Hex | 70 | 28 | DE | 32 | 52 | 0 | D | 108 | 49 | 33 |
| Octal | 160 | 50 | 336 | 62 | 122 | 0 | 15 | 410 | 111 | 63 |
| Binary | 1110000 | 101000 | 11011110 | 110010 | 1010010 | 0 | 1101 | 100001000 | 1001001 | 110011 |
Color Harmonies of #7028DE
Complementary color
Monochromatic Colors of #7028DE
Black with #7028DE
Text Example
Text Example
White with #7028DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7028DE; }
p { color: rgb(112,40,222); }
H1.HeaderClassName
{
color: #7028DE;
}
.AnyTagClassName
{
color: #7028DE;
}
</style>
background-color css
<style>
a { background-color: #7028DE; }
a { background-color: rgb(112,40,222); }
div.DivClassName
{
background-color: #7028DE;
}
.BgClassName
{
background-color: #7028DE;
}
</style>
border-color css
<style>
span { border-color: #7028DE; }
span { border-color: rgb(112,40,222); }
td.TdClassName
{
border-color: #7028DE;
}
.TagClassName
{
border-color: #7028DE;
}
</style>