Shades of Blue Violet #733FDD
Tints of Blue Violet #733FDD
RGB
CMYK
RGB Variations
Color information
#733FDD (or 0x733FDD) is known color: Blue Violet. HEX triplet: 73, 3F and DD. RGB value is (115,63,221). Sum of RGB (Red+Green+Blue) = 115+63+221=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #733FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733FDD is #8CC022. Grayscale: #5F5F5F. Windows color (decimal): -9224227 or 14499699. OLE color: 14499699.
HSL color Cylindrical-coordinate representation of color #733FDD: hue angle of 259.75º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #733FDD is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 63 | 221 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.13 |
| HSL | 259.75º | 0.7% | 0.56% | - |
| HSV(B) | 259.75º | 0.71% | 0.87% | - |
| XYZ | 21.9 | 12.42 | 69.65 | - |
| YUV | 96.56 | 198.23 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 221 | 0.48 | 0.71 | 0 | 0.13 | 259.75 | 0.7 | 0.56 |
| Hex | 73 | 3F | DD | 30 | 47 | 0 | D | 104 | 46 | 38 |
| Octal | 163 | 77 | 335 | 60 | 107 | 0 | 15 | 404 | 106 | 70 |
| Binary | 1110011 | 111111 | 11011101 | 110000 | 1000111 | 0 | 1101 | 100000100 | 1000110 | 111000 |
Color Harmonies of #733FDD
Complementary color
Monochromatic Colors of #733FDD
Black with #733FDD
Text Example
Text Example
White with #733FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733FDD; }
p { color: rgb(115,63,221); }
H1.HeaderClassName
{
color: #733FDD;
}
.AnyTagClassName
{
color: #733FDD;
}
</style>
background-color css
<style>
a { background-color: #733FDD; }
a { background-color: rgb(115,63,221); }
div.DivClassName
{
background-color: #733FDD;
}
.BgClassName
{
background-color: #733FDD;
}
</style>
border-color css
<style>
span { border-color: #733FDD; }
span { border-color: rgb(115,63,221); }
td.TdClassName
{
border-color: #733FDD;
}
.TagClassName
{
border-color: #733FDD;
}
</style>