Shades of Vivid Violet #6F1E87
Tints of Vivid Violet #6F1E87
RGB
CMYK
RGB Variations
Color information
#6F1E87 (or 0x6F1E87) is known color: Vivid Violet. HEX triplet: 6F, 1E and 87. RGB value is (111,30,135). Sum of RGB (Red+Green+Blue) = 111+30+135=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #6F1E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1E87 is #90E178. Grayscale: #414141. Windows color (decimal): -9494905 or 8855151. OLE color: 8855151.
HSL color Cylindrical-coordinate representation of color #6F1E87: hue angle of 286.29º 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 #6F1E87 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 30 | 135 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.47 |
| HSL | 286.29º | 0.64% | 0.32% | - |
| HSV(B) | 286.29º | 0.78% | 0.53% | - |
| XYZ | 11.39 | 6.06 | 23.49 | - |
| YUV | 66.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 135 | 0.18 | 0.78 | 0 | 0.47 | 286.29 | 0.64 | 0.32 |
| Hex | 6F | 1E | 87 | 12 | 4E | 0 | 2F | 11E | 40 | 20 |
| Octal | 157 | 36 | 207 | 22 | 116 | 0 | 57 | 436 | 100 | 40 |
| Binary | 1101111 | 11110 | 10000111 | 10010 | 1001110 | 0 | 101111 | 100011110 | 1000000 | 100000 |
Color Harmonies of #6F1E87
Complementary color
Monochromatic Colors of #6F1E87
Black with #6F1E87
Text Example
Text Example
White with #6F1E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E87; }
p { color: rgb(111,30,135); }
H1.HeaderClassName
{
color: #6F1E87;
}
.AnyTagClassName
{
color: #6F1E87;
}
</style>
background-color css
<style>
a { background-color: #6F1E87; }
a { background-color: rgb(111,30,135); }
div.DivClassName
{
background-color: #6F1E87;
}
.BgClassName
{
background-color: #6F1E87;
}
</style>
border-color css
<style>
span { border-color: #6F1E87; }
span { border-color: rgb(111,30,135); }
td.TdClassName
{
border-color: #6F1E87;
}
.TagClassName
{
border-color: #6F1E87;
}
</style>