Shades of Dark Violet #6F00BE
Tints of Dark Violet #6F00BE
RGB
CMYK
RGB Variations
Color information
#6F00BE (or 0x6F00BE) is known color: Dark Violet. HEX triplet: 6F, 00 and BE. RGB value is (111,0,190). Sum of RGB (Red+Green+Blue) = 111+0+190=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F00BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F00BE is #90FF41. Grayscale: #363636. Windows color (decimal): -9502530 or 12451951. OLE color: 12451951.
HSL color Cylindrical-coordinate representation of color #6F00BE: hue angle of 275.05º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F00BE is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 0 | 190 | - |
| CMYK | 0.42 | 1 | 0 | 0.25 |
| HSL | 275.05º | 1% | 0.37% | - |
| HSV(B) | 275.05º | 1% | 0.75% | - |
| XYZ | 15.85 | 7.1 | 49.25 | - |
| YUV | 54.85 | 204.27 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 190 | 0.42 | 1 | 0 | 0.25 | 275.05 | 1 | 0.37 |
| Hex | 6F | 0 | BE | 2A | 64 | 0 | 19 | 113 | 64 | 25 |
| Octal | 157 | 0 | 276 | 52 | 144 | 0 | 31 | 423 | 144 | 45 |
| Binary | 1101111 | 0 | 10111110 | 101010 | 1100100 | 0 | 11001 | 100010011 | 1100100 | 100101 |
Color Harmonies of #6F00BE
Complementary color
Monochromatic Colors of #6F00BE
Black with #6F00BE
Text Example
Text Example
White with #6F00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F00BE; }
p { color: rgb(111,0,190); }
H1.HeaderClassName
{
color: #6F00BE;
}
.AnyTagClassName
{
color: #6F00BE;
}
</style>
background-color css
<style>
a { background-color: #6F00BE; }
a { background-color: rgb(111,0,190); }
div.DivClassName
{
background-color: #6F00BE;
}
.BgClassName
{
background-color: #6F00BE;
}
</style>
border-color css
<style>
span { border-color: #6F00BE; }
span { border-color: rgb(111,0,190); }
td.TdClassName
{
border-color: #6F00BE;
}
.TagClassName
{
border-color: #6F00BE;
}
</style>