Shades of Vivid Violet #6F2895
Tints of Vivid Violet #6F2895
RGB
CMYK
RGB Variations
Color information
#6F2895 (or 0x6F2895) is known color: Vivid Violet. HEX triplet: 6F, 28 and 95. RGB value is (111,40,149). Sum of RGB (Red+Green+Blue) = 111+40+149=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F2895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2895 is #90D76A. Grayscale: #494949. Windows color (decimal): -9492331 or 9775215. OLE color: 9775215.
HSL color Cylindrical-coordinate representation of color #6F2895: hue angle of 279.08º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F2895 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 40 | 149 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.42 |
| HSL | 279.08º | 0.58% | 0.37% | - |
| HSV(B) | 279.08º | 0.73% | 0.58% | - |
| XYZ | 12.74 | 7.07 | 29.13 | - |
| YUV | 73.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 149 | 0.26 | 0.73 | 0 | 0.42 | 279.08 | 0.58 | 0.37 |
| Hex | 6F | 28 | 95 | 1A | 49 | 0 | 2A | 117 | 3A | 25 |
| Octal | 157 | 50 | 225 | 32 | 111 | 0 | 52 | 427 | 72 | 45 |
| Binary | 1101111 | 101000 | 10010101 | 11010 | 1001001 | 0 | 101010 | 100010111 | 111010 | 100101 |
Color Harmonies of #6F2895
Complementary color
Monochromatic Colors of #6F2895
Black with #6F2895
Text Example
Text Example
White with #6F2895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2895; }
p { color: rgb(111,40,149); }
H1.HeaderClassName
{
color: #6F2895;
}
.AnyTagClassName
{
color: #6F2895;
}
</style>
background-color css
<style>
a { background-color: #6F2895; }
a { background-color: rgb(111,40,149); }
div.DivClassName
{
background-color: #6F2895;
}
.BgClassName
{
background-color: #6F2895;
}
</style>
border-color css
<style>
span { border-color: #6F2895; }
span { border-color: rgb(111,40,149); }
td.TdClassName
{
border-color: #6F2895;
}
.TagClassName
{
border-color: #6F2895;
}
</style>