Shades of Vivid Violet #6E2790
Tints of Vivid Violet #6E2790
RGB
CMYK
RGB Variations
Color information
#6E2790 (or 0x6E2790) is known color: Vivid Violet. HEX triplet: 6E, 27 and 90. RGB value is (110,39,144). Sum of RGB (Red+Green+Blue) = 110+39+144=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E2790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2790 is #91D86F. Grayscale: #474747. Windows color (decimal): -9558128 or 9447278. OLE color: 9447278.
HSL color Cylindrical-coordinate representation of color #6E2790: hue angle of 280.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E2790 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 39 | 144 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.44 |
| HSL | 280.57º | 0.57% | 0.36% | - |
| HSV(B) | 280.57º | 0.73% | 0.56% | - |
| XYZ | 12.19 | 6.78 | 27.05 | - |
| YUV | 72.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 39 | 144 | 0.24 | 0.73 | 0 | 0.44 | 280.57 | 0.57 | 0.36 |
| Hex | 6E | 27 | 90 | 18 | 49 | 0 | 2C | 119 | 39 | 24 |
| Octal | 156 | 47 | 220 | 30 | 111 | 0 | 54 | 431 | 71 | 44 |
| Binary | 1101110 | 100111 | 10010000 | 11000 | 1001001 | 0 | 101100 | 100011001 | 111001 | 100100 |
Color Harmonies of #6E2790
Complementary color
Monochromatic Colors of #6E2790
Black with #6E2790
Text Example
Text Example
White with #6E2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2790; }
p { color: rgb(110,39,144); }
H1.HeaderClassName
{
color: #6E2790;
}
.AnyTagClassName
{
color: #6E2790;
}
</style>
background-color css
<style>
a { background-color: #6E2790; }
a { background-color: rgb(110,39,144); }
div.DivClassName
{
background-color: #6E2790;
}
.BgClassName
{
background-color: #6E2790;
}
</style>
border-color css
<style>
span { border-color: #6E2790; }
span { border-color: rgb(110,39,144); }
td.TdClassName
{
border-color: #6E2790;
}
.TagClassName
{
border-color: #6E2790;
}
</style>