Shades of Vivid Violet #6F2687
Tints of Vivid Violet #6F2687
RGB
CMYK
RGB Variations
Color information
#6F2687 (or 0x6F2687) is known color: Vivid Violet. HEX triplet: 6F, 26 and 87. RGB value is (111,38,135). Sum of RGB (Red+Green+Blue) = 111+38+135=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #6F2687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2687 is #90D978. Grayscale: #464646. Windows color (decimal): -9492857 or 8857199. OLE color: 8857199.
HSL color Cylindrical-coordinate representation of color #6F2687: hue angle of 285.15º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F2687 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 38 | 135 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.47 |
| HSL | 285.15º | 0.56% | 0.34% | - |
| HSV(B) | 285.15º | 0.72% | 0.53% | - |
| XYZ | 11.62 | 6.52 | 23.57 | - |
| YUV | 70.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 135 | 0.18 | 0.72 | 0 | 0.47 | 285.15 | 0.56 | 0.34 |
| Hex | 6F | 26 | 87 | 12 | 48 | 0 | 2F | 11D | 38 | 22 |
| Octal | 157 | 46 | 207 | 22 | 110 | 0 | 57 | 435 | 70 | 42 |
| Binary | 1101111 | 100110 | 10000111 | 10010 | 1001000 | 0 | 101111 | 100011101 | 111000 | 100010 |
Color Harmonies of #6F2687
Complementary color
Monochromatic Colors of #6F2687
Black with #6F2687
Text Example
Text Example
White with #6F2687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2687; }
p { color: rgb(111,38,135); }
H1.HeaderClassName
{
color: #6F2687;
}
.AnyTagClassName
{
color: #6F2687;
}
</style>
background-color css
<style>
a { background-color: #6F2687; }
a { background-color: rgb(111,38,135); }
div.DivClassName
{
background-color: #6F2687;
}
.BgClassName
{
background-color: #6F2687;
}
</style>
border-color css
<style>
span { border-color: #6F2687; }
span { border-color: rgb(111,38,135); }
td.TdClassName
{
border-color: #6F2687;
}
.TagClassName
{
border-color: #6F2687;
}
</style>