Shades of Blue Violet #6D32EA
Tints of Blue Violet #6D32EA
RGB
CMYK
RGB Variations
Color information
#6D32EA (or 0x6D32EA) is known color: Blue Violet. HEX triplet: 6D, 32 and EA. RGB value is (109,50,234). Sum of RGB (Red+Green+Blue) = 109+50+234=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D32EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D32EA is #92CD15. Grayscale: #575757. Windows color (decimal): -9620758 or 15348333. OLE color: 15348333.
HSL color Cylindrical-coordinate representation of color #6D32EA: hue angle of 259.24º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D32EA is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 50 | 234 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.08 |
| HSL | 259.24º | 0.81% | 0.56% | - |
| HSV(B) | 259.24º | 0.79% | 0.92% | - |
| XYZ | 22.3 | 11.47 | 78.88 | - |
| YUV | 88.62 | 210.05 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 234 | 0.53 | 0.79 | 0 | 0.08 | 259.24 | 0.81 | 0.56 |
| Hex | 6D | 32 | EA | 35 | 4F | 0 | 8 | 103 | 51 | 38 |
| Octal | 155 | 62 | 352 | 65 | 117 | 0 | 10 | 403 | 121 | 70 |
| Binary | 1101101 | 110010 | 11101010 | 110101 | 1001111 | 0 | 1000 | 100000011 | 1010001 | 111000 |
Color Harmonies of #6D32EA
Complementary color
Monochromatic Colors of #6D32EA
Black with #6D32EA
Text Example
Text Example
White with #6D32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D32EA; }
p { color: rgb(109,50,234); }
H1.HeaderClassName
{
color: #6D32EA;
}
.AnyTagClassName
{
color: #6D32EA;
}
</style>
background-color css
<style>
a { background-color: #6D32EA; }
a { background-color: rgb(109,50,234); }
div.DivClassName
{
background-color: #6D32EA;
}
.BgClassName
{
background-color: #6D32EA;
}
</style>
border-color css
<style>
span { border-color: #6D32EA; }
span { border-color: rgb(109,50,234); }
td.TdClassName
{
border-color: #6D32EA;
}
.TagClassName
{
border-color: #6D32EA;
}
</style>