Shades of Blue Violet #7124E5
Tints of Blue Violet #7124E5
RGB
CMYK
RGB Variations
Color information
#7124E5 (or 0x7124E5) is known color: Blue Violet. HEX triplet: 71, 24 and E5. RGB value is (113,36,229). Sum of RGB (Red+Green+Blue) = 113+36+229=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 229 (89.84% from 255 or 60.58% from 378); Max value from RGB is 229 - color contains mainly: blue. Hex color #7124E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7124E5 is #8EDB1A. Grayscale: #505050. Windows color (decimal): -9362203 or 15017073. OLE color: 15017073.
HSL color Cylindrical-coordinate representation of color #7124E5: hue angle of 263.94º 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 #7124E5 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 36 | 229 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.10 |
| HSL | 263.94º | 0.79% | 0.52% | - |
| HSV(B) | 263.94º | 0.84% | 0.9% | - |
| XYZ | 21.58 | 10.43 | 75 | - |
| YUV | 81.03 | 211.51 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 229 | 0.51 | 0.84 | 0 | 0.10 | 263.94 | 0.79 | 0.52 |
| Hex | 71 | 24 | E5 | 33 | 54 | 0 | A | 108 | 4F | 34 |
| Octal | 161 | 44 | 345 | 63 | 124 | 0 | 12 | 410 | 117 | 64 |
| Binary | 1110001 | 100100 | 11100101 | 110011 | 1010100 | 0 | 1010 | 100001000 | 1001111 | 110100 |
Color Harmonies of #7124E5
Complementary color
Monochromatic Colors of #7124E5
Black with #7124E5
Text Example
Text Example
White with #7124E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7124E5; }
p { color: rgb(113,36,229); }
H1.HeaderClassName
{
color: #7124E5;
}
.AnyTagClassName
{
color: #7124E5;
}
</style>
background-color css
<style>
a { background-color: #7124E5; }
a { background-color: rgb(113,36,229); }
div.DivClassName
{
background-color: #7124E5;
}
.BgClassName
{
background-color: #7124E5;
}
</style>
border-color css
<style>
span { border-color: #7124E5; }
span { border-color: rgb(113,36,229); }
td.TdClassName
{
border-color: #7124E5;
}
.TagClassName
{
border-color: #7124E5;
}
</style>