Shades of Vivid Violet #6D1E87
Tints of Vivid Violet #6D1E87
RGB
CMYK
RGB Variations
Color information
#6D1E87 (or 0x6D1E87) is known color: Vivid Violet. HEX triplet: 6D, 1E and 87. RGB value is (109,30,135). Sum of RGB (Red+Green+Blue) = 109+30+135=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #6D1E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1E87 is #92E178. Grayscale: #414141. Windows color (decimal): -9625977 or 8855149. OLE color: 8855149.
HSL color Cylindrical-coordinate representation of color #6D1E87: hue angle of 285.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D1E87 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 30 | 135 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.47 |
| HSL | 285.14º | 0.64% | 0.32% | - |
| HSV(B) | 285.14º | 0.78% | 0.53% | - |
| XYZ | 11.14 | 5.93 | 23.48 | - |
| YUV | 65.59 | 167.17 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 30 | 135 | 0.19 | 0.78 | 0 | 0.47 | 285.14 | 0.64 | 0.32 |
| Hex | 6D | 1E | 87 | 13 | 4E | 0 | 2F | 11D | 40 | 20 |
| Octal | 155 | 36 | 207 | 23 | 116 | 0 | 57 | 435 | 100 | 40 |
| Binary | 1101101 | 11110 | 10000111 | 10011 | 1001110 | 0 | 101111 | 100011101 | 1000000 | 100000 |
Color Harmonies of #6D1E87
Complementary color
Monochromatic Colors of #6D1E87
Black with #6D1E87
Text Example
Text Example
White with #6D1E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1E87; }
p { color: rgb(109,30,135); }
H1.HeaderClassName
{
color: #6D1E87;
}
.AnyTagClassName
{
color: #6D1E87;
}
</style>
background-color css
<style>
a { background-color: #6D1E87; }
a { background-color: rgb(109,30,135); }
div.DivClassName
{
background-color: #6D1E87;
}
.BgClassName
{
background-color: #6D1E87;
}
</style>
border-color css
<style>
span { border-color: #6D1E87; }
span { border-color: rgb(109,30,135); }
td.TdClassName
{
border-color: #6D1E87;
}
.TagClassName
{
border-color: #6D1E87;
}
</style>