Shades of Blue Violet #733AEF
Tints of Blue Violet #733AEF
RGB
CMYK
RGB Variations
Color information
#733AEF (or 0x733AEF) is known color: Blue Violet. HEX triplet: 73, 3A and EF. RGB value is (115,58,239). Sum of RGB (Red+Green+Blue) = 115+58+239=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #733AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #733AEF is #8CC510. Grayscale: #5F5F5F. Windows color (decimal): -9225489 or 15678067. OLE color: 15678067.
HSL color Cylindrical-coordinate representation of color #733AEF: hue angle of 258.9º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #733AEF is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 58 | 239 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.06 |
| HSL | 258.9º | 0.85% | 0.58% | - |
| HSV(B) | 258.9º | 0.76% | 0.94% | - |
| XYZ | 24.16 | 12.9 | 82.88 | - |
| YUV | 95.68 | 208.88 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 239 | 0.52 | 0.76 | 0 | 0.06 | 258.9 | 0.85 | 0.58 |
| Hex | 73 | 3A | EF | 34 | 4C | 0 | 6 | 103 | 55 | 3A |
| Octal | 163 | 72 | 357 | 64 | 114 | 0 | 6 | 403 | 125 | 72 |
| Binary | 1110011 | 111010 | 11101111 | 110100 | 1001100 | 0 | 110 | 100000011 | 1010101 | 111010 |
Color Harmonies of #733AEF
Complementary color
Monochromatic Colors of #733AEF
Black with #733AEF
Text Example
Text Example
White with #733AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733AEF; }
p { color: rgb(115,58,239); }
H1.HeaderClassName
{
color: #733AEF;
}
.AnyTagClassName
{
color: #733AEF;
}
</style>
background-color css
<style>
a { background-color: #733AEF; }
a { background-color: rgb(115,58,239); }
div.DivClassName
{
background-color: #733AEF;
}
.BgClassName
{
background-color: #733AEF;
}
</style>
border-color css
<style>
span { border-color: #733AEF; }
span { border-color: rgb(115,58,239); }
td.TdClassName
{
border-color: #733AEF;
}
.TagClassName
{
border-color: #733AEF;
}
</style>