Shades of Blue Violet #733AEA
Tints of Blue Violet #733AEA
RGB
CMYK
RGB Variations
Color information
#733AEA (or 0x733AEA) is known color: Blue Violet. HEX triplet: 73, 3A and EA. RGB value is (115,58,234). Sum of RGB (Red+Green+Blue) = 115+58+234=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #733AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #733AEA is #8CC515. Grayscale: #5E5E5E. Windows color (decimal): -9225494 or 15350387. OLE color: 15350387.
HSL color Cylindrical-coordinate representation of color #733AEA: hue angle of 259.43º 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 #733AEA is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 58 | 234 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.08 |
| HSL | 259.43º | 0.81% | 0.57% | - |
| HSV(B) | 259.43º | 0.75% | 0.92% | - |
| XYZ | 23.43 | 12.61 | 79.04 | - |
| YUV | 95.11 | 206.38 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 234 | 0.51 | 0.75 | 0 | 0.08 | 259.43 | 0.81 | 0.57 |
| Hex | 73 | 3A | EA | 33 | 4B | 0 | 8 | 103 | 51 | 39 |
| Octal | 163 | 72 | 352 | 63 | 113 | 0 | 10 | 403 | 121 | 71 |
| Binary | 1110011 | 111010 | 11101010 | 110011 | 1001011 | 0 | 1000 | 100000011 | 1010001 | 111001 |
Color Harmonies of #733AEA
Complementary color
Monochromatic Colors of #733AEA
Black with #733AEA
Text Example
Text Example
White with #733AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733AEA; }
p { color: rgb(115,58,234); }
H1.HeaderClassName
{
color: #733AEA;
}
.AnyTagClassName
{
color: #733AEA;
}
</style>
background-color css
<style>
a { background-color: #733AEA; }
a { background-color: rgb(115,58,234); }
div.DivClassName
{
background-color: #733AEA;
}
.BgClassName
{
background-color: #733AEA;
}
</style>
border-color css
<style>
span { border-color: #733AEA; }
span { border-color: rgb(115,58,234); }
td.TdClassName
{
border-color: #733AEA;
}
.TagClassName
{
border-color: #733AEA;
}
</style>