Shades of Blue Violet #6D3BEA
Tints of Blue Violet #6D3BEA
RGB
CMYK
RGB Variations
Color information
#6D3BEA (or 0x6D3BEA) is known color: Blue Violet. HEX triplet: 6D, 3B and EA. RGB value is (109,59,234). Sum of RGB (Red+Green+Blue) = 109+59+234=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D3BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3BEA is #92C415. Grayscale: #5D5D5D. Windows color (decimal): -9618454 or 15350637. OLE color: 15350637.
HSL color Cylindrical-coordinate representation of color #6D3BEA: hue angle of 257.14º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D3BEA is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 59 | 234 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.08 |
| HSL | 257.14º | 0.81% | 0.57% | - |
| HSV(B) | 257.14º | 0.75% | 0.92% | - |
| XYZ | 22.72 | 12.32 | 79.02 | - |
| YUV | 93.9 | 207.07 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 59 | 234 | 0.53 | 0.75 | 0 | 0.08 | 257.14 | 0.81 | 0.57 |
| Hex | 6D | 3B | EA | 35 | 4B | 0 | 8 | 101 | 51 | 39 |
| Octal | 155 | 73 | 352 | 65 | 113 | 0 | 10 | 401 | 121 | 71 |
| Binary | 1101101 | 111011 | 11101010 | 110101 | 1001011 | 0 | 1000 | 100000001 | 1010001 | 111001 |
Color Harmonies of #6D3BEA
Complementary color
Monochromatic Colors of #6D3BEA
Black with #6D3BEA
Text Example
Text Example
White with #6D3BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3BEA; }
p { color: rgb(109,59,234); }
H1.HeaderClassName
{
color: #6D3BEA;
}
.AnyTagClassName
{
color: #6D3BEA;
}
</style>
background-color css
<style>
a { background-color: #6D3BEA; }
a { background-color: rgb(109,59,234); }
div.DivClassName
{
background-color: #6D3BEA;
}
.BgClassName
{
background-color: #6D3BEA;
}
</style>
border-color css
<style>
span { border-color: #6D3BEA; }
span { border-color: rgb(109,59,234); }
td.TdClassName
{
border-color: #6D3BEA;
}
.TagClassName
{
border-color: #6D3BEA;
}
</style>