Shades of Vivid Violet #6F2387
Tints of Vivid Violet #6F2387
RGB
CMYK
RGB Variations
Color information
#6F2387 (or 0x6F2387) is known color: Vivid Violet. HEX triplet: 6F, 23 and 87. RGB value is (111,35,135). Sum of RGB (Red+Green+Blue) = 111+35+135=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #6F2387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2387 is #90DC78. Grayscale: #444444. Windows color (decimal): -9493625 or 8856431. OLE color: 8856431.
HSL color Cylindrical-coordinate representation of color #6F2387: hue angle of 285.6º 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 #6F2387 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 35 | 135 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.47 |
| HSL | 285.6º | 0.59% | 0.33% | - |
| HSV(B) | 285.6º | 0.74% | 0.53% | - |
| XYZ | 11.53 | 6.33 | 23.54 | - |
| YUV | 69.12 | 165.18 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 135 | 0.18 | 0.74 | 0 | 0.47 | 285.6 | 0.59 | 0.33 |
| Hex | 6F | 23 | 87 | 12 | 4A | 0 | 2F | 11E | 3B | 21 |
| Octal | 157 | 43 | 207 | 22 | 112 | 0 | 57 | 436 | 73 | 41 |
| Binary | 1101111 | 100011 | 10000111 | 10010 | 1001010 | 0 | 101111 | 100011110 | 111011 | 100001 |
Color Harmonies of #6F2387
Complementary color
Monochromatic Colors of #6F2387
Black with #6F2387
Text Example
Text Example
White with #6F2387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2387; }
p { color: rgb(111,35,135); }
H1.HeaderClassName
{
color: #6F2387;
}
.AnyTagClassName
{
color: #6F2387;
}
</style>
background-color css
<style>
a { background-color: #6F2387; }
a { background-color: rgb(111,35,135); }
div.DivClassName
{
background-color: #6F2387;
}
.BgClassName
{
background-color: #6F2387;
}
</style>
border-color css
<style>
span { border-color: #6F2387; }
span { border-color: rgb(111,35,135); }
td.TdClassName
{
border-color: #6F2387;
}
.TagClassName
{
border-color: #6F2387;
}
</style>