Shades of Vivid Violet #6F2C88
Tints of Vivid Violet #6F2C88
RGB
CMYK
RGB Variations
Color information
#6F2C88 (or 0x6F2C88) is known color: Vivid Violet. HEX triplet: 6F, 2C and 88. RGB value is (111,44,136). Sum of RGB (Red+Green+Blue) = 111+44+136=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #6F2C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2C88 is #90D377. Grayscale: #4A4A4A. Windows color (decimal): -9491320 or 8924271. OLE color: 8924271.
HSL color Cylindrical-coordinate representation of color #6F2C88: hue angle of 283.7º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2C88 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 44 | 136 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.47 |
| HSL | 283.7º | 0.51% | 0.35% | - |
| HSV(B) | 283.7º | 0.68% | 0.53% | - |
| XYZ | 11.9 | 6.96 | 24.01 | - |
| YUV | 74.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 44 | 136 | 0.18 | 0.68 | 0 | 0.47 | 283.7 | 0.51 | 0.35 |
| Hex | 6F | 2C | 88 | 12 | 44 | 0 | 2F | 11C | 33 | 23 |
| Octal | 157 | 54 | 210 | 22 | 104 | 0 | 57 | 434 | 63 | 43 |
| Binary | 1101111 | 101100 | 10001000 | 10010 | 1000100 | 0 | 101111 | 100011100 | 110011 | 100011 |
Color Harmonies of #6F2C88
Complementary color
Monochromatic Colors of #6F2C88
Black with #6F2C88
Text Example
Text Example
White with #6F2C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2C88; }
p { color: rgb(111,44,136); }
H1.HeaderClassName
{
color: #6F2C88;
}
.AnyTagClassName
{
color: #6F2C88;
}
</style>
background-color css
<style>
a { background-color: #6F2C88; }
a { background-color: rgb(111,44,136); }
div.DivClassName
{
background-color: #6F2C88;
}
.BgClassName
{
background-color: #6F2C88;
}
</style>
border-color css
<style>
span { border-color: #6F2C88; }
span { border-color: rgb(111,44,136); }
td.TdClassName
{
border-color: #6F2C88;
}
.TagClassName
{
border-color: #6F2C88;
}
</style>