Shades of Blue Violet #7124DA
Tints of Blue Violet #7124DA
RGB
CMYK
RGB Variations
Color information
#7124DA (or 0x7124DA) is known color: Blue Violet. HEX triplet: 71, 24 and DA. RGB value is (113,36,218). Sum of RGB (Red+Green+Blue) = 113+36+218=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #7124DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7124DA is #8EDB25. Grayscale: #4F4F4F. Windows color (decimal): -9362214 or 14296177. OLE color: 14296177.
HSL color Cylindrical-coordinate representation of color #7124DA: hue angle of 265.38º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7124DA is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 36 | 218 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.15 |
| HSL | 265.38º | 0.72% | 0.5% | - |
| HSV(B) | 265.38º | 0.83% | 0.85% | - |
| XYZ | 20.1 | 9.83 | 67.17 | - |
| YUV | 79.77 | 206.01 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 218 | 0.48 | 0.83 | 0 | 0.15 | 265.38 | 0.72 | 0.5 |
| Hex | 71 | 24 | DA | 30 | 53 | 0 | F | 109 | 48 | 32 |
| Octal | 161 | 44 | 332 | 60 | 123 | 0 | 17 | 411 | 110 | 62 |
| Binary | 1110001 | 100100 | 11011010 | 110000 | 1010011 | 0 | 1111 | 100001001 | 1001000 | 110010 |
Color Harmonies of #7124DA
Complementary color
Monochromatic Colors of #7124DA
Black with #7124DA
Text Example
Text Example
White with #7124DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7124DA; }
p { color: rgb(113,36,218); }
H1.HeaderClassName
{
color: #7124DA;
}
.AnyTagClassName
{
color: #7124DA;
}
</style>
background-color css
<style>
a { background-color: #7124DA; }
a { background-color: rgb(113,36,218); }
div.DivClassName
{
background-color: #7124DA;
}
.BgClassName
{
background-color: #7124DA;
}
</style>
border-color css
<style>
span { border-color: #7124DA; }
span { border-color: rgb(113,36,218); }
td.TdClassName
{
border-color: #7124DA;
}
.TagClassName
{
border-color: #7124DA;
}
</style>