Shades of Vivid Violet #6F3587
Tints of Vivid Violet #6F3587
RGB
CMYK
RGB Variations
Color information
#6F3587 (or 0x6F3587) is known color: Vivid Violet. HEX triplet: 6F, 35 and 87. RGB value is (111,53,135). Sum of RGB (Red+Green+Blue) = 111+53+135=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #6F3587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3587 is #90CA78. Grayscale: #4F4F4F. Windows color (decimal): -9489017 or 8861039. OLE color: 8861039.
HSL color Cylindrical-coordinate representation of color #6F3587: hue angle of 282.44º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F3587 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 53 | 135 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.47 |
| HSL | 282.44º | 0.44% | 0.37% | - |
| HSV(B) | 282.44º | 0.61% | 0.53% | - |
| XYZ | 12.2 | 7.67 | 23.76 | - |
| YUV | 79.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 135 | 0.18 | 0.61 | 0 | 0.47 | 282.44 | 0.44 | 0.37 |
| Hex | 6F | 35 | 87 | 12 | 3D | 0 | 2F | 11A | 2C | 25 |
| Octal | 157 | 65 | 207 | 22 | 75 | 0 | 57 | 432 | 54 | 45 |
| Binary | 1101111 | 110101 | 10000111 | 10010 | 111101 | 0 | 101111 | 100011010 | 101100 | 100101 |
Color Harmonies of #6F3587
Complementary color
Monochromatic Colors of #6F3587
Black with #6F3587
Text Example
Text Example
White with #6F3587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3587; }
p { color: rgb(111,53,135); }
H1.HeaderClassName
{
color: #6F3587;
}
.AnyTagClassName
{
color: #6F3587;
}
</style>
background-color css
<style>
a { background-color: #6F3587; }
a { background-color: rgb(111,53,135); }
div.DivClassName
{
background-color: #6F3587;
}
.BgClassName
{
background-color: #6F3587;
}
</style>
border-color css
<style>
span { border-color: #6F3587; }
span { border-color: rgb(111,53,135); }
td.TdClassName
{
border-color: #6F3587;
}
.TagClassName
{
border-color: #6F3587;
}
</style>