Shades of Blue Violet #733BEE
Tints of Blue Violet #733BEE
RGB
CMYK
RGB Variations
Color information
#733BEE (or 0x733BEE) is known color: Blue Violet. HEX triplet: 73, 3B and EE. RGB value is (115,59,238). Sum of RGB (Red+Green+Blue) = 115+59+238=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #733BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #733BEE is #8CC411. Grayscale: #5F5F5F. Windows color (decimal): -9225234 or 15612787. OLE color: 15612787.
HSL color Cylindrical-coordinate representation of color #733BEE: hue angle of 258.77º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #733BEE is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 59 | 238 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.07 |
| HSL | 258.77º | 0.84% | 0.58% | - |
| HSV(B) | 258.77º | 0.75% | 0.93% | - |
| XYZ | 24.07 | 12.95 | 82.12 | - |
| YUV | 96.15 | 208.05 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 238 | 0.52 | 0.75 | 0 | 0.07 | 258.77 | 0.84 | 0.58 |
| Hex | 73 | 3B | EE | 34 | 4B | 0 | 7 | 103 | 54 | 3A |
| Octal | 163 | 73 | 356 | 64 | 113 | 0 | 7 | 403 | 124 | 72 |
| Binary | 1110011 | 111011 | 11101110 | 110100 | 1001011 | 0 | 111 | 100000011 | 1010100 | 111010 |
Color Harmonies of #733BEE
Complementary color
Monochromatic Colors of #733BEE
Black with #733BEE
Text Example
Text Example
White with #733BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733BEE; }
p { color: rgb(115,59,238); }
H1.HeaderClassName
{
color: #733BEE;
}
.AnyTagClassName
{
color: #733BEE;
}
</style>
background-color css
<style>
a { background-color: #733BEE; }
a { background-color: rgb(115,59,238); }
div.DivClassName
{
background-color: #733BEE;
}
.BgClassName
{
background-color: #733BEE;
}
</style>
border-color css
<style>
span { border-color: #733BEE; }
span { border-color: rgb(115,59,238); }
td.TdClassName
{
border-color: #733BEE;
}
.TagClassName
{
border-color: #733BEE;
}
</style>