Shades of Blue Violet #733FDF
Tints of Blue Violet #733FDF
RGB
CMYK
RGB Variations
Color information
#733FDF (or 0x733FDF) is known color: Blue Violet. HEX triplet: 73, 3F and DF. RGB value is (115,63,223). Sum of RGB (Red+Green+Blue) = 115+63+223=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #733FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733FDF is #8CC020. Grayscale: #606060. Windows color (decimal): -9224225 or 14630771. OLE color: 14630771.
HSL color Cylindrical-coordinate representation of color #733FDF: hue angle of 259.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #733FDF is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 63 | 223 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.13 |
| HSL | 259.5º | 0.71% | 0.56% | - |
| HSV(B) | 259.5º | 0.72% | 0.87% | - |
| XYZ | 22.17 | 12.53 | 71.06 | - |
| YUV | 96.79 | 199.23 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 223 | 0.48 | 0.72 | 0 | 0.13 | 259.5 | 0.71 | 0.56 |
| Hex | 73 | 3F | DF | 30 | 48 | 0 | D | 104 | 47 | 38 |
| Octal | 163 | 77 | 337 | 60 | 110 | 0 | 15 | 404 | 107 | 70 |
| Binary | 1110011 | 111111 | 11011111 | 110000 | 1001000 | 0 | 1101 | 100000100 | 1000111 | 111000 |
Color Harmonies of #733FDF
Complementary color
Monochromatic Colors of #733FDF
Black with #733FDF
Text Example
Text Example
White with #733FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733FDF; }
p { color: rgb(115,63,223); }
H1.HeaderClassName
{
color: #733FDF;
}
.AnyTagClassName
{
color: #733FDF;
}
</style>
background-color css
<style>
a { background-color: #733FDF; }
a { background-color: rgb(115,63,223); }
div.DivClassName
{
background-color: #733FDF;
}
.BgClassName
{
background-color: #733FDF;
}
</style>
border-color css
<style>
span { border-color: #733FDF; }
span { border-color: rgb(115,63,223); }
td.TdClassName
{
border-color: #733FDF;
}
.TagClassName
{
border-color: #733FDF;
}
</style>