Shades of Blue Violet #7128ED
Tints of Blue Violet #7128ED
RGB
CMYK
RGB Variations
Color information
#7128ED (or 0x7128ED) is known color: Blue Violet. HEX triplet: 71, 28 and ED. RGB value is (113,40,237). Sum of RGB (Red+Green+Blue) = 113+40+237=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #7128ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7128ED is #8ED712. Grayscale: #535353. Windows color (decimal): -9361171 or 15542385. OLE color: 15542385.
HSL color Cylindrical-coordinate representation of color #7128ED: hue angle of 262.23º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7128ED is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 40 | 237 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.07 |
| HSL | 262.23º | 0.85% | 0.54% | - |
| HSV(B) | 262.23º | 0.83% | 0.93% | - |
| XYZ | 22.85 | 11.14 | 81.07 | - |
| YUV | 84.29 | 214.18 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 237 | 0.52 | 0.83 | 0 | 0.07 | 262.23 | 0.85 | 0.54 |
| Hex | 71 | 28 | ED | 34 | 53 | 0 | 7 | 106 | 55 | 36 |
| Octal | 161 | 50 | 355 | 64 | 123 | 0 | 7 | 406 | 125 | 66 |
| Binary | 1110001 | 101000 | 11101101 | 110100 | 1010011 | 0 | 111 | 100000110 | 1010101 | 110110 |
Color Harmonies of #7128ED
Complementary color
Monochromatic Colors of #7128ED
Black with #7128ED
Text Example
Text Example
White with #7128ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7128ED; }
p { color: rgb(113,40,237); }
H1.HeaderClassName
{
color: #7128ED;
}
.AnyTagClassName
{
color: #7128ED;
}
</style>
background-color css
<style>
a { background-color: #7128ED; }
a { background-color: rgb(113,40,237); }
div.DivClassName
{
background-color: #7128ED;
}
.BgClassName
{
background-color: #7128ED;
}
</style>
border-color css
<style>
span { border-color: #7128ED; }
span { border-color: rgb(113,40,237); }
td.TdClassName
{
border-color: #7128ED;
}
.TagClassName
{
border-color: #7128ED;
}
</style>