Shades of Blue Violet #6E37F1
Tints of Blue Violet #6E37F1
RGB
CMYK
RGB Variations
Color information
#6E37F1 (or 0x6E37F1) is known color: Blue Violet. HEX triplet: 6E, 37 and F1. RGB value is (110,55,241). Sum of RGB (Red+Green+Blue) = 110+55+241=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #6E37F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E37F1 is #91C80E. Grayscale: #5B5B5B. Windows color (decimal): -9553935 or 15808366. OLE color: 15808366.
HSL color Cylindrical-coordinate representation of color #6E37F1: hue angle of 257.74º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E37F1 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 55 | 241 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.05 |
| HSL | 257.74º | 0.87% | 0.58% | - |
| HSV(B) | 257.74º | 0.77% | 0.95% | - |
| XYZ | 23.67 | 12.4 | 84.36 | - |
| YUV | 92.65 | 211.72 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 241 | 0.54 | 0.77 | 0 | 0.05 | 257.74 | 0.87 | 0.58 |
| Hex | 6E | 37 | F1 | 36 | 4D | 0 | 5 | 102 | 57 | 3A |
| Octal | 156 | 67 | 361 | 66 | 115 | 0 | 5 | 402 | 127 | 72 |
| Binary | 1101110 | 110111 | 11110001 | 110110 | 1001101 | 0 | 101 | 100000010 | 1010111 | 111010 |
Color Harmonies of #6E37F1
Complementary color
Monochromatic Colors of #6E37F1
Black with #6E37F1
Text Example
Text Example
White with #6E37F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E37F1; }
p { color: rgb(110,55,241); }
H1.HeaderClassName
{
color: #6E37F1;
}
.AnyTagClassName
{
color: #6E37F1;
}
</style>
background-color css
<style>
a { background-color: #6E37F1; }
a { background-color: rgb(110,55,241); }
div.DivClassName
{
background-color: #6E37F1;
}
.BgClassName
{
background-color: #6E37F1;
}
</style>
border-color css
<style>
span { border-color: #6E37F1; }
span { border-color: rgb(110,55,241); }
td.TdClassName
{
border-color: #6E37F1;
}
.TagClassName
{
border-color: #6E37F1;
}
</style>