Shades of Vivid Violet #6F188A
Tints of Vivid Violet #6F188A
RGB
CMYK
RGB Variations
Color information
#6F188A (or 0x6F188A) is known color: Vivid Violet. HEX triplet: 6F, 18 and 8A. RGB value is (111,24,138). Sum of RGB (Red+Green+Blue) = 111+24+138=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F188A is #90E775. Grayscale: #3E3E3E. Windows color (decimal): -9496438 or 9050223. OLE color: 9050223.
HSL color Cylindrical-coordinate representation of color #6F188A: hue angle of 285.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F188A is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 24 | 138 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.46 |
| HSL | 285.79º | 0.7% | 0.32% | - |
| HSV(B) | 285.79º | 0.83% | 0.54% | - |
| XYZ | 11.47 | 5.87 | 24.57 | - |
| YUV | 63.01 | 170.32 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 138 | 0.20 | 0.83 | 0 | 0.46 | 285.79 | 0.7 | 0.32 |
| Hex | 6F | 18 | 8A | 14 | 53 | 0 | 2E | 11E | 46 | 20 |
| Octal | 157 | 30 | 212 | 24 | 123 | 0 | 56 | 436 | 106 | 40 |
| Binary | 1101111 | 11000 | 10001010 | 10100 | 1010011 | 0 | 101110 | 100011110 | 1000110 | 100000 |
Color Harmonies of #6F188A
Complementary color
Monochromatic Colors of #6F188A
Black with #6F188A
Text Example
Text Example
White with #6F188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F188A; }
p { color: rgb(111,24,138); }
H1.HeaderClassName
{
color: #6F188A;
}
.AnyTagClassName
{
color: #6F188A;
}
</style>
background-color css
<style>
a { background-color: #6F188A; }
a { background-color: rgb(111,24,138); }
div.DivClassName
{
background-color: #6F188A;
}
.BgClassName
{
background-color: #6F188A;
}
</style>
border-color css
<style>
span { border-color: #6F188A; }
span { border-color: rgb(111,24,138); }
td.TdClassName
{
border-color: #6F188A;
}
.TagClassName
{
border-color: #6F188A;
}
</style>