Shades of Blue Violet #7125E5
Tints of Blue Violet #7125E5
RGB
CMYK
RGB Variations
Color information
#7125E5 (or 0x7125E5) is known color: Blue Violet. HEX triplet: 71, 25 and E5. RGB value is (113,37,229). Sum of RGB (Red+Green+Blue) = 113+37+229=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 229 (89.84% from 255 or 60.42% from 379); Max value from RGB is 229 - color contains mainly: blue. Hex color #7125E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7125E5 is #8EDA1A. Grayscale: #505050. Windows color (decimal): -9361947 or 15017329. OLE color: 15017329.
HSL color Cylindrical-coordinate representation of color #7125E5: hue angle of 263.75º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7125E5 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 37 | 229 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.10 |
| HSL | 263.75º | 0.79% | 0.52% | - |
| HSV(B) | 263.75º | 0.84% | 0.9% | - |
| XYZ | 21.61 | 10.49 | 75.01 | - |
| YUV | 81.61 | 211.18 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 229 | 0.51 | 0.84 | 0 | 0.10 | 263.75 | 0.79 | 0.52 |
| Hex | 71 | 25 | E5 | 33 | 54 | 0 | A | 108 | 4F | 34 |
| Octal | 161 | 45 | 345 | 63 | 124 | 0 | 12 | 410 | 117 | 64 |
| Binary | 1110001 | 100101 | 11100101 | 110011 | 1010100 | 0 | 1010 | 100001000 | 1001111 | 110100 |
Color Harmonies of #7125E5
Complementary color
Monochromatic Colors of #7125E5
Black with #7125E5
Text Example
Text Example
White with #7125E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7125E5; }
p { color: rgb(113,37,229); }
H1.HeaderClassName
{
color: #7125E5;
}
.AnyTagClassName
{
color: #7125E5;
}
</style>
background-color css
<style>
a { background-color: #7125E5; }
a { background-color: rgb(113,37,229); }
div.DivClassName
{
background-color: #7125E5;
}
.BgClassName
{
background-color: #7125E5;
}
</style>
border-color css
<style>
span { border-color: #7125E5; }
span { border-color: rgb(113,37,229); }
td.TdClassName
{
border-color: #7125E5;
}
.TagClassName
{
border-color: #7125E5;
}
</style>