Shades of Blue Violet #793AD2
Tints of Blue Violet #793AD2
RGB
CMYK
RGB Variations
Color information
#793AD2 (or 0x793AD2) is known color: Blue Violet. HEX triplet: 79, 3A and D2. RGB value is (121,58,210). Sum of RGB (Red+Green+Blue) = 121+58+210=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 210 (82.42% from 255 or 53.98% from 389); Max value from RGB is 210 - color contains mainly: blue. Hex color #793AD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793AD2 is #86C52D. Grayscale: #5D5D5D. Windows color (decimal): -8832302 or 13777529. OLE color: 13777529.
HSL color Cylindrical-coordinate representation of color #793AD2: hue angle of 264.87º 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 #793AD2 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 58 | 210 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.18 |
| HSL | 264.87º | 0.63% | 0.53% | - |
| HSV(B) | 264.87º | 0.72% | 0.82% | - |
| XYZ | 21.03 | 11.74 | 62.13 | - |
| YUV | 94.17 | 193.37 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 210 | 0.42 | 0.72 | 0 | 0.18 | 264.87 | 0.63 | 0.53 |
| Hex | 79 | 3A | D2 | 2A | 48 | 0 | 12 | 109 | 3F | 35 |
| Octal | 171 | 72 | 322 | 52 | 110 | 0 | 22 | 411 | 77 | 65 |
| Binary | 1111001 | 111010 | 11010010 | 101010 | 1001000 | 0 | 10010 | 100001001 | 111111 | 110101 |
Color Harmonies of #793AD2
Complementary color
Monochromatic Colors of #793AD2
Black with #793AD2
Text Example
Text Example
White with #793AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793AD2; }
p { color: rgb(121,58,210); }
H1.HeaderClassName
{
color: #793AD2;
}
.AnyTagClassName
{
color: #793AD2;
}
</style>
background-color css
<style>
a { background-color: #793AD2; }
a { background-color: rgb(121,58,210); }
div.DivClassName
{
background-color: #793AD2;
}
.BgClassName
{
background-color: #793AD2;
}
</style>
border-color css
<style>
span { border-color: #793AD2; }
span { border-color: rgb(121,58,210); }
td.TdClassName
{
border-color: #793AD2;
}
.TagClassName
{
border-color: #793AD2;
}
</style>