Shades of Vivid Violet #6F3889
Tints of Vivid Violet #6F3889
RGB
CMYK
RGB Variations
Color information
#6F3889 (or 0x6F3889) is known color: Vivid Violet. HEX triplet: 6F, 38 and 89. RGB value is (111,56,137). Sum of RGB (Red+Green+Blue) = 111+56+137=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F3889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3889 is #90C776. Grayscale: #515151. Windows color (decimal): -9488247 or 8992879. OLE color: 8992879.
HSL color Cylindrical-coordinate representation of color #6F3889: hue angle of 280.74º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F3889 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 56 | 137 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.46 |
| HSL | 280.74º | 0.42% | 0.38% | - |
| HSV(B) | 280.74º | 0.59% | 0.54% | - |
| XYZ | 12.49 | 8.01 | 24.56 | - |
| YUV | 81.68 | 159.22 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 137 | 0.19 | 0.59 | 0 | 0.46 | 280.74 | 0.42 | 0.38 |
| Hex | 6F | 38 | 89 | 13 | 3B | 0 | 2E | 119 | 2A | 26 |
| Octal | 157 | 70 | 211 | 23 | 73 | 0 | 56 | 431 | 52 | 46 |
| Binary | 1101111 | 111000 | 10001001 | 10011 | 111011 | 0 | 101110 | 100011001 | 101010 | 100110 |
Color Harmonies of #6F3889
Complementary color
Monochromatic Colors of #6F3889
Black with #6F3889
Text Example
Text Example
White with #6F3889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3889; }
p { color: rgb(111,56,137); }
H1.HeaderClassName
{
color: #6F3889;
}
.AnyTagClassName
{
color: #6F3889;
}
</style>
background-color css
<style>
a { background-color: #6F3889; }
a { background-color: rgb(111,56,137); }
div.DivClassName
{
background-color: #6F3889;
}
.BgClassName
{
background-color: #6F3889;
}
</style>
border-color css
<style>
span { border-color: #6F3889; }
span { border-color: rgb(111,56,137); }
td.TdClassName
{
border-color: #6F3889;
}
.TagClassName
{
border-color: #6F3889;
}
</style>