Shades of Vivid Violet #6F2E8D
Tints of Vivid Violet #6F2E8D
RGB
CMYK
RGB Variations
Color information
#6F2E8D (or 0x6F2E8D) is known color: Vivid Violet. HEX triplet: 6F, 2E and 8D. RGB value is (111,46,141). Sum of RGB (Red+Green+Blue) = 111+46+141=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F2E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2E8D is #90D172. Grayscale: #4B4B4B. Windows color (decimal): -9490803 or 9252463. OLE color: 9252463.
HSL color Cylindrical-coordinate representation of color #6F2E8D: hue angle of 281.05º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F2E8D is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 46 | 141 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.45 |
| HSL | 281.05º | 0.51% | 0.37% | - |
| HSV(B) | 281.05º | 0.67% | 0.55% | - |
| XYZ | 12.34 | 7.26 | 25.95 | - |
| YUV | 76.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 46 | 141 | 0.21 | 0.67 | 0 | 0.45 | 281.05 | 0.51 | 0.37 |
| Hex | 6F | 2E | 8D | 15 | 43 | 0 | 2D | 119 | 33 | 25 |
| Octal | 157 | 56 | 215 | 25 | 103 | 0 | 55 | 431 | 63 | 45 |
| Binary | 1101111 | 101110 | 10001101 | 10101 | 1000011 | 0 | 101101 | 100011001 | 110011 | 100101 |
Color Harmonies of #6F2E8D
Complementary color
Monochromatic Colors of #6F2E8D
Black with #6F2E8D
Text Example
Text Example
White with #6F2E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2E8D; }
p { color: rgb(111,46,141); }
H1.HeaderClassName
{
color: #6F2E8D;
}
.AnyTagClassName
{
color: #6F2E8D;
}
</style>
background-color css
<style>
a { background-color: #6F2E8D; }
a { background-color: rgb(111,46,141); }
div.DivClassName
{
background-color: #6F2E8D;
}
.BgClassName
{
background-color: #6F2E8D;
}
</style>
border-color css
<style>
span { border-color: #6F2E8D; }
span { border-color: rgb(111,46,141); }
td.TdClassName
{
border-color: #6F2E8D;
}
.TagClassName
{
border-color: #6F2E8D;
}
</style>