Shades of Blue Violet #7124DD
Tints of Blue Violet #7124DD
RGB
CMYK
RGB Variations
Color information
#7124DD (or 0x7124DD) is known color: Blue Violet. HEX triplet: 71, 24 and DD. RGB value is (113,36,221). Sum of RGB (Red+Green+Blue) = 113+36+221=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #7124DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7124DD is #8EDB22. Grayscale: #4F4F4F. Windows color (decimal): -9362211 or 14492785. OLE color: 14492785.
HSL color Cylindrical-coordinate representation of color #7124DD: hue angle of 264.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7124DD is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 36 | 221 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.13 |
| HSL | 264.97º | 0.73% | 0.5% | - |
| HSV(B) | 264.97º | 0.84% | 0.87% | - |
| XYZ | 20.49 | 9.99 | 69.26 | - |
| YUV | 80.11 | 207.51 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 221 | 0.49 | 0.84 | 0 | 0.13 | 264.97 | 0.73 | 0.5 |
| Hex | 71 | 24 | DD | 31 | 54 | 0 | D | 109 | 49 | 32 |
| Octal | 161 | 44 | 335 | 61 | 124 | 0 | 15 | 411 | 111 | 62 |
| Binary | 1110001 | 100100 | 11011101 | 110001 | 1010100 | 0 | 1101 | 100001001 | 1001001 | 110010 |
Color Harmonies of #7124DD
Complementary color
Monochromatic Colors of #7124DD
Black with #7124DD
Text Example
Text Example
White with #7124DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7124DD; }
p { color: rgb(113,36,221); }
H1.HeaderClassName
{
color: #7124DD;
}
.AnyTagClassName
{
color: #7124DD;
}
</style>
background-color css
<style>
a { background-color: #7124DD; }
a { background-color: rgb(113,36,221); }
div.DivClassName
{
background-color: #7124DD;
}
.BgClassName
{
background-color: #7124DD;
}
</style>
border-color css
<style>
span { border-color: #7124DD; }
span { border-color: rgb(113,36,221); }
td.TdClassName
{
border-color: #7124DD;
}
.TagClassName
{
border-color: #7124DD;
}
</style>