Shades of Vivid Violet #6D1D88
Tints of Vivid Violet #6D1D88
RGB
CMYK
RGB Variations
Color information
#6D1D88 (or 0x6D1D88) is known color: Vivid Violet. HEX triplet: 6D, 1D and 88. RGB value is (109,29,136). Sum of RGB (Red+Green+Blue) = 109+29+136=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D1D88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1D88 is #92E277. Grayscale: #404040. Windows color (decimal): -9626232 or 8920429. OLE color: 8920429.
HSL color Cylindrical-coordinate representation of color #6D1D88: hue angle of 284.86º degrees, saturation: 0.65, 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 #6D1D88 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 29 | 136 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.47 |
| HSL | 284.86º | 0.65% | 0.32% | - |
| HSV(B) | 284.86º | 0.79% | 0.53% | - |
| XYZ | 11.19 | 5.91 | 23.84 | - |
| YUV | 65.12 | 168 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 136 | 0.20 | 0.79 | 0 | 0.47 | 284.86 | 0.65 | 0.32 |
| Hex | 6D | 1D | 88 | 14 | 4F | 0 | 2F | 11D | 41 | 20 |
| Octal | 155 | 35 | 210 | 24 | 117 | 0 | 57 | 435 | 101 | 40 |
| Binary | 1101101 | 11101 | 10001000 | 10100 | 1001111 | 0 | 101111 | 100011101 | 1000001 | 100000 |
Color Harmonies of #6D1D88
Complementary color
Monochromatic Colors of #6D1D88
Black with #6D1D88
Text Example
Text Example
White with #6D1D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1D88; }
p { color: rgb(109,29,136); }
H1.HeaderClassName
{
color: #6D1D88;
}
.AnyTagClassName
{
color: #6D1D88;
}
</style>
background-color css
<style>
a { background-color: #6D1D88; }
a { background-color: rgb(109,29,136); }
div.DivClassName
{
background-color: #6D1D88;
}
.BgClassName
{
background-color: #6D1D88;
}
</style>
border-color css
<style>
span { border-color: #6D1D88; }
span { border-color: rgb(109,29,136); }
td.TdClassName
{
border-color: #6D1D88;
}
.TagClassName
{
border-color: #6D1D88;
}
</style>