Shades of Blue Violet #7127ED
Tints of Blue Violet #7127ED
RGB
CMYK
RGB Variations
Color information
#7127ED (or 0x7127ED) is known color: Blue Violet. HEX triplet: 71, 27 and ED. RGB value is (113,39,237). Sum of RGB (Red+Green+Blue) = 113+39+237=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #7127ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7127ED is #8ED812. Grayscale: #525252. Windows color (decimal): -9361427 or 15542129. OLE color: 15542129.
HSL color Cylindrical-coordinate representation of color #7127ED: hue angle of 262.42º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7127ED is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 39 | 237 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.07 |
| HSL | 262.42º | 0.85% | 0.54% | - |
| HSV(B) | 262.42º | 0.84% | 0.93% | - |
| XYZ | 22.82 | 11.08 | 81.06 | - |
| YUV | 83.7 | 214.52 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 237 | 0.52 | 0.84 | 0 | 0.07 | 262.42 | 0.85 | 0.54 |
| Hex | 71 | 27 | ED | 34 | 54 | 0 | 7 | 106 | 55 | 36 |
| Octal | 161 | 47 | 355 | 64 | 124 | 0 | 7 | 406 | 125 | 66 |
| Binary | 1110001 | 100111 | 11101101 | 110100 | 1010100 | 0 | 111 | 100000110 | 1010101 | 110110 |
Color Harmonies of #7127ED
Complementary color
Monochromatic Colors of #7127ED
Black with #7127ED
Text Example
Text Example
White with #7127ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7127ED; }
p { color: rgb(113,39,237); }
H1.HeaderClassName
{
color: #7127ED;
}
.AnyTagClassName
{
color: #7127ED;
}
</style>
background-color css
<style>
a { background-color: #7127ED; }
a { background-color: rgb(113,39,237); }
div.DivClassName
{
background-color: #7127ED;
}
.BgClassName
{
background-color: #7127ED;
}
</style>
border-color css
<style>
span { border-color: #7127ED; }
span { border-color: rgb(113,39,237); }
td.TdClassName
{
border-color: #7127ED;
}
.TagClassName
{
border-color: #7127ED;
}
</style>