Shades of Blue Violet #7024EE
Tints of Blue Violet #7024EE
RGB
CMYK
RGB Variations
Color information
#7024EE (or 0x7024EE) is known color: Blue Violet. HEX triplet: 70, 24 and EE. RGB value is (112,36,238). Sum of RGB (Red+Green+Blue) = 112+36+238=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #7024EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7024EE is #8FDB11. Grayscale: #515151. Windows color (decimal): -9427730 or 15606896. OLE color: 15606896.
HSL color Cylindrical-coordinate representation of color #7024EE: hue angle of 262.57º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7024EE is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 36 | 238 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.07 |
| HSL | 262.57º | 0.86% | 0.54% | - |
| HSV(B) | 262.57º | 0.85% | 0.93% | - |
| XYZ | 22.75 | 10.88 | 81.79 | - |
| YUV | 81.75 | 216.18 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 238 | 0.53 | 0.85 | 0 | 0.07 | 262.57 | 0.86 | 0.54 |
| Hex | 70 | 24 | EE | 35 | 55 | 0 | 7 | 107 | 56 | 36 |
| Octal | 160 | 44 | 356 | 65 | 125 | 0 | 7 | 407 | 126 | 66 |
| Binary | 1110000 | 100100 | 11101110 | 110101 | 1010101 | 0 | 111 | 100000111 | 1010110 | 110110 |
Color Harmonies of #7024EE
Complementary color
Monochromatic Colors of #7024EE
Black with #7024EE
Text Example
Text Example
White with #7024EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7024EE; }
p { color: rgb(112,36,238); }
H1.HeaderClassName
{
color: #7024EE;
}
.AnyTagClassName
{
color: #7024EE;
}
</style>
background-color css
<style>
a { background-color: #7024EE; }
a { background-color: rgb(112,36,238); }
div.DivClassName
{
background-color: #7024EE;
}
.BgClassName
{
background-color: #7024EE;
}
</style>
border-color css
<style>
span { border-color: #7024EE; }
span { border-color: rgb(112,36,238); }
td.TdClassName
{
border-color: #7024EE;
}
.TagClassName
{
border-color: #7024EE;
}
</style>