Shades of Vivid Violet #6F1889
Tints of Vivid Violet #6F1889
RGB
CMYK
RGB Variations
Color information
#6F1889 (or 0x6F1889) is known color: Vivid Violet. HEX triplet: 6F, 18 and 89. RGB value is (111,24,137). Sum of RGB (Red+Green+Blue) = 111+24+137=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F1889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1889 is #90E776. Grayscale: #3E3E3E. Windows color (decimal): -9496439 or 8984687. OLE color: 8984687.
HSL color Cylindrical-coordinate representation of color #6F1889: hue angle of 286.19º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F1889 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 24 | 137 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.46 |
| HSL | 286.19º | 0.7% | 0.32% | - |
| HSV(B) | 286.19º | 0.82% | 0.54% | - |
| XYZ | 11.4 | 5.84 | 24.19 | - |
| YUV | 62.9 | 169.82 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 137 | 0.19 | 0.82 | 0 | 0.46 | 286.19 | 0.7 | 0.32 |
| Hex | 6F | 18 | 89 | 13 | 52 | 0 | 2E | 11E | 46 | 20 |
| Octal | 157 | 30 | 211 | 23 | 122 | 0 | 56 | 436 | 106 | 40 |
| Binary | 1101111 | 11000 | 10001001 | 10011 | 1010010 | 0 | 101110 | 100011110 | 1000110 | 100000 |
Color Harmonies of #6F1889
Complementary color
Monochromatic Colors of #6F1889
Black with #6F1889
Text Example
Text Example
White with #6F1889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1889; }
p { color: rgb(111,24,137); }
H1.HeaderClassName
{
color: #6F1889;
}
.AnyTagClassName
{
color: #6F1889;
}
</style>
background-color css
<style>
a { background-color: #6F1889; }
a { background-color: rgb(111,24,137); }
div.DivClassName
{
background-color: #6F1889;
}
.BgClassName
{
background-color: #6F1889;
}
</style>
border-color css
<style>
span { border-color: #6F1889; }
span { border-color: rgb(111,24,137); }
td.TdClassName
{
border-color: #6F1889;
}
.TagClassName
{
border-color: #6F1889;
}
</style>