Shades of Blue Violet #793FD3
Tints of Blue Violet #793FD3
RGB
CMYK
RGB Variations
Color information
#793FD3 (or 0x793FD3) is known color: Blue Violet. HEX triplet: 79, 3F and D3. RGB value is (121,63,211). Sum of RGB (Red+Green+Blue) = 121+63+211=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 211 (82.81% from 255 or 53.42% from 395); Max value from RGB is 211 - color contains mainly: blue. Hex color #793FD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793FD3 is #86C02C. Grayscale: #606060. Windows color (decimal): -8831021 or 13844345. OLE color: 13844345.
HSL color Cylindrical-coordinate representation of color #793FD3: hue angle of 263.51º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #793FD3 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 121 | 63 | 211 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.17 |
| HSL | 263.51º | 0.63% | 0.54% | - |
| HSV(B) | 263.51º | 0.7% | 0.83% | - |
| XYZ | 21.42 | 12.32 | 62.88 | - |
| YUV | 97.21 | 192.22 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 63 | 211 | 0.43 | 0.70 | 0 | 0.17 | 263.51 | 0.63 | 0.54 |
| Hex | 79 | 3F | D3 | 2B | 46 | 0 | 11 | 108 | 3F | 36 |
| Octal | 171 | 77 | 323 | 53 | 106 | 0 | 21 | 410 | 77 | 66 |
| Binary | 1111001 | 111111 | 11010011 | 101011 | 1000110 | 0 | 10001 | 100001000 | 111111 | 110110 |
Color Harmonies of #793FD3
Complementary color
Monochromatic Colors of #793FD3
Black with #793FD3
Text Example
Text Example
White with #793FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793FD3; }
p { color: rgb(121,63,211); }
H1.HeaderClassName
{
color: #793FD3;
}
.AnyTagClassName
{
color: #793FD3;
}
</style>
background-color css
<style>
a { background-color: #793FD3; }
a { background-color: rgb(121,63,211); }
div.DivClassName
{
background-color: #793FD3;
}
.BgClassName
{
background-color: #793FD3;
}
</style>
border-color css
<style>
span { border-color: #793FD3; }
span { border-color: rgb(121,63,211); }
td.TdClassName
{
border-color: #793FD3;
}
.TagClassName
{
border-color: #793FD3;
}
</style>