Shades of Blue Violet #6D1DDF
Tints of Blue Violet #6D1DDF
RGB
CMYK
RGB Variations
Color information
#6D1DDF (or 0x6D1DDF) is known color: Blue Violet. HEX triplet: 6D, 1D and DF. RGB value is (109,29,223). Sum of RGB (Red+Green+Blue) = 109+29+223=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D1DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1DDF is #92E220. Grayscale: #4A4A4A. Windows color (decimal): -9626145 or 14622061. OLE color: 14622061.
HSL color Cylindrical-coordinate representation of color #6D1DDF: hue angle of 264.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D1DDF is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 29 | 223 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.13 |
| HSL | 264.74º | 0.77% | 0.49% | - |
| HSV(B) | 264.74º | 0.87% | 0.87% | - |
| XYZ | 20.07 | 9.46 | 70.58 | - |
| YUV | 75.04 | 211.5 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 223 | 0.51 | 0.87 | 0 | 0.13 | 264.74 | 0.77 | 0.49 |
| Hex | 6D | 1D | DF | 33 | 57 | 0 | D | 109 | 4D | 31 |
| Octal | 155 | 35 | 337 | 63 | 127 | 0 | 15 | 411 | 115 | 61 |
| Binary | 1101101 | 11101 | 11011111 | 110011 | 1010111 | 0 | 1101 | 100001001 | 1001101 | 110001 |
Color Harmonies of #6D1DDF
Complementary color
Monochromatic Colors of #6D1DDF
Black with #6D1DDF
Text Example
Text Example
White with #6D1DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1DDF; }
p { color: rgb(109,29,223); }
H1.HeaderClassName
{
color: #6D1DDF;
}
.AnyTagClassName
{
color: #6D1DDF;
}
</style>
background-color css
<style>
a { background-color: #6D1DDF; }
a { background-color: rgb(109,29,223); }
div.DivClassName
{
background-color: #6D1DDF;
}
.BgClassName
{
background-color: #6D1DDF;
}
</style>
border-color css
<style>
span { border-color: #6D1DDF; }
span { border-color: rgb(109,29,223); }
td.TdClassName
{
border-color: #6D1DDF;
}
.TagClassName
{
border-color: #6D1DDF;
}
</style>