Shades of Blue Violet #7D25EC
Tints of Blue Violet #7D25EC
RGB
CMYK
RGB Variations
Color information
#7D25EC (or 0x7D25EC) is known color: Blue Violet. HEX triplet: 7D, 25 and EC. RGB value is (125,37,236). Sum of RGB (Red+Green+Blue) = 125+37+236=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D25EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D25EC is #82DA13. Grayscale: #555555. Windows color (decimal): -8575508 or 15476093. OLE color: 15476093.
HSL color Cylindrical-coordinate representation of color #7D25EC: hue angle of 266.53º degrees, saturation: 0.84, 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 #7D25EC is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 37 | 236 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.07 |
| HSL | 266.53º | 0.84% | 0.54% | - |
| HSV(B) | 266.53º | 0.84% | 0.93% | - |
| XYZ | 24.26 | 11.74 | 80.34 | - |
| YUV | 86 | 212.65 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 37 | 236 | 0.47 | 0.84 | 0 | 0.07 | 266.53 | 0.84 | 0.54 |
| Hex | 7D | 25 | EC | 2F | 54 | 0 | 7 | 10B | 54 | 36 |
| Octal | 175 | 45 | 354 | 57 | 124 | 0 | 7 | 413 | 124 | 66 |
| Binary | 1111101 | 100101 | 11101100 | 101111 | 1010100 | 0 | 111 | 100001011 | 1010100 | 110110 |
Color Harmonies of #7D25EC
Complementary color
Monochromatic Colors of #7D25EC
Black with #7D25EC
Text Example
Text Example
White with #7D25EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D25EC; }
p { color: rgb(125,37,236); }
H1.HeaderClassName
{
color: #7D25EC;
}
.AnyTagClassName
{
color: #7D25EC;
}
</style>
background-color css
<style>
a { background-color: #7D25EC; }
a { background-color: rgb(125,37,236); }
div.DivClassName
{
background-color: #7D25EC;
}
.BgClassName
{
background-color: #7D25EC;
}
</style>
border-color css
<style>
span { border-color: #7D25EC; }
span { border-color: rgb(125,37,236); }
td.TdClassName
{
border-color: #7D25EC;
}
.TagClassName
{
border-color: #7D25EC;
}
</style>