Shades of Dark Violet #6F03BE
Tints of Dark Violet #6F03BE
RGB
CMYK
RGB Variations
Color information
#6F03BE (or 0x6F03BE) is known color: Dark Violet. HEX triplet: 6F, 03 and BE. RGB value is (111,3,190). Sum of RGB (Red+Green+Blue) = 111+3+190=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F03BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F03BE is #90FC41. Grayscale: #373737. Windows color (decimal): -9501762 or 12452719. OLE color: 12452719.
HSL color Cylindrical-coordinate representation of color #6F03BE: hue angle of 274.65º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F03BE is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 3 | 190 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.25 |
| HSL | 274.65º | 0.97% | 0.38% | - |
| HSV(B) | 274.65º | 0.98% | 0.75% | - |
| XYZ | 15.88 | 7.16 | 49.26 | - |
| YUV | 56.61 | 203.28 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 190 | 0.42 | 0.98 | 0 | 0.25 | 274.65 | 0.97 | 0.38 |
| Hex | 6F | 3 | BE | 2A | 62 | 0 | 19 | 113 | 61 | 26 |
| Octal | 157 | 3 | 276 | 52 | 142 | 0 | 31 | 423 | 141 | 46 |
| Binary | 1101111 | 11 | 10111110 | 101010 | 1100010 | 0 | 11001 | 100010011 | 1100001 | 100110 |
Color Harmonies of #6F03BE
Complementary color
Monochromatic Colors of #6F03BE
Black with #6F03BE
Text Example
Text Example
White with #6F03BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F03BE; }
p { color: rgb(111,3,190); }
H1.HeaderClassName
{
color: #6F03BE;
}
.AnyTagClassName
{
color: #6F03BE;
}
</style>
background-color css
<style>
a { background-color: #6F03BE; }
a { background-color: rgb(111,3,190); }
div.DivClassName
{
background-color: #6F03BE;
}
.BgClassName
{
background-color: #6F03BE;
}
</style>
border-color css
<style>
span { border-color: #6F03BE; }
span { border-color: rgb(111,3,190); }
td.TdClassName
{
border-color: #6F03BE;
}
.TagClassName
{
border-color: #6F03BE;
}
</style>