Shades of Dark Violet #6F02BB
Tints of Dark Violet #6F02BB
RGB
CMYK
RGB Variations
Color information
#6F02BB (or 0x6F02BB) is known color: Dark Violet. HEX triplet: 6F, 02 and BB. RGB value is (111,2,187). Sum of RGB (Red+Green+Blue) = 111+2+187=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F02BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F02BB is #90FD44. Grayscale: #373737. Windows color (decimal): -9502021 or 12255855. OLE color: 12255855.
HSL color Cylindrical-coordinate representation of color #6F02BB: hue angle of 275.35º degrees, saturation: 0.98, 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 #6F02BB is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 2 | 187 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.27 |
| HSL | 275.35º | 0.98% | 0.37% | - |
| HSV(B) | 275.35º | 0.99% | 0.73% | - |
| XYZ | 15.55 | 7.01 | 47.55 | - |
| YUV | 55.68 | 202.11 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 187 | 0.41 | 0.99 | 0 | 0.27 | 275.35 | 0.98 | 0.37 |
| Hex | 6F | 2 | BB | 29 | 63 | 0 | 1B | 113 | 62 | 25 |
| Octal | 157 | 2 | 273 | 51 | 143 | 0 | 33 | 423 | 142 | 45 |
| Binary | 1101111 | 10 | 10111011 | 101001 | 1100011 | 0 | 11011 | 100010011 | 1100010 | 100101 |
Color Harmonies of #6F02BB
Complementary color
Monochromatic Colors of #6F02BB
Black with #6F02BB
Text Example
Text Example
White with #6F02BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F02BB; }
p { color: rgb(111,2,187); }
H1.HeaderClassName
{
color: #6F02BB;
}
.AnyTagClassName
{
color: #6F02BB;
}
</style>
background-color css
<style>
a { background-color: #6F02BB; }
a { background-color: rgb(111,2,187); }
div.DivClassName
{
background-color: #6F02BB;
}
.BgClassName
{
background-color: #6F02BB;
}
</style>
border-color css
<style>
span { border-color: #6F02BB; }
span { border-color: rgb(111,2,187); }
td.TdClassName
{
border-color: #6F02BB;
}
.TagClassName
{
border-color: #6F02BB;
}
</style>