Shades of Blue Violet #6F33DF
Tints of Blue Violet #6F33DF
RGB
CMYK
RGB Variations
Color information
#6F33DF (or 0x6F33DF) is known color: Blue Violet. HEX triplet: 6F, 33 and DF. RGB value is (111,51,223). Sum of RGB (Red+Green+Blue) = 111+51+223=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F33DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F33DF is #90CC20. Grayscale: #575757. Windows color (decimal): -9489441 or 14627695. OLE color: 14627695.
HSL color Cylindrical-coordinate representation of color #6F33DF: hue angle of 260.93º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F33DF is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 51 | 223 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.13 |
| HSL | 260.93º | 0.73% | 0.54% | - |
| HSV(B) | 260.93º | 0.77% | 0.87% | - |
| XYZ | 21.06 | 11.07 | 70.84 | - |
| YUV | 88.55 | 203.88 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 223 | 0.50 | 0.77 | 0 | 0.13 | 260.93 | 0.73 | 0.54 |
| Hex | 6F | 33 | DF | 32 | 4D | 0 | D | 105 | 49 | 36 |
| Octal | 157 | 63 | 337 | 62 | 115 | 0 | 15 | 405 | 111 | 66 |
| Binary | 1101111 | 110011 | 11011111 | 110010 | 1001101 | 0 | 1101 | 100000101 | 1001001 | 110110 |
Color Harmonies of #6F33DF
Complementary color
Monochromatic Colors of #6F33DF
Black with #6F33DF
Text Example
Text Example
White with #6F33DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F33DF; }
p { color: rgb(111,51,223); }
H1.HeaderClassName
{
color: #6F33DF;
}
.AnyTagClassName
{
color: #6F33DF;
}
</style>
background-color css
<style>
a { background-color: #6F33DF; }
a { background-color: rgb(111,51,223); }
div.DivClassName
{
background-color: #6F33DF;
}
.BgClassName
{
background-color: #6F33DF;
}
</style>
border-color css
<style>
span { border-color: #6F33DF; }
span { border-color: rgb(111,51,223); }
td.TdClassName
{
border-color: #6F33DF;
}
.TagClassName
{
border-color: #6F33DF;
}
</style>