Shades of Blue Violet #733AF9
Tints of Blue Violet #733AF9
RGB
CMYK
RGB Variations
Color information
#733AF9 (or 0x733AF9) is known color: Blue Violet. HEX triplet: 73, 3A and F9. RGB value is (115,58,249). Sum of RGB (Red+Green+Blue) = 115+58+249=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 249 (97.66% from 255 or 59.00% from 422); Max value from RGB is 249 - color contains mainly: blue. Hex color #733AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #733AF9 is #8CC506. Grayscale: #606060. Windows color (decimal): -9225479 or 16333427. OLE color: 16333427.
HSL color Cylindrical-coordinate representation of color #733AF9: hue angle of 257.91º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #733AF9 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 58 | 249 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.02 |
| HSL | 257.91º | 0.94% | 0.6% | - |
| HSV(B) | 257.91º | 0.77% | 0.98% | - |
| XYZ | 25.68 | 13.51 | 90.88 | - |
| YUV | 96.82 | 213.88 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 249 | 0.54 | 0.77 | 0 | 0.02 | 257.91 | 0.94 | 0.6 |
| Hex | 73 | 3A | F9 | 36 | 4D | 0 | 2 | 102 | 5E | 3C |
| Octal | 163 | 72 | 371 | 66 | 115 | 0 | 2 | 402 | 136 | 74 |
| Binary | 1110011 | 111010 | 11111001 | 110110 | 1001101 | 0 | 10 | 100000010 | 1011110 | 111100 |
Color Harmonies of #733AF9
Complementary color
Monochromatic Colors of #733AF9
Black with #733AF9
Text Example
Text Example
White with #733AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733AF9; }
p { color: rgb(115,58,249); }
H1.HeaderClassName
{
color: #733AF9;
}
.AnyTagClassName
{
color: #733AF9;
}
</style>
background-color css
<style>
a { background-color: #733AF9; }
a { background-color: rgb(115,58,249); }
div.DivClassName
{
background-color: #733AF9;
}
.BgClassName
{
background-color: #733AF9;
}
</style>
border-color css
<style>
span { border-color: #733AF9; }
span { border-color: rgb(115,58,249); }
td.TdClassName
{
border-color: #733AF9;
}
.TagClassName
{
border-color: #733AF9;
}
</style>