Shades of Blue Violet #7024ED
Tints of Blue Violet #7024ED
RGB
CMYK
RGB Variations
Color information
#7024ED (or 0x7024ED) is known color: Blue Violet. HEX triplet: 70, 24 and ED. RGB value is (112,36,237). Sum of RGB (Red+Green+Blue) = 112+36+237=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #7024ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7024ED is #8FDB12. Grayscale: #505050. Windows color (decimal): -9427731 or 15541360. OLE color: 15541360.
HSL color Cylindrical-coordinate representation of color #7024ED: hue angle of 262.69º degrees, saturation: 0.85, 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 #7024ED is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 36 | 237 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.07 |
| HSL | 262.69º | 0.85% | 0.54% | - |
| HSV(B) | 262.69º | 0.85% | 0.93% | - |
| XYZ | 22.6 | 10.82 | 81.02 | - |
| YUV | 81.64 | 215.68 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 237 | 0.53 | 0.85 | 0 | 0.07 | 262.69 | 0.85 | 0.54 |
| Hex | 70 | 24 | ED | 35 | 55 | 0 | 7 | 107 | 55 | 36 |
| Octal | 160 | 44 | 355 | 65 | 125 | 0 | 7 | 407 | 125 | 66 |
| Binary | 1110000 | 100100 | 11101101 | 110101 | 1010101 | 0 | 111 | 100000111 | 1010101 | 110110 |
Color Harmonies of #7024ED
Complementary color
Monochromatic Colors of #7024ED
Black with #7024ED
Text Example
Text Example
White with #7024ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7024ED; }
p { color: rgb(112,36,237); }
H1.HeaderClassName
{
color: #7024ED;
}
.AnyTagClassName
{
color: #7024ED;
}
</style>
background-color css
<style>
a { background-color: #7024ED; }
a { background-color: rgb(112,36,237); }
div.DivClassName
{
background-color: #7024ED;
}
.BgClassName
{
background-color: #7024ED;
}
</style>
border-color css
<style>
span { border-color: #7024ED; }
span { border-color: rgb(112,36,237); }
td.TdClassName
{
border-color: #7024ED;
}
.TagClassName
{
border-color: #7024ED;
}
</style>