Shades of Blue Violet #6B3BEA
Tints of Blue Violet #6B3BEA
RGB
CMYK
RGB Variations
Color information
#6B3BEA (or 0x6B3BEA) is known color: Blue Violet. HEX triplet: 6B, 3B and EA. RGB value is (107,59,234). Sum of RGB (Red+Green+Blue) = 107+59+234=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B3BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3BEA is #94C415. Grayscale: #5C5C5C. Windows color (decimal): -9749526 or 15350635. OLE color: 15350635.
HSL color Cylindrical-coordinate representation of color #6B3BEA: hue angle of 256.46º 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 #6B3BEA is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 59 | 234 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.08 |
| HSL | 256.46º | 0.81% | 0.57% | - |
| HSV(B) | 256.46º | 0.75% | 0.92% | - |
| XYZ | 22.48 | 12.19 | 79.01 | - |
| YUV | 93.3 | 207.4 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 59 | 234 | 0.54 | 0.75 | 0 | 0.08 | 256.46 | 0.81 | 0.57 |
| Hex | 6B | 3B | EA | 36 | 4B | 0 | 8 | 100 | 51 | 39 |
| Octal | 153 | 73 | 352 | 66 | 113 | 0 | 10 | 400 | 121 | 71 |
| Binary | 1101011 | 111011 | 11101010 | 110110 | 1001011 | 0 | 1000 | 100000000 | 1010001 | 111001 |
Color Harmonies of #6B3BEA
Complementary color
Monochromatic Colors of #6B3BEA
Black with #6B3BEA
Text Example
Text Example
White with #6B3BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3BEA; }
p { color: rgb(107,59,234); }
H1.HeaderClassName
{
color: #6B3BEA;
}
.AnyTagClassName
{
color: #6B3BEA;
}
</style>
background-color css
<style>
a { background-color: #6B3BEA; }
a { background-color: rgb(107,59,234); }
div.DivClassName
{
background-color: #6B3BEA;
}
.BgClassName
{
background-color: #6B3BEA;
}
</style>
border-color css
<style>
span { border-color: #6B3BEA; }
span { border-color: rgb(107,59,234); }
td.TdClassName
{
border-color: #6B3BEA;
}
.TagClassName
{
border-color: #6B3BEA;
}
</style>