Shades of Blue Violet #7128E6
Tints of Blue Violet #7128E6
RGB
CMYK
RGB Variations
Color information
#7128E6 (or 0x7128E6) is known color: Blue Violet. HEX triplet: 71, 28 and E6. RGB value is (113,40,230). Sum of RGB (Red+Green+Blue) = 113+40+230=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 230 (90.23% from 255 or 60.05% from 383); Max value from RGB is 230 - color contains mainly: blue. Hex color #7128E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7128E6 is #8ED719. Grayscale: #525252. Windows color (decimal): -9361178 or 15083633. OLE color: 15083633.
HSL color Cylindrical-coordinate representation of color #7128E6: hue angle of 263.05º degrees, saturation: 0.79, 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 #7128E6 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 40 | 230 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.10 |
| HSL | 263.05º | 0.79% | 0.53% | - |
| HSV(B) | 263.05º | 0.83% | 0.9% | - |
| XYZ | 21.85 | 10.74 | 75.78 | - |
| YUV | 83.49 | 210.68 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 230 | 0.51 | 0.83 | 0 | 0.10 | 263.05 | 0.79 | 0.53 |
| Hex | 71 | 28 | E6 | 33 | 53 | 0 | A | 107 | 4F | 35 |
| Octal | 161 | 50 | 346 | 63 | 123 | 0 | 12 | 407 | 117 | 65 |
| Binary | 1110001 | 101000 | 11100110 | 110011 | 1010011 | 0 | 1010 | 100000111 | 1001111 | 110101 |
Color Harmonies of #7128E6
Complementary color
Monochromatic Colors of #7128E6
Black with #7128E6
Text Example
Text Example
White with #7128E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7128E6; }
p { color: rgb(113,40,230); }
H1.HeaderClassName
{
color: #7128E6;
}
.AnyTagClassName
{
color: #7128E6;
}
</style>
background-color css
<style>
a { background-color: #7128E6; }
a { background-color: rgb(113,40,230); }
div.DivClassName
{
background-color: #7128E6;
}
.BgClassName
{
background-color: #7128E6;
}
</style>
border-color css
<style>
span { border-color: #7128E6; }
span { border-color: rgb(113,40,230); }
td.TdClassName
{
border-color: #7128E6;
}
.TagClassName
{
border-color: #7128E6;
}
</style>