Shades of Vivid Violet #6D10A1
Tints of Vivid Violet #6D10A1
RGB
CMYK
RGB Variations
Color information
#6D10A1 (or 0x6D10A1) is known color: Vivid Violet. HEX triplet: 6D, 10 and A1. RGB value is (109,16,161). Sum of RGB (Red+Green+Blue) = 109+16+161=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 161 (63.28% from 255 or 56.29% from 286); Max value from RGB is 161 - color contains mainly: blue. Hex color #6D10A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D10A1 is #92EF5E. Grayscale: #3B3B3B. Windows color (decimal): -9629535 or 10555501. OLE color: 10555501.
HSL color Cylindrical-coordinate representation of color #6D10A1: hue angle of 278.48º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D10A1 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 16 | 161 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.37 |
| HSL | 278.48º | 0.82% | 0.35% | - |
| HSV(B) | 278.48º | 0.9% | 0.63% | - |
| XYZ | 12.92 | 6.2 | 34.23 | - |
| YUV | 60.34 | 184.81 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 161 | 0.32 | 0.90 | 0 | 0.37 | 278.48 | 0.82 | 0.35 |
| Hex | 6D | 10 | A1 | 20 | 5A | 0 | 25 | 116 | 52 | 23 |
| Octal | 155 | 20 | 241 | 40 | 132 | 0 | 45 | 426 | 122 | 43 |
| Binary | 1101101 | 10000 | 10100001 | 100000 | 1011010 | 0 | 100101 | 100010110 | 1010010 | 100011 |
Color Harmonies of #6D10A1
Complementary color
Monochromatic Colors of #6D10A1
Black with #6D10A1
Text Example
Text Example
White with #6D10A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D10A1; }
p { color: rgb(109,16,161); }
H1.HeaderClassName
{
color: #6D10A1;
}
.AnyTagClassName
{
color: #6D10A1;
}
</style>
background-color css
<style>
a { background-color: #6D10A1; }
a { background-color: rgb(109,16,161); }
div.DivClassName
{
background-color: #6D10A1;
}
.BgClassName
{
background-color: #6D10A1;
}
</style>
border-color css
<style>
span { border-color: #6D10A1; }
span { border-color: rgb(109,16,161); }
td.TdClassName
{
border-color: #6D10A1;
}
.TagClassName
{
border-color: #6D10A1;
}
</style>