Shades of Vivid Violet #6F2386
Tints of Vivid Violet #6F2386
RGB
CMYK
RGB Variations
Color information
#6F2386 (or 0x6F2386) is known color: Vivid Violet. HEX triplet: 6F, 23 and 86. RGB value is (111,35,134). Sum of RGB (Red+Green+Blue) = 111+35+134=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F2386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2386 is #90DC79. Grayscale: #444444. Windows color (decimal): -9493626 or 8790895. OLE color: 8790895.
HSL color Cylindrical-coordinate representation of color #6F2386: hue angle of 286.06º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F2386 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 35 | 134 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.47 |
| HSL | 286.06º | 0.59% | 0.33% | - |
| HSV(B) | 286.06º | 0.74% | 0.53% | - |
| XYZ | 11.46 | 6.3 | 23.17 | - |
| YUV | 69.01 | 164.68 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 134 | 0.17 | 0.74 | 0 | 0.47 | 286.06 | 0.59 | 0.33 |
| Hex | 6F | 23 | 86 | 11 | 4A | 0 | 2F | 11E | 3B | 21 |
| Octal | 157 | 43 | 206 | 21 | 112 | 0 | 57 | 436 | 73 | 41 |
| Binary | 1101111 | 100011 | 10000110 | 10001 | 1001010 | 0 | 101111 | 100011110 | 111011 | 100001 |
Color Harmonies of #6F2386
Complementary color
Monochromatic Colors of #6F2386
Black with #6F2386
Text Example
Text Example
White with #6F2386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2386; }
p { color: rgb(111,35,134); }
H1.HeaderClassName
{
color: #6F2386;
}
.AnyTagClassName
{
color: #6F2386;
}
</style>
background-color css
<style>
a { background-color: #6F2386; }
a { background-color: rgb(111,35,134); }
div.DivClassName
{
background-color: #6F2386;
}
.BgClassName
{
background-color: #6F2386;
}
</style>
border-color css
<style>
span { border-color: #6F2386; }
span { border-color: rgb(111,35,134); }
td.TdClassName
{
border-color: #6F2386;
}
.TagClassName
{
border-color: #6F2386;
}
</style>