Shades of Blue Violet #733FFB
Tints of Blue Violet #733FFB
RGB
CMYK
RGB Variations
Color information
#733FFB (or 0x733FFB) is known color: Blue Violet. HEX triplet: 73, 3F and FB. RGB value is (115,63,251). Sum of RGB (Red+Green+Blue) = 115+63+251=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #733FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #733FFB is #8CC004. Grayscale: #636363. Windows color (decimal): -9224197 or 16465779. OLE color: 16465779.
HSL color Cylindrical-coordinate representation of color #733FFB: hue angle of 256.6º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #733FFB is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 63 | 251 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.02 |
| HSL | 256.6º | 0.96% | 0.62% | - |
| HSV(B) | 256.6º | 0.75% | 0.98% | - |
| XYZ | 26.26 | 14.16 | 92.62 | - |
| YUV | 99.98 | 213.23 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 251 | 0.54 | 0.75 | 0 | 0.02 | 256.6 | 0.96 | 0.62 |
| Hex | 73 | 3F | FB | 36 | 4B | 0 | 2 | 101 | 60 | 3E |
| Octal | 163 | 77 | 373 | 66 | 113 | 0 | 2 | 401 | 140 | 76 |
| Binary | 1110011 | 111111 | 11111011 | 110110 | 1001011 | 0 | 10 | 100000001 | 1100000 | 111110 |
Color Harmonies of #733FFB
Complementary color
Monochromatic Colors of #733FFB
Black with #733FFB
Text Example
Text Example
White with #733FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733FFB; }
p { color: rgb(115,63,251); }
H1.HeaderClassName
{
color: #733FFB;
}
.AnyTagClassName
{
color: #733FFB;
}
</style>
background-color css
<style>
a { background-color: #733FFB; }
a { background-color: rgb(115,63,251); }
div.DivClassName
{
background-color: #733FFB;
}
.BgClassName
{
background-color: #733FFB;
}
</style>
border-color css
<style>
span { border-color: #733FFB; }
span { border-color: rgb(115,63,251); }
td.TdClassName
{
border-color: #733FFB;
}
.TagClassName
{
border-color: #733FFB;
}
</style>