Shades of Vivid Violet #6D12A0
Tints of Vivid Violet #6D12A0
RGB
CMYK
RGB Variations
Color information
#6D12A0 (or 0x6D12A0) is known color: Vivid Violet. HEX triplet: 6D, 12 and A0. RGB value is (109,18,160). Sum of RGB (Red+Green+Blue) = 109+18+160=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #6D12A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D12A0 is #92ED5F. Grayscale: #3C3C3C. Windows color (decimal): -9629024 or 10490477. OLE color: 10490477.
HSL color Cylindrical-coordinate representation of color #6D12A0: hue angle of 278.45º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D12A0 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 18 | 160 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.37 |
| HSL | 278.45º | 0.8% | 0.35% | - |
| HSV(B) | 278.45º | 0.89% | 0.63% | - |
| XYZ | 12.87 | 6.22 | 33.78 | - |
| YUV | 61.4 | 183.65 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 18 | 160 | 0.32 | 0.89 | 0 | 0.37 | 278.45 | 0.8 | 0.35 |
| Hex | 6D | 12 | A0 | 20 | 59 | 0 | 25 | 116 | 50 | 23 |
| Octal | 155 | 22 | 240 | 40 | 131 | 0 | 45 | 426 | 120 | 43 |
| Binary | 1101101 | 10010 | 10100000 | 100000 | 1011001 | 0 | 100101 | 100010110 | 1010000 | 100011 |
Color Harmonies of #6D12A0
Complementary color
Monochromatic Colors of #6D12A0
Black with #6D12A0
Text Example
Text Example
White with #6D12A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D12A0; }
p { color: rgb(109,18,160); }
H1.HeaderClassName
{
color: #6D12A0;
}
.AnyTagClassName
{
color: #6D12A0;
}
</style>
background-color css
<style>
a { background-color: #6D12A0; }
a { background-color: rgb(109,18,160); }
div.DivClassName
{
background-color: #6D12A0;
}
.BgClassName
{
background-color: #6D12A0;
}
</style>
border-color css
<style>
span { border-color: #6D12A0; }
span { border-color: rgb(109,18,160); }
td.TdClassName
{
border-color: #6D12A0;
}
.TagClassName
{
border-color: #6D12A0;
}
</style>