Shades of Blue Violet #7125ED
Tints of Blue Violet #7125ED
RGB
CMYK
RGB Variations
Color information
#7125ED (or 0x7125ED) is known color: Blue Violet. HEX triplet: 71, 25 and ED. RGB value is (113,37,237). Sum of RGB (Red+Green+Blue) = 113+37+237=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #7125ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7125ED is #8EDA12. Grayscale: #515151. Windows color (decimal): -9361939 or 15541617. OLE color: 15541617.
HSL color Cylindrical-coordinate representation of color #7125ED: hue angle of 262.8º 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 #7125ED is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 37 | 237 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.07 |
| HSL | 262.8º | 0.85% | 0.54% | - |
| HSV(B) | 262.8º | 0.84% | 0.93% | - |
| XYZ | 22.76 | 10.95 | 81.03 | - |
| YUV | 82.52 | 215.18 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 237 | 0.52 | 0.84 | 0 | 0.07 | 262.8 | 0.85 | 0.54 |
| Hex | 71 | 25 | ED | 34 | 54 | 0 | 7 | 107 | 55 | 36 |
| Octal | 161 | 45 | 355 | 64 | 124 | 0 | 7 | 407 | 125 | 66 |
| Binary | 1110001 | 100101 | 11101101 | 110100 | 1010100 | 0 | 111 | 100000111 | 1010101 | 110110 |
Color Harmonies of #7125ED
Complementary color
Monochromatic Colors of #7125ED
Black with #7125ED
Text Example
Text Example
White with #7125ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7125ED; }
p { color: rgb(113,37,237); }
H1.HeaderClassName
{
color: #7125ED;
}
.AnyTagClassName
{
color: #7125ED;
}
</style>
background-color css
<style>
a { background-color: #7125ED; }
a { background-color: rgb(113,37,237); }
div.DivClassName
{
background-color: #7125ED;
}
.BgClassName
{
background-color: #7125ED;
}
</style>
border-color css
<style>
span { border-color: #7125ED; }
span { border-color: rgb(113,37,237); }
td.TdClassName
{
border-color: #7125ED;
}
.TagClassName
{
border-color: #7125ED;
}
</style>