Shades of Blue Violet #7E28DD
Tints of Blue Violet #7E28DD
RGB
CMYK
RGB Variations
Color information
#7E28DD (or 0x7E28DD) is known color: Blue Violet. HEX triplet: 7E, 28 and DD. RGB value is (126,40,221). Sum of RGB (Red+Green+Blue) = 126+40+221=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E28DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E28DD is #81D722. Grayscale: #555555. Windows color (decimal): -8509219 or 14493822. OLE color: 14493822.
HSL color Cylindrical-coordinate representation of color #7E28DD: hue angle of 268.51º 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 #7E28DD is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 40 | 221 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.13 |
| HSL | 268.51º | 0.73% | 0.51% | - |
| HSV(B) | 268.51º | 0.82% | 0.87% | - |
| XYZ | 22.41 | 11.17 | 69.38 | - |
| YUV | 86.35 | 203.99 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 40 | 221 | 0.43 | 0.82 | 0 | 0.13 | 268.51 | 0.73 | 0.51 |
| Hex | 7E | 28 | DD | 2B | 52 | 0 | D | 10D | 49 | 33 |
| Octal | 176 | 50 | 335 | 53 | 122 | 0 | 15 | 415 | 111 | 63 |
| Binary | 1111110 | 101000 | 11011101 | 101011 | 1010010 | 0 | 1101 | 100001101 | 1001001 | 110011 |
Color Harmonies of #7E28DD
Complementary color
Monochromatic Colors of #7E28DD
Black with #7E28DD
Text Example
Text Example
White with #7E28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E28DD; }
p { color: rgb(126,40,221); }
H1.HeaderClassName
{
color: #7E28DD;
}
.AnyTagClassName
{
color: #7E28DD;
}
</style>
background-color css
<style>
a { background-color: #7E28DD; }
a { background-color: rgb(126,40,221); }
div.DivClassName
{
background-color: #7E28DD;
}
.BgClassName
{
background-color: #7E28DD;
}
</style>
border-color css
<style>
span { border-color: #7E28DD; }
span { border-color: rgb(126,40,221); }
td.TdClassName
{
border-color: #7E28DD;
}
.TagClassName
{
border-color: #7E28DD;
}
</style>