Shades of Blue Violet #733FF8
Tints of Blue Violet #733FF8
RGB
CMYK
RGB Variations
Color information
#733FF8 (or 0x733FF8) is known color: Blue Violet. HEX triplet: 73, 3F and F8. RGB value is (115,63,248). Sum of RGB (Red+Green+Blue) = 115+63+248=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 248 (97.27% from 255 or 58.22% from 426); Max value from RGB is 248 - color contains mainly: blue. Hex color #733FF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #733FF8 is #8CC007. Grayscale: #626262. Windows color (decimal): -9224200 or 16269171. OLE color: 16269171.
HSL color Cylindrical-coordinate representation of color #733FF8: hue angle of 256.86º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #733FF8 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 63 | 248 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.03 |
| HSL | 256.86º | 0.93% | 0.61% | - |
| HSV(B) | 256.86º | 0.75% | 0.97% | - |
| XYZ | 25.79 | 13.98 | 90.15 | - |
| YUV | 99.64 | 211.73 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 248 | 0.54 | 0.75 | 0 | 0.03 | 256.86 | 0.93 | 0.61 |
| Hex | 73 | 3F | F8 | 36 | 4B | 0 | 3 | 101 | 5D | 3D |
| Octal | 163 | 77 | 370 | 66 | 113 | 0 | 3 | 401 | 135 | 75 |
| Binary | 1110011 | 111111 | 11111000 | 110110 | 1001011 | 0 | 11 | 100000001 | 1011101 | 111101 |
Color Harmonies of #733FF8
Complementary color
Monochromatic Colors of #733FF8
Black with #733FF8
Text Example
Text Example
White with #733FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733FF8; }
p { color: rgb(115,63,248); }
H1.HeaderClassName
{
color: #733FF8;
}
.AnyTagClassName
{
color: #733FF8;
}
</style>
background-color css
<style>
a { background-color: #733FF8; }
a { background-color: rgb(115,63,248); }
div.DivClassName
{
background-color: #733FF8;
}
.BgClassName
{
background-color: #733FF8;
}
</style>
border-color css
<style>
span { border-color: #733FF8; }
span { border-color: rgb(115,63,248); }
td.TdClassName
{
border-color: #733FF8;
}
.TagClassName
{
border-color: #733FF8;
}
</style>