Shades of Vivid Violet #6F2F92
Tints of Vivid Violet #6F2F92
RGB
CMYK
RGB Variations
Color information
#6F2F92 (or 0x6F2F92) is known color: Vivid Violet. HEX triplet: 6F, 2F and 92. RGB value is (111,47,146). Sum of RGB (Red+Green+Blue) = 111+47+146=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F2F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2F92 is #90D06D. Grayscale: #4D4D4D. Windows color (decimal): -9490542 or 9580399. OLE color: 9580399.
HSL color Cylindrical-coordinate representation of color #6F2F92: hue angle of 278.79º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2F92 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 47 | 146 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.43 |
| HSL | 278.79º | 0.51% | 0.38% | - |
| HSV(B) | 278.79º | 0.68% | 0.57% | - |
| XYZ | 12.76 | 7.49 | 27.97 | - |
| YUV | 77.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 47 | 146 | 0.24 | 0.68 | 0 | 0.43 | 278.79 | 0.51 | 0.38 |
| Hex | 6F | 2F | 92 | 18 | 44 | 0 | 2B | 117 | 33 | 26 |
| Octal | 157 | 57 | 222 | 30 | 104 | 0 | 53 | 427 | 63 | 46 |
| Binary | 1101111 | 101111 | 10010010 | 11000 | 1000100 | 0 | 101011 | 100010111 | 110011 | 100110 |
Color Harmonies of #6F2F92
Complementary color
Monochromatic Colors of #6F2F92
Black with #6F2F92
Text Example
Text Example
White with #6F2F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2F92; }
p { color: rgb(111,47,146); }
H1.HeaderClassName
{
color: #6F2F92;
}
.AnyTagClassName
{
color: #6F2F92;
}
</style>
background-color css
<style>
a { background-color: #6F2F92; }
a { background-color: rgb(111,47,146); }
div.DivClassName
{
background-color: #6F2F92;
}
.BgClassName
{
background-color: #6F2F92;
}
</style>
border-color css
<style>
span { border-color: #6F2F92; }
span { border-color: rgb(111,47,146); }
td.TdClassName
{
border-color: #6F2F92;
}
.TagClassName
{
border-color: #6F2F92;
}
</style>