Shades of Dark Violet #6D03CF
Tints of Dark Violet #6D03CF
RGB
CMYK
RGB Variations
Color information
#6D03CF (or 0x6D03CF) is known color: Dark Violet. HEX triplet: 6D, 03 and CF. RGB value is (109,3,207). Sum of RGB (Red+Green+Blue) = 109+3+207=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D03CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D03CF is #92FC30. Grayscale: #393939. Windows color (decimal): -9632817 or 13566829. OLE color: 13566829.
HSL color Cylindrical-coordinate representation of color #6D03CF: hue angle of 271.18º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D03CF is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 3 | 207 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.19 |
| HSL | 271.18º | 0.97% | 0.41% | - |
| HSV(B) | 271.18º | 0.99% | 0.81% | - |
| XYZ | 17.6 | 7.82 | 59.61 | - |
| YUV | 57.95 | 212.12 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 207 | 0.47 | 0.99 | 0 | 0.19 | 271.18 | 0.97 | 0.41 |
| Hex | 6D | 3 | CF | 2F | 63 | 0 | 13 | 10F | 61 | 29 |
| Octal | 155 | 3 | 317 | 57 | 143 | 0 | 23 | 417 | 141 | 51 |
| Binary | 1101101 | 11 | 11001111 | 101111 | 1100011 | 0 | 10011 | 100001111 | 1100001 | 101001 |
Color Harmonies of #6D03CF
Complementary color
Monochromatic Colors of #6D03CF
Black with #6D03CF
Text Example
Text Example
White with #6D03CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D03CF; }
p { color: rgb(109,3,207); }
H1.HeaderClassName
{
color: #6D03CF;
}
.AnyTagClassName
{
color: #6D03CF;
}
</style>
background-color css
<style>
a { background-color: #6D03CF; }
a { background-color: rgb(109,3,207); }
div.DivClassName
{
background-color: #6D03CF;
}
.BgClassName
{
background-color: #6D03CF;
}
</style>
border-color css
<style>
span { border-color: #6D03CF; }
span { border-color: rgb(109,3,207); }
td.TdClassName
{
border-color: #6D03CF;
}
.TagClassName
{
border-color: #6D03CF;
}
</style>