Shades of Vivid Violet #6E2597
Tints of Vivid Violet #6E2597
RGB
CMYK
RGB Variations
Color information
#6E2597 (or 0x6E2597) is known color: Vivid Violet. HEX triplet: 6E, 25 and 97. RGB value is (110,37,151). Sum of RGB (Red+Green+Blue) = 110+37+151=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E2597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2597 is #91DA68. Grayscale: #474747. Windows color (decimal): -9558633 or 9905518. OLE color: 9905518.
HSL color Cylindrical-coordinate representation of color #6E2597: hue angle of 278.42º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E2597 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 37 | 151 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.41 |
| HSL | 278.42º | 0.61% | 0.37% | - |
| HSV(B) | 278.42º | 0.75% | 0.59% | - |
| XYZ | 12.68 | 6.87 | 29.94 | - |
| YUV | 71.82 | 172.68 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 151 | 0.27 | 0.75 | 0 | 0.41 | 278.42 | 0.61 | 0.37 |
| Hex | 6E | 25 | 97 | 1B | 4B | 0 | 29 | 116 | 3D | 25 |
| Octal | 156 | 45 | 227 | 33 | 113 | 0 | 51 | 426 | 75 | 45 |
| Binary | 1101110 | 100101 | 10010111 | 11011 | 1001011 | 0 | 101001 | 100010110 | 111101 | 100101 |
Color Harmonies of #6E2597
Complementary color
Monochromatic Colors of #6E2597
Black with #6E2597
Text Example
Text Example
White with #6E2597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2597; }
p { color: rgb(110,37,151); }
H1.HeaderClassName
{
color: #6E2597;
}
.AnyTagClassName
{
color: #6E2597;
}
</style>
background-color css
<style>
a { background-color: #6E2597; }
a { background-color: rgb(110,37,151); }
div.DivClassName
{
background-color: #6E2597;
}
.BgClassName
{
background-color: #6E2597;
}
</style>
border-color css
<style>
span { border-color: #6E2597; }
span { border-color: rgb(110,37,151); }
td.TdClassName
{
border-color: #6E2597;
}
.TagClassName
{
border-color: #6E2597;
}
</style>