Shades of Dark Violet #6E01BA
Tints of Dark Violet #6E01BA
RGB
CMYK
RGB Variations
Color information
#6E01BA (or 0x6E01BA) is known color: Dark Violet. HEX triplet: 6E, 01 and BA. RGB value is (110,1,186). Sum of RGB (Red+Green+Blue) = 110+1+186=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E01BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E01BA is #91FE45. Grayscale: #363636. Windows color (decimal): -9567814 or 12190062. OLE color: 12190062.
HSL color Cylindrical-coordinate representation of color #6E01BA: hue angle of 275.35º 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 #6E01BA is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 1 | 186 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.27 |
| HSL | 275.35º | 0.99% | 0.37% | - |
| HSV(B) | 275.35º | 0.99% | 0.73% | - |
| XYZ | 15.3 | 6.88 | 46.98 | - |
| YUV | 54.68 | 202.11 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 186 | 0.41 | 0.99 | 0 | 0.27 | 275.35 | 0.99 | 0.37 |
| Hex | 6E | 1 | BA | 29 | 63 | 0 | 1B | 113 | 63 | 25 |
| Octal | 156 | 1 | 272 | 51 | 143 | 0 | 33 | 423 | 143 | 45 |
| Binary | 1101110 | 1 | 10111010 | 101001 | 1100011 | 0 | 11011 | 100010011 | 1100011 | 100101 |
Color Harmonies of #6E01BA
Complementary color
Monochromatic Colors of #6E01BA
Black with #6E01BA
Text Example
Text Example
White with #6E01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E01BA; }
p { color: rgb(110,1,186); }
H1.HeaderClassName
{
color: #6E01BA;
}
.AnyTagClassName
{
color: #6E01BA;
}
</style>
background-color css
<style>
a { background-color: #6E01BA; }
a { background-color: rgb(110,1,186); }
div.DivClassName
{
background-color: #6E01BA;
}
.BgClassName
{
background-color: #6E01BA;
}
</style>
border-color css
<style>
span { border-color: #6E01BA; }
span { border-color: rgb(110,1,186); }
td.TdClassName
{
border-color: #6E01BA;
}
.TagClassName
{
border-color: #6E01BA;
}
</style>