Shades of Dark Violet #6D01CF
Tints of Dark Violet #6D01CF
RGB
CMYK
RGB Variations
Color information
#6D01CF (or 0x6D01CF) is known color: Dark Violet. HEX triplet: 6D, 01 and CF. RGB value is (109,1,207). Sum of RGB (Red+Green+Blue) = 109+1+207=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D01CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D01CF is #92FE30. Grayscale: #383838. Windows color (decimal): -9633329 or 13566317. OLE color: 13566317.
HSL color Cylindrical-coordinate representation of color #6D01CF: hue angle of 271.46º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D01CF is Cyan = 0.47, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 1 | 207 | - |
| CMYK | 0.47 | 1.00 | 0 | 0.19 |
| HSL | 271.46º | 0.99% | 0.41% | - |
| HSV(B) | 271.46º | 1% | 0.81% | - |
| XYZ | 17.58 | 7.78 | 59.61 | - |
| YUV | 56.78 | 212.78 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 207 | 0.47 | 1.00 | 0 | 0.19 | 271.46 | 0.99 | 0.41 |
| Hex | 6D | 1 | CF | 2F | 64 | 0 | 13 | 10F | 63 | 29 |
| Octal | 155 | 1 | 317 | 57 | 144 | 0 | 23 | 417 | 143 | 51 |
| Binary | 1101101 | 1 | 11001111 | 101111 | 1100100 | 0 | 10011 | 100001111 | 1100011 | 101001 |
Color Harmonies of #6D01CF
Complementary color
Monochromatic Colors of #6D01CF
Black with #6D01CF
Text Example
Text Example
White with #6D01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D01CF; }
p { color: rgb(109,1,207); }
H1.HeaderClassName
{
color: #6D01CF;
}
.AnyTagClassName
{
color: #6D01CF;
}
</style>
background-color css
<style>
a { background-color: #6D01CF; }
a { background-color: rgb(109,1,207); }
div.DivClassName
{
background-color: #6D01CF;
}
.BgClassName
{
background-color: #6D01CF;
}
</style>
border-color css
<style>
span { border-color: #6D01CF; }
span { border-color: rgb(109,1,207); }
td.TdClassName
{
border-color: #6D01CF;
}
.TagClassName
{
border-color: #6D01CF;
}
</style>