Shades of Dark Violet #6D01BA
Tints of Dark Violet #6D01BA
RGB
CMYK
RGB Variations
Color information
#6D01BA (or 0x6D01BA) is known color: Dark Violet. HEX triplet: 6D, 01 and BA. RGB value is (109,1,186). Sum of RGB (Red+Green+Blue) = 109+1+186=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D01BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D01BA is #92FE45. Grayscale: #353535. Windows color (decimal): -9633350 or 12190061. OLE color: 12190061.
HSL color Cylindrical-coordinate representation of color #6D01BA: hue angle of 275.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D01BA is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 1 | 186 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.27 |
| HSL | 275.03º | 0.99% | 0.37% | - |
| HSV(B) | 275.03º | 0.99% | 0.73% | - |
| XYZ | 15.18 | 6.82 | 46.97 | - |
| YUV | 54.38 | 202.28 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 186 | 0.41 | 0.99 | 0 | 0.27 | 275.03 | 0.99 | 0.37 |
| Hex | 6D | 1 | BA | 29 | 63 | 0 | 1B | 113 | 63 | 25 |
| Octal | 155 | 1 | 272 | 51 | 143 | 0 | 33 | 423 | 143 | 45 |
| Binary | 1101101 | 1 | 10111010 | 101001 | 1100011 | 0 | 11011 | 100010011 | 1100011 | 100101 |
Color Harmonies of #6D01BA
Complementary color
Monochromatic Colors of #6D01BA
Black with #6D01BA
Text Example
Text Example
White with #6D01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D01BA; }
p { color: rgb(109,1,186); }
H1.HeaderClassName
{
color: #6D01BA;
}
.AnyTagClassName
{
color: #6D01BA;
}
</style>
background-color css
<style>
a { background-color: #6D01BA; }
a { background-color: rgb(109,1,186); }
div.DivClassName
{
background-color: #6D01BA;
}
.BgClassName
{
background-color: #6D01BA;
}
</style>
border-color css
<style>
span { border-color: #6D01BA; }
span { border-color: rgb(109,1,186); }
td.TdClassName
{
border-color: #6D01BA;
}
.TagClassName
{
border-color: #6D01BA;
}
</style>