Shades of Vivid Violet #6F178F
Tints of Vivid Violet #6F178F
RGB
CMYK
RGB Variations
Color information
#6F178F (or 0x6F178F) is known color: Vivid Violet. HEX triplet: 6F, 17 and 8F. RGB value is (111,23,143). Sum of RGB (Red+Green+Blue) = 111+23+143=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #6F178F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F178F is #90E870. Grayscale: #3E3E3E. Windows color (decimal): -9496689 or 9377647. OLE color: 9377647.
HSL color Cylindrical-coordinate representation of color #6F178F: hue angle of 284º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F178F is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 23 | 143 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.44 |
| HSL | 284º | 0.72% | 0.33% | - |
| HSV(B) | 284º | 0.84% | 0.56% | - |
| XYZ | 11.82 | 5.98 | 26.52 | - |
| YUV | 62.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 143 | 0.22 | 0.84 | 0 | 0.44 | 284 | 0.72 | 0.33 |
| Hex | 6F | 17 | 8F | 16 | 54 | 0 | 2C | 11C | 48 | 21 |
| Octal | 157 | 27 | 217 | 26 | 124 | 0 | 54 | 434 | 110 | 41 |
| Binary | 1101111 | 10111 | 10001111 | 10110 | 1010100 | 0 | 101100 | 100011100 | 1001000 | 100001 |
Color Harmonies of #6F178F
Complementary color
Monochromatic Colors of #6F178F
Black with #6F178F
Text Example
Text Example
White with #6F178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F178F; }
p { color: rgb(111,23,143); }
H1.HeaderClassName
{
color: #6F178F;
}
.AnyTagClassName
{
color: #6F178F;
}
</style>
background-color css
<style>
a { background-color: #6F178F; }
a { background-color: rgb(111,23,143); }
div.DivClassName
{
background-color: #6F178F;
}
.BgClassName
{
background-color: #6F178F;
}
</style>
border-color css
<style>
span { border-color: #6F178F; }
span { border-color: rgb(111,23,143); }
td.TdClassName
{
border-color: #6F178F;
}
.TagClassName
{
border-color: #6F178F;
}
</style>