Shades of Vivid Violet #6F3789
Tints of Vivid Violet #6F3789
RGB
CMYK
RGB Variations
Color information
#6F3789 (or 0x6F3789) is known color: Vivid Violet. HEX triplet: 6F, 37 and 89. RGB value is (111,55,137). Sum of RGB (Red+Green+Blue) = 111+55+137=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F3789 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3789 is #90C876. Grayscale: #505050. Windows color (decimal): -9488503 or 8992623. OLE color: 8992623.
HSL color Cylindrical-coordinate representation of color #6F3789: hue angle of 280.98º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F3789 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 55 | 137 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.46 |
| HSL | 280.98º | 0.43% | 0.38% | - |
| HSV(B) | 280.98º | 0.6% | 0.54% | - |
| XYZ | 12.44 | 7.92 | 24.54 | - |
| YUV | 81.09 | 159.55 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 137 | 0.19 | 0.60 | 0 | 0.46 | 280.98 | 0.43 | 0.38 |
| Hex | 6F | 37 | 89 | 13 | 3C | 0 | 2E | 119 | 2B | 26 |
| Octal | 157 | 67 | 211 | 23 | 74 | 0 | 56 | 431 | 53 | 46 |
| Binary | 1101111 | 110111 | 10001001 | 10011 | 111100 | 0 | 101110 | 100011001 | 101011 | 100110 |
Color Harmonies of #6F3789
Complementary color
Monochromatic Colors of #6F3789
Black with #6F3789
Text Example
Text Example
White with #6F3789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3789; }
p { color: rgb(111,55,137); }
H1.HeaderClassName
{
color: #6F3789;
}
.AnyTagClassName
{
color: #6F3789;
}
</style>
background-color css
<style>
a { background-color: #6F3789; }
a { background-color: rgb(111,55,137); }
div.DivClassName
{
background-color: #6F3789;
}
.BgClassName
{
background-color: #6F3789;
}
</style>
border-color css
<style>
span { border-color: #6F3789; }
span { border-color: rgb(111,55,137); }
td.TdClassName
{
border-color: #6F3789;
}
.TagClassName
{
border-color: #6F3789;
}
</style>