Shades of Blue Violet #6E38E8
Tints of Blue Violet #6E38E8
RGB
CMYK
RGB Variations
Color information
#6E38E8 (or 0x6E38E8) is known color: Blue Violet. HEX triplet: 6E, 38 and E8. RGB value is (110,56,232). Sum of RGB (Red+Green+Blue) = 110+56+232=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 232 (91.02% from 255 or 58.29% from 398); Max value from RGB is 232 - color contains mainly: blue. Hex color #6E38E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E38E8 is #91C717. Grayscale: #5B5B5B. Windows color (decimal): -9553688 or 15218798. OLE color: 15218798.
HSL color Cylindrical-coordinate representation of color #6E38E8: hue angle of 258.41º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E38E8 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 56 | 232 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.09 |
| HSL | 258.41º | 0.79% | 0.56% | - |
| HSV(B) | 258.41º | 0.76% | 0.91% | - |
| XYZ | 22.41 | 11.97 | 77.47 | - |
| YUV | 92.21 | 206.89 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 232 | 0.53 | 0.76 | 0 | 0.09 | 258.41 | 0.79 | 0.56 |
| Hex | 6E | 38 | E8 | 35 | 4C | 0 | 9 | 102 | 4F | 38 |
| Octal | 156 | 70 | 350 | 65 | 114 | 0 | 11 | 402 | 117 | 70 |
| Binary | 1101110 | 111000 | 11101000 | 110101 | 1001100 | 0 | 1001 | 100000010 | 1001111 | 111000 |
Color Harmonies of #6E38E8
Complementary color
Monochromatic Colors of #6E38E8
Black with #6E38E8
Text Example
Text Example
White with #6E38E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E38E8; }
p { color: rgb(110,56,232); }
H1.HeaderClassName
{
color: #6E38E8;
}
.AnyTagClassName
{
color: #6E38E8;
}
</style>
background-color css
<style>
a { background-color: #6E38E8; }
a { background-color: rgb(110,56,232); }
div.DivClassName
{
background-color: #6E38E8;
}
.BgClassName
{
background-color: #6E38E8;
}
</style>
border-color css
<style>
span { border-color: #6E38E8; }
span { border-color: rgb(110,56,232); }
td.TdClassName
{
border-color: #6E38E8;
}
.TagClassName
{
border-color: #6E38E8;
}
</style>