Shades of Vivid Violet #6D1D9A
Tints of Vivid Violet #6D1D9A
RGB
CMYK
RGB Variations
Color information
#6D1D9A (or 0x6D1D9A) is known color: Vivid Violet. HEX triplet: 6D, 1D and 9A. RGB value is (109,29,154). Sum of RGB (Red+Green+Blue) = 109+29+154=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D1D9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1D9A is #92E265. Grayscale: #424242. Windows color (decimal): -9626214 or 10100077. OLE color: 10100077.
HSL color Cylindrical-coordinate representation of color #6D1D9A: hue angle of 278.4º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1D9A is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 29 | 154 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.40 |
| HSL | 278.4º | 0.68% | 0.36% | - |
| HSV(B) | 278.4º | 0.81% | 0.6% | - |
| XYZ | 12.58 | 6.46 | 31.16 | - |
| YUV | 67.17 | 177 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 154 | 0.29 | 0.81 | 0 | 0.40 | 278.4 | 0.68 | 0.36 |
| Hex | 6D | 1D | 9A | 1D | 51 | 0 | 28 | 116 | 44 | 24 |
| Octal | 155 | 35 | 232 | 35 | 121 | 0 | 50 | 426 | 104 | 44 |
| Binary | 1101101 | 11101 | 10011010 | 11101 | 1010001 | 0 | 101000 | 100010110 | 1000100 | 100100 |
Color Harmonies of #6D1D9A
Complementary color
Monochromatic Colors of #6D1D9A
Black with #6D1D9A
Text Example
Text Example
White with #6D1D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1D9A; }
p { color: rgb(109,29,154); }
H1.HeaderClassName
{
color: #6D1D9A;
}
.AnyTagClassName
{
color: #6D1D9A;
}
</style>
background-color css
<style>
a { background-color: #6D1D9A; }
a { background-color: rgb(109,29,154); }
div.DivClassName
{
background-color: #6D1D9A;
}
.BgClassName
{
background-color: #6D1D9A;
}
</style>
border-color css
<style>
span { border-color: #6D1D9A; }
span { border-color: rgb(109,29,154); }
td.TdClassName
{
border-color: #6D1D9A;
}
.TagClassName
{
border-color: #6D1D9A;
}
</style>