Shades of Blue Violet #6E36ED
Tints of Blue Violet #6E36ED
RGB
CMYK
RGB Variations
Color information
#6E36ED (or 0x6E36ED) is known color: Blue Violet. HEX triplet: 6E, 36 and ED. RGB value is (110,54,237). Sum of RGB (Red+Green+Blue) = 110+54+237=401 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.43% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E36ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E36ED is #91C912. Grayscale: #5A5A5A. Windows color (decimal): -9554195 or 15545966. OLE color: 15545966.
HSL color Cylindrical-coordinate representation of color #6E36ED: hue angle of 258.36º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E36ED is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 54 | 237 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.07 |
| HSL | 258.36º | 0.84% | 0.57% | - |
| HSV(B) | 258.36º | 0.77% | 0.93% | - |
| XYZ | 23.04 | 12.07 | 81.24 | - |
| YUV | 91.61 | 210.05 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 237 | 0.54 | 0.77 | 0 | 0.07 | 258.36 | 0.84 | 0.57 |
| Hex | 6E | 36 | ED | 36 | 4D | 0 | 7 | 102 | 54 | 39 |
| Octal | 156 | 66 | 355 | 66 | 115 | 0 | 7 | 402 | 124 | 71 |
| Binary | 1101110 | 110110 | 11101101 | 110110 | 1001101 | 0 | 111 | 100000010 | 1010100 | 111001 |
Color Harmonies of #6E36ED
Complementary color
Monochromatic Colors of #6E36ED
Black with #6E36ED
Text Example
Text Example
White with #6E36ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E36ED; }
p { color: rgb(110,54,237); }
H1.HeaderClassName
{
color: #6E36ED;
}
.AnyTagClassName
{
color: #6E36ED;
}
</style>
background-color css
<style>
a { background-color: #6E36ED; }
a { background-color: rgb(110,54,237); }
div.DivClassName
{
background-color: #6E36ED;
}
.BgClassName
{
background-color: #6E36ED;
}
</style>
border-color css
<style>
span { border-color: #6E36ED; }
span { border-color: rgb(110,54,237); }
td.TdClassName
{
border-color: #6E36ED;
}
.TagClassName
{
border-color: #6E36ED;
}
</style>