Shades of Blue Violet #6E37E7
Tints of Blue Violet #6E37E7
RGB
CMYK
RGB Variations
Color information
#6E37E7 (or 0x6E37E7) is known color: Blue Violet. HEX triplet: 6E, 37 and E7. RGB value is (110,55,231). Sum of RGB (Red+Green+Blue) = 110+55+231=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 231 (90.62% from 255 or 58.33% from 396); Max value from RGB is 231 - color contains mainly: blue. Hex color #6E37E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E37E7 is #91C818. Grayscale: #5A5A5A. Windows color (decimal): -9553945 or 15153006. OLE color: 15153006.
HSL color Cylindrical-coordinate representation of color #6E37E7: hue angle of 258.75º 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 #6E37E7 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 55 | 231 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.09 |
| HSL | 258.75º | 0.79% | 0.56% | - |
| HSV(B) | 258.75º | 0.76% | 0.91% | - |
| XYZ | 22.22 | 11.82 | 76.71 | - |
| YUV | 91.51 | 206.72 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 231 | 0.52 | 0.76 | 0 | 0.09 | 258.75 | 0.79 | 0.56 |
| Hex | 6E | 37 | E7 | 34 | 4C | 0 | 9 | 103 | 4F | 38 |
| Octal | 156 | 67 | 347 | 64 | 114 | 0 | 11 | 403 | 117 | 70 |
| Binary | 1101110 | 110111 | 11100111 | 110100 | 1001100 | 0 | 1001 | 100000011 | 1001111 | 111000 |
Color Harmonies of #6E37E7
Complementary color
Monochromatic Colors of #6E37E7
Black with #6E37E7
Text Example
Text Example
White with #6E37E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E37E7; }
p { color: rgb(110,55,231); }
H1.HeaderClassName
{
color: #6E37E7;
}
.AnyTagClassName
{
color: #6E37E7;
}
</style>
background-color css
<style>
a { background-color: #6E37E7; }
a { background-color: rgb(110,55,231); }
div.DivClassName
{
background-color: #6E37E7;
}
.BgClassName
{
background-color: #6E37E7;
}
</style>
border-color css
<style>
span { border-color: #6E37E7; }
span { border-color: rgb(110,55,231); }
td.TdClassName
{
border-color: #6E37E7;
}
.TagClassName
{
border-color: #6E37E7;
}
</style>