Shades of Blue Violet #733AF7
Tints of Blue Violet #733AF7
RGB
CMYK
RGB Variations
Color information
#733AF7 (or 0x733AF7) is known color: Blue Violet. HEX triplet: 73, 3A and F7. RGB value is (115,58,247). Sum of RGB (Red+Green+Blue) = 115+58+247=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 247 (96.88% from 255 or 58.81% from 420); Max value from RGB is 247 - color contains mainly: blue. Hex color #733AF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #733AF7 is #8CC508. Grayscale: #5F5F5F. Windows color (decimal): -9225481 or 16202355. OLE color: 16202355.
HSL color Cylindrical-coordinate representation of color #733AF7: hue angle of 258.1º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #733AF7 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 58 | 247 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.03 |
| HSL | 258.1º | 0.92% | 0.6% | - |
| HSV(B) | 258.1º | 0.77% | 0.97% | - |
| XYZ | 25.37 | 13.39 | 89.24 | - |
| YUV | 96.59 | 212.88 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 247 | 0.53 | 0.77 | 0 | 0.03 | 258.1 | 0.92 | 0.6 |
| Hex | 73 | 3A | F7 | 35 | 4D | 0 | 3 | 102 | 5C | 3C |
| Octal | 163 | 72 | 367 | 65 | 115 | 0 | 3 | 402 | 134 | 74 |
| Binary | 1110011 | 111010 | 11110111 | 110101 | 1001101 | 0 | 11 | 100000010 | 1011100 | 111100 |
Color Harmonies of #733AF7
Complementary color
Monochromatic Colors of #733AF7
Black with #733AF7
Text Example
Text Example
White with #733AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733AF7; }
p { color: rgb(115,58,247); }
H1.HeaderClassName
{
color: #733AF7;
}
.AnyTagClassName
{
color: #733AF7;
}
</style>
background-color css
<style>
a { background-color: #733AF7; }
a { background-color: rgb(115,58,247); }
div.DivClassName
{
background-color: #733AF7;
}
.BgClassName
{
background-color: #733AF7;
}
</style>
border-color css
<style>
span { border-color: #733AF7; }
span { border-color: rgb(115,58,247); }
td.TdClassName
{
border-color: #733AF7;
}
.TagClassName
{
border-color: #733AF7;
}
</style>