Shades of Dark Violet #6F01BA
Tints of Dark Violet #6F01BA
RGB
CMYK
RGB Variations
Color information
#6F01BA (or 0x6F01BA) is known color: Dark Violet. HEX triplet: 6F, 01 and BA. RGB value is (111,1,186). Sum of RGB (Red+Green+Blue) = 111+1+186=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F01BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F01BA is #90FE45. Grayscale: #363636. Windows color (decimal): -9502278 or 12190063. OLE color: 12190063.
HSL color Cylindrical-coordinate representation of color #6F01BA: hue angle of 275.68º 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 #6F01BA is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 1 | 186 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.27 |
| HSL | 275.68º | 0.99% | 0.37% | - |
| HSV(B) | 275.68º | 0.99% | 0.73% | - |
| XYZ | 15.43 | 6.95 | 46.98 | - |
| YUV | 54.98 | 201.94 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 186 | 0.40 | 0.99 | 0 | 0.27 | 275.68 | 0.99 | 0.37 |
| Hex | 6F | 1 | BA | 28 | 63 | 0 | 1B | 114 | 63 | 25 |
| Octal | 157 | 1 | 272 | 50 | 143 | 0 | 33 | 424 | 143 | 45 |
| Binary | 1101111 | 1 | 10111010 | 101000 | 1100011 | 0 | 11011 | 100010100 | 1100011 | 100101 |
Color Harmonies of #6F01BA
Complementary color
Monochromatic Colors of #6F01BA
Black with #6F01BA
Text Example
Text Example
White with #6F01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F01BA; }
p { color: rgb(111,1,186); }
H1.HeaderClassName
{
color: #6F01BA;
}
.AnyTagClassName
{
color: #6F01BA;
}
</style>
background-color css
<style>
a { background-color: #6F01BA; }
a { background-color: rgb(111,1,186); }
div.DivClassName
{
background-color: #6F01BA;
}
.BgClassName
{
background-color: #6F01BA;
}
</style>
border-color css
<style>
span { border-color: #6F01BA; }
span { border-color: rgb(111,1,186); }
td.TdClassName
{
border-color: #6F01BA;
}
.TagClassName
{
border-color: #6F01BA;
}
</style>