Shades of Blue Violet #733FF7
Tints of Blue Violet #733FF7
RGB
CMYK
RGB Variations
Color information
#733FF7 (or 0x733FF7) is known color: Blue Violet. HEX triplet: 73, 3F and F7. RGB value is (115,63,247). Sum of RGB (Red+Green+Blue) = 115+63+247=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 247 (96.88% from 255 or 58.12% from 425); Max value from RGB is 247 - color contains mainly: blue. Hex color #733FF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #733FF7 is #8CC008. Grayscale: #626262. Windows color (decimal): -9224201 or 16203635. OLE color: 16203635.
HSL color Cylindrical-coordinate representation of color #733FF7: hue angle of 256.96º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #733FF7 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 63 | 247 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.03 |
| HSL | 256.96º | 0.92% | 0.61% | - |
| HSV(B) | 256.96º | 0.74% | 0.97% | - |
| XYZ | 25.64 | 13.92 | 89.33 | - |
| YUV | 99.52 | 211.23 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 247 | 0.53 | 0.74 | 0 | 0.03 | 256.96 | 0.92 | 0.61 |
| Hex | 73 | 3F | F7 | 35 | 4A | 0 | 3 | 101 | 5C | 3D |
| Octal | 163 | 77 | 367 | 65 | 112 | 0 | 3 | 401 | 134 | 75 |
| Binary | 1110011 | 111111 | 11110111 | 110101 | 1001010 | 0 | 11 | 100000001 | 1011100 | 111101 |
Color Harmonies of #733FF7
Complementary color
Monochromatic Colors of #733FF7
Black with #733FF7
Text Example
Text Example
White with #733FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733FF7; }
p { color: rgb(115,63,247); }
H1.HeaderClassName
{
color: #733FF7;
}
.AnyTagClassName
{
color: #733FF7;
}
</style>
background-color css
<style>
a { background-color: #733FF7; }
a { background-color: rgb(115,63,247); }
div.DivClassName
{
background-color: #733FF7;
}
.BgClassName
{
background-color: #733FF7;
}
</style>
border-color css
<style>
span { border-color: #733FF7; }
span { border-color: rgb(115,63,247); }
td.TdClassName
{
border-color: #733FF7;
}
.TagClassName
{
border-color: #733FF7;
}
</style>