Shades of Blue Violet #6F33EA
Tints of Blue Violet #6F33EA
RGB
CMYK
RGB Variations
Color information
#6F33EA (or 0x6F33EA) is known color: Blue Violet. HEX triplet: 6F, 33 and EA. RGB value is (111,51,234). Sum of RGB (Red+Green+Blue) = 111+51+234=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F33EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F33EA is #90CC15. Grayscale: #595959. Windows color (decimal): -9489430 or 15348591. OLE color: 15348591.
HSL color Cylindrical-coordinate representation of color #6F33EA: hue angle of 259.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F33EA is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 51 | 234 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.08 |
| HSL | 259.67º | 0.81% | 0.56% | - |
| HSV(B) | 259.67º | 0.78% | 0.92% | - |
| XYZ | 22.59 | 11.69 | 78.91 | - |
| YUV | 89.8 | 209.38 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 234 | 0.53 | 0.78 | 0 | 0.08 | 259.67 | 0.81 | 0.56 |
| Hex | 6F | 33 | EA | 35 | 4E | 0 | 8 | 104 | 51 | 38 |
| Octal | 157 | 63 | 352 | 65 | 116 | 0 | 10 | 404 | 121 | 70 |
| Binary | 1101111 | 110011 | 11101010 | 110101 | 1001110 | 0 | 1000 | 100000100 | 1010001 | 111000 |
Color Harmonies of #6F33EA
Complementary color
Monochromatic Colors of #6F33EA
Black with #6F33EA
Text Example
Text Example
White with #6F33EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F33EA; }
p { color: rgb(111,51,234); }
H1.HeaderClassName
{
color: #6F33EA;
}
.AnyTagClassName
{
color: #6F33EA;
}
</style>
background-color css
<style>
a { background-color: #6F33EA; }
a { background-color: rgb(111,51,234); }
div.DivClassName
{
background-color: #6F33EA;
}
.BgClassName
{
background-color: #6F33EA;
}
</style>
border-color css
<style>
span { border-color: #6F33EA; }
span { border-color: rgb(111,51,234); }
td.TdClassName
{
border-color: #6F33EA;
}
.TagClassName
{
border-color: #6F33EA;
}
</style>