Shades of Blue Violet #733DDD
Tints of Blue Violet #733DDD
RGB
CMYK
RGB Variations
Color information
#733DDD (or 0x733DDD) is known color: Blue Violet. HEX triplet: 73, 3D and DD. RGB value is (115,61,221). Sum of RGB (Red+Green+Blue) = 115+61+221=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #733DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733DDD is #8CC222. Grayscale: #5E5E5E. Windows color (decimal): -9224739 or 14499187. OLE color: 14499187.
HSL color Cylindrical-coordinate representation of color #733DDD: hue angle of 260.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #733DDD is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 61 | 221 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.13 |
| HSL | 260.25º | 0.7% | 0.55% | - |
| HSV(B) | 260.25º | 0.72% | 0.87% | - |
| XYZ | 21.79 | 12.2 | 69.61 | - |
| YUV | 95.39 | 198.89 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 221 | 0.48 | 0.72 | 0 | 0.13 | 260.25 | 0.7 | 0.55 |
| Hex | 73 | 3D | DD | 30 | 48 | 0 | D | 104 | 46 | 37 |
| Octal | 163 | 75 | 335 | 60 | 110 | 0 | 15 | 404 | 106 | 67 |
| Binary | 1110011 | 111101 | 11011101 | 110000 | 1001000 | 0 | 1101 | 100000100 | 1000110 | 110111 |
Color Harmonies of #733DDD
Complementary color
Monochromatic Colors of #733DDD
Black with #733DDD
Text Example
Text Example
White with #733DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733DDD; }
p { color: rgb(115,61,221); }
H1.HeaderClassName
{
color: #733DDD;
}
.AnyTagClassName
{
color: #733DDD;
}
</style>
background-color css
<style>
a { background-color: #733DDD; }
a { background-color: rgb(115,61,221); }
div.DivClassName
{
background-color: #733DDD;
}
.BgClassName
{
background-color: #733DDD;
}
</style>
border-color css
<style>
span { border-color: #733DDD; }
span { border-color: rgb(115,61,221); }
td.TdClassName
{
border-color: #733DDD;
}
.TagClassName
{
border-color: #733DDD;
}
</style>