Shades of Blue Violet #793BD2
Tints of Blue Violet #793BD2
RGB
CMYK
RGB Variations
Color information
#793BD2 (or 0x793BD2) is known color: Blue Violet. HEX triplet: 79, 3B and D2. RGB value is (121,59,210). Sum of RGB (Red+Green+Blue) = 121+59+210=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 210 (82.42% from 255 or 53.85% from 390); Max value from RGB is 210 - color contains mainly: blue. Hex color #793BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793BD2 is #86C42D. Grayscale: #5E5E5E. Windows color (decimal): -8832046 or 13777785. OLE color: 13777785.
HSL color Cylindrical-coordinate representation of color #793BD2: hue angle of 264.64º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #793BD2 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 59 | 210 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.18 |
| HSL | 264.64º | 0.63% | 0.53% | - |
| HSV(B) | 264.64º | 0.72% | 0.82% | - |
| XYZ | 21.08 | 11.85 | 62.15 | - |
| YUV | 94.75 | 193.04 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 210 | 0.42 | 0.72 | 0 | 0.18 | 264.64 | 0.63 | 0.53 |
| Hex | 79 | 3B | D2 | 2A | 48 | 0 | 12 | 109 | 3F | 35 |
| Octal | 171 | 73 | 322 | 52 | 110 | 0 | 22 | 411 | 77 | 65 |
| Binary | 1111001 | 111011 | 11010010 | 101010 | 1001000 | 0 | 10010 | 100001001 | 111111 | 110101 |
Color Harmonies of #793BD2
Complementary color
Monochromatic Colors of #793BD2
Black with #793BD2
Text Example
Text Example
White with #793BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793BD2; }
p { color: rgb(121,59,210); }
H1.HeaderClassName
{
color: #793BD2;
}
.AnyTagClassName
{
color: #793BD2;
}
</style>
background-color css
<style>
a { background-color: #793BD2; }
a { background-color: rgb(121,59,210); }
div.DivClassName
{
background-color: #793BD2;
}
.BgClassName
{
background-color: #793BD2;
}
</style>
border-color css
<style>
span { border-color: #793BD2; }
span { border-color: rgb(121,59,210); }
td.TdClassName
{
border-color: #793BD2;
}
.TagClassName
{
border-color: #793BD2;
}
</style>