Shades of Vivid Violet #6F338D
Tints of Vivid Violet #6F338D
RGB
CMYK
RGB Variations
Color information
#6F338D (or 0x6F338D) is known color: Vivid Violet. HEX triplet: 6F, 33 and 8D. RGB value is (111,51,141). Sum of RGB (Red+Green+Blue) = 111+51+141=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F338D is #90CC72. Grayscale: #4E4E4E. Windows color (decimal): -9489523 or 9253743. OLE color: 9253743.
HSL color Cylindrical-coordinate representation of color #6F338D: hue angle of 280º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F338D is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 51 | 141 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.45 |
| HSL | 280º | 0.47% | 0.38% | - |
| HSV(B) | 280º | 0.64% | 0.55% | - |
| XYZ | 12.55 | 7.67 | 26.02 | - |
| YUV | 79.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 141 | 0.21 | 0.64 | 0 | 0.45 | 280 | 0.47 | 0.38 |
| Hex | 6F | 33 | 8D | 15 | 40 | 0 | 2D | 118 | 2F | 26 |
| Octal | 157 | 63 | 215 | 25 | 100 | 0 | 55 | 430 | 57 | 46 |
| Binary | 1101111 | 110011 | 10001101 | 10101 | 1000000 | 0 | 101101 | 100011000 | 101111 | 100110 |
Color Harmonies of #6F338D
Complementary color
Monochromatic Colors of #6F338D
Black with #6F338D
Text Example
Text Example
White with #6F338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F338D; }
p { color: rgb(111,51,141); }
H1.HeaderClassName
{
color: #6F338D;
}
.AnyTagClassName
{
color: #6F338D;
}
</style>
background-color css
<style>
a { background-color: #6F338D; }
a { background-color: rgb(111,51,141); }
div.DivClassName
{
background-color: #6F338D;
}
.BgClassName
{
background-color: #6F338D;
}
</style>
border-color css
<style>
span { border-color: #6F338D; }
span { border-color: rgb(111,51,141); }
td.TdClassName
{
border-color: #6F338D;
}
.TagClassName
{
border-color: #6F338D;
}
</style>