Shades of Vivid Violet #6D1C88
Tints of Vivid Violet #6D1C88
RGB
CMYK
RGB Variations
Color information
#6D1C88 (or 0x6D1C88) is known color: Vivid Violet. HEX triplet: 6D, 1C and 88. RGB value is (109,28,136). Sum of RGB (Red+Green+Blue) = 109+28+136=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D1C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1C88 is #92E377. Grayscale: #404040. Windows color (decimal): -9626488 or 8920173. OLE color: 8920173.
HSL color Cylindrical-coordinate representation of color #6D1C88: hue angle of 285º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D1C88 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 28 | 136 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.47 |
| HSL | 285º | 0.66% | 0.32% | - |
| HSV(B) | 285º | 0.79% | 0.53% | - |
| XYZ | 11.17 | 5.86 | 23.84 | - |
| YUV | 64.53 | 168.34 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 136 | 0.20 | 0.79 | 0 | 0.47 | 285 | 0.66 | 0.32 |
| Hex | 6D | 1C | 88 | 14 | 4F | 0 | 2F | 11D | 42 | 20 |
| Octal | 155 | 34 | 210 | 24 | 117 | 0 | 57 | 435 | 102 | 40 |
| Binary | 1101101 | 11100 | 10001000 | 10100 | 1001111 | 0 | 101111 | 100011101 | 1000010 | 100000 |
Color Harmonies of #6D1C88
Complementary color
Monochromatic Colors of #6D1C88
Black with #6D1C88
Text Example
Text Example
White with #6D1C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1C88; }
p { color: rgb(109,28,136); }
H1.HeaderClassName
{
color: #6D1C88;
}
.AnyTagClassName
{
color: #6D1C88;
}
</style>
background-color css
<style>
a { background-color: #6D1C88; }
a { background-color: rgb(109,28,136); }
div.DivClassName
{
background-color: #6D1C88;
}
.BgClassName
{
background-color: #6D1C88;
}
</style>
border-color css
<style>
span { border-color: #6D1C88; }
span { border-color: rgb(109,28,136); }
td.TdClassName
{
border-color: #6D1C88;
}
.TagClassName
{
border-color: #6D1C88;
}
</style>