Shades of Blue Violet #6D20DF
Tints of Blue Violet #6D20DF
RGB
CMYK
RGB Variations
Color information
#6D20DF (or 0x6D20DF) is known color: Blue Violet. HEX triplet: 6D, 20 and DF. RGB value is (109,32,223). Sum of RGB (Red+Green+Blue) = 109+32+223=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D20DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D20DF is #92DF20. Grayscale: #4C4C4C. Windows color (decimal): -9625377 or 14622829. OLE color: 14622829.
HSL color Cylindrical-coordinate representation of color #6D20DF: hue angle of 264.19º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D20DF is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 32 | 223 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.13 |
| HSL | 264.19º | 0.75% | 0.5% | - |
| HSV(B) | 264.19º | 0.86% | 0.87% | - |
| XYZ | 20.14 | 9.61 | 70.61 | - |
| YUV | 76.8 | 210.51 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 223 | 0.51 | 0.86 | 0 | 0.13 | 264.19 | 0.75 | 0.5 |
| Hex | 6D | 20 | DF | 33 | 56 | 0 | D | 108 | 4B | 32 |
| Octal | 155 | 40 | 337 | 63 | 126 | 0 | 15 | 410 | 113 | 62 |
| Binary | 1101101 | 100000 | 11011111 | 110011 | 1010110 | 0 | 1101 | 100001000 | 1001011 | 110010 |
Color Harmonies of #6D20DF
Complementary color
Monochromatic Colors of #6D20DF
Black with #6D20DF
Text Example
Text Example
White with #6D20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D20DF; }
p { color: rgb(109,32,223); }
H1.HeaderClassName
{
color: #6D20DF;
}
.AnyTagClassName
{
color: #6D20DF;
}
</style>
background-color css
<style>
a { background-color: #6D20DF; }
a { background-color: rgb(109,32,223); }
div.DivClassName
{
background-color: #6D20DF;
}
.BgClassName
{
background-color: #6D20DF;
}
</style>
border-color css
<style>
span { border-color: #6D20DF; }
span { border-color: rgb(109,32,223); }
td.TdClassName
{
border-color: #6D20DF;
}
.TagClassName
{
border-color: #6D20DF;
}
</style>