Shades of Blue Violet #6E24ED
Tints of Blue Violet #6E24ED
RGB
CMYK
RGB Variations
Color information
#6E24ED (or 0x6E24ED) is known color: Blue Violet. HEX triplet: 6E, 24 and ED. RGB value is (110,36,237). Sum of RGB (Red+Green+Blue) = 110+36+237=383 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.72% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E24ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E24ED is #91DB12. Grayscale: #505050. Windows color (decimal): -9558803 or 15541358. OLE color: 15541358.
HSL color Cylindrical-coordinate representation of color #6E24ED: hue angle of 262.09º 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 #6E24ED is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 36 | 237 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.07 |
| HSL | 262.09º | 0.85% | 0.54% | - |
| HSV(B) | 262.09º | 0.85% | 0.93% | - |
| XYZ | 22.35 | 10.69 | 81.01 | - |
| YUV | 81.04 | 216.02 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 237 | 0.54 | 0.85 | 0 | 0.07 | 262.09 | 0.85 | 0.54 |
| Hex | 6E | 24 | ED | 36 | 55 | 0 | 7 | 106 | 55 | 36 |
| Octal | 156 | 44 | 355 | 66 | 125 | 0 | 7 | 406 | 125 | 66 |
| Binary | 1101110 | 100100 | 11101101 | 110110 | 1010101 | 0 | 111 | 100000110 | 1010101 | 110110 |
Color Harmonies of #6E24ED
Complementary color
Monochromatic Colors of #6E24ED
Black with #6E24ED
Text Example
Text Example
White with #6E24ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E24ED; }
p { color: rgb(110,36,237); }
H1.HeaderClassName
{
color: #6E24ED;
}
.AnyTagClassName
{
color: #6E24ED;
}
</style>
background-color css
<style>
a { background-color: #6E24ED; }
a { background-color: rgb(110,36,237); }
div.DivClassName
{
background-color: #6E24ED;
}
.BgClassName
{
background-color: #6E24ED;
}
</style>
border-color css
<style>
span { border-color: #6E24ED; }
span { border-color: rgb(110,36,237); }
td.TdClassName
{
border-color: #6E24ED;
}
.TagClassName
{
border-color: #6E24ED;
}
</style>