Shades of Vivid Violet #6F3886
Tints of Vivid Violet #6F3886
RGB
CMYK
RGB Variations
Color information
#6F3886 (or 0x6F3886) is known color: Vivid Violet. HEX triplet: 6F, 38 and 86. RGB value is (111,56,134). Sum of RGB (Red+Green+Blue) = 111+56+134=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F3886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3886 is #90C779. Grayscale: #515151. Windows color (decimal): -9488250 or 8796271. OLE color: 8796271.
HSL color Cylindrical-coordinate representation of color #6F3886: hue angle of 282.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F3886 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 56 | 134 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.47 |
| HSL | 282.31º | 0.41% | 0.37% | - |
| HSV(B) | 282.31º | 0.58% | 0.53% | - |
| XYZ | 12.27 | 7.93 | 23.44 | - |
| YUV | 81.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 134 | 0.17 | 0.58 | 0 | 0.47 | 282.31 | 0.41 | 0.37 |
| Hex | 6F | 38 | 86 | 11 | 3A | 0 | 2F | 11A | 29 | 25 |
| Octal | 157 | 70 | 206 | 21 | 72 | 0 | 57 | 432 | 51 | 45 |
| Binary | 1101111 | 111000 | 10000110 | 10001 | 111010 | 0 | 101111 | 100011010 | 101001 | 100101 |
Color Harmonies of #6F3886
Complementary color
Monochromatic Colors of #6F3886
Black with #6F3886
Text Example
Text Example
White with #6F3886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3886; }
p { color: rgb(111,56,134); }
H1.HeaderClassName
{
color: #6F3886;
}
.AnyTagClassName
{
color: #6F3886;
}
</style>
background-color css
<style>
a { background-color: #6F3886; }
a { background-color: rgb(111,56,134); }
div.DivClassName
{
background-color: #6F3886;
}
.BgClassName
{
background-color: #6F3886;
}
</style>
border-color css
<style>
span { border-color: #6F3886; }
span { border-color: rgb(111,56,134); }
td.TdClassName
{
border-color: #6F3886;
}
.TagClassName
{
border-color: #6F3886;
}
</style>