Shades of Blue Violet #6D32E9
Tints of Blue Violet #6D32E9
RGB
CMYK
RGB Variations
Color information
#6D32E9 (or 0x6D32E9) is known color: Blue Violet. HEX triplet: 6D, 32 and E9. RGB value is (109,50,233). Sum of RGB (Red+Green+Blue) = 109+50+233=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 233 (91.41% from 255 or 59.44% from 392); Max value from RGB is 233 - color contains mainly: blue. Hex color #6D32E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D32E9 is #92CD16. Grayscale: #575757. Windows color (decimal): -9620759 or 15282797. OLE color: 15282797.
HSL color Cylindrical-coordinate representation of color #6D32E9: hue angle of 259.34º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D32E9 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 50 | 233 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.09 |
| HSL | 259.34º | 0.81% | 0.55% | - |
| HSV(B) | 259.34º | 0.79% | 0.91% | - |
| XYZ | 22.16 | 11.42 | 78.13 | - |
| YUV | 88.5 | 209.55 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 233 | 0.53 | 0.79 | 0 | 0.09 | 259.34 | 0.81 | 0.55 |
| Hex | 6D | 32 | E9 | 35 | 4F | 0 | 9 | 103 | 51 | 37 |
| Octal | 155 | 62 | 351 | 65 | 117 | 0 | 11 | 403 | 121 | 67 |
| Binary | 1101101 | 110010 | 11101001 | 110101 | 1001111 | 0 | 1001 | 100000011 | 1010001 | 110111 |
Color Harmonies of #6D32E9
Complementary color
Monochromatic Colors of #6D32E9
Black with #6D32E9
Text Example
Text Example
White with #6D32E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D32E9; }
p { color: rgb(109,50,233); }
H1.HeaderClassName
{
color: #6D32E9;
}
.AnyTagClassName
{
color: #6D32E9;
}
</style>
background-color css
<style>
a { background-color: #6D32E9; }
a { background-color: rgb(109,50,233); }
div.DivClassName
{
background-color: #6D32E9;
}
.BgClassName
{
background-color: #6D32E9;
}
</style>
border-color css
<style>
span { border-color: #6D32E9; }
span { border-color: rgb(109,50,233); }
td.TdClassName
{
border-color: #6D32E9;
}
.TagClassName
{
border-color: #6D32E9;
}
</style>