Shades of Blue Violet #733FE7
Tints of Blue Violet #733FE7
RGB
CMYK
RGB Variations
Color information
#733FE7 (or 0x733FE7) is known color: Blue Violet. HEX triplet: 73, 3F and E7. RGB value is (115,63,231). Sum of RGB (Red+Green+Blue) = 115+63+231=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #733FE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #733FE7 is #8CC018. Grayscale: #616161. Windows color (decimal): -9224217 or 15155059. OLE color: 15155059.
HSL color Cylindrical-coordinate representation of color #733FE7: hue angle of 258.57º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #733FE7 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 63 | 231 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.09 |
| HSL | 258.57º | 0.78% | 0.58% | - |
| HSV(B) | 258.57º | 0.73% | 0.91% | - |
| XYZ | 23.27 | 12.97 | 76.88 | - |
| YUV | 97.7 | 203.23 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 231 | 0.50 | 0.73 | 0 | 0.09 | 258.57 | 0.78 | 0.58 |
| Hex | 73 | 3F | E7 | 32 | 49 | 0 | 9 | 103 | 4E | 3A |
| Octal | 163 | 77 | 347 | 62 | 111 | 0 | 11 | 403 | 116 | 72 |
| Binary | 1110011 | 111111 | 11100111 | 110010 | 1001001 | 0 | 1001 | 100000011 | 1001110 | 111010 |
Color Harmonies of #733FE7
Complementary color
Monochromatic Colors of #733FE7
Black with #733FE7
Text Example
Text Example
White with #733FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733FE7; }
p { color: rgb(115,63,231); }
H1.HeaderClassName
{
color: #733FE7;
}
.AnyTagClassName
{
color: #733FE7;
}
</style>
background-color css
<style>
a { background-color: #733FE7; }
a { background-color: rgb(115,63,231); }
div.DivClassName
{
background-color: #733FE7;
}
.BgClassName
{
background-color: #733FE7;
}
</style>
border-color css
<style>
span { border-color: #733FE7; }
span { border-color: rgb(115,63,231); }
td.TdClassName
{
border-color: #733FE7;
}
.TagClassName
{
border-color: #733FE7;
}
</style>