Shades of Vivid Violet #6F198D
Tints of Vivid Violet #6F198D
RGB
CMYK
RGB Variations
Color information
#6F198D (or 0x6F198D) is known color: Vivid Violet. HEX triplet: 6F, 19 and 8D. RGB value is (111,25,141). Sum of RGB (Red+Green+Blue) = 111+25+141=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F198D is #90E672. Grayscale: #3F3F3F. Windows color (decimal): -9496179 or 9247087. OLE color: 9247087.
HSL color Cylindrical-coordinate representation of color #6F198D: hue angle of 284.48º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F198D is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 25 | 141 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.45 |
| HSL | 284.48º | 0.7% | 0.33% | - |
| HSV(B) | 284.48º | 0.82% | 0.55% | - |
| XYZ | 11.71 | 6 | 25.74 | - |
| YUV | 63.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 141 | 0.21 | 0.82 | 0 | 0.45 | 284.48 | 0.7 | 0.33 |
| Hex | 6F | 19 | 8D | 15 | 52 | 0 | 2D | 11C | 46 | 21 |
| Octal | 157 | 31 | 215 | 25 | 122 | 0 | 55 | 434 | 106 | 41 |
| Binary | 1101111 | 11001 | 10001101 | 10101 | 1010010 | 0 | 101101 | 100011100 | 1000110 | 100001 |
Color Harmonies of #6F198D
Complementary color
Monochromatic Colors of #6F198D
Black with #6F198D
Text Example
Text Example
White with #6F198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F198D; }
p { color: rgb(111,25,141); }
H1.HeaderClassName
{
color: #6F198D;
}
.AnyTagClassName
{
color: #6F198D;
}
</style>
background-color css
<style>
a { background-color: #6F198D; }
a { background-color: rgb(111,25,141); }
div.DivClassName
{
background-color: #6F198D;
}
.BgClassName
{
background-color: #6F198D;
}
</style>
border-color css
<style>
span { border-color: #6F198D; }
span { border-color: rgb(111,25,141); }
td.TdClassName
{
border-color: #6F198D;
}
.TagClassName
{
border-color: #6F198D;
}
</style>