Shades of Blue Violet #6D3AEA
Tints of Blue Violet #6D3AEA
RGB
CMYK
RGB Variations
Color information
#6D3AEA (or 0x6D3AEA) is known color: Blue Violet. HEX triplet: 6D, 3A and EA. RGB value is (109,58,234). Sum of RGB (Red+Green+Blue) = 109+58+234=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D3AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3AEA is #92C515. Grayscale: #5C5C5C. Windows color (decimal): -9618710 or 15350381. OLE color: 15350381.
HSL color Cylindrical-coordinate representation of color #6D3AEA: hue angle of 257.39º 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 #6D3AEA is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 58 | 234 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.08 |
| HSL | 257.39º | 0.81% | 0.57% | - |
| HSV(B) | 257.39º | 0.75% | 0.92% | - |
| XYZ | 22.67 | 12.22 | 79.01 | - |
| YUV | 93.31 | 207.4 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 58 | 234 | 0.53 | 0.75 | 0 | 0.08 | 257.39 | 0.81 | 0.57 |
| Hex | 6D | 3A | EA | 35 | 4B | 0 | 8 | 101 | 51 | 39 |
| Octal | 155 | 72 | 352 | 65 | 113 | 0 | 10 | 401 | 121 | 71 |
| Binary | 1101101 | 111010 | 11101010 | 110101 | 1001011 | 0 | 1000 | 100000001 | 1010001 | 111001 |
Color Harmonies of #6D3AEA
Complementary color
Monochromatic Colors of #6D3AEA
Black with #6D3AEA
Text Example
Text Example
White with #6D3AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3AEA; }
p { color: rgb(109,58,234); }
H1.HeaderClassName
{
color: #6D3AEA;
}
.AnyTagClassName
{
color: #6D3AEA;
}
</style>
background-color css
<style>
a { background-color: #6D3AEA; }
a { background-color: rgb(109,58,234); }
div.DivClassName
{
background-color: #6D3AEA;
}
.BgClassName
{
background-color: #6D3AEA;
}
</style>
border-color css
<style>
span { border-color: #6D3AEA; }
span { border-color: rgb(109,58,234); }
td.TdClassName
{
border-color: #6D3AEA;
}
.TagClassName
{
border-color: #6D3AEA;
}
</style>