Shades of Blue Violet #793AD5
Tints of Blue Violet #793AD5
RGB
CMYK
RGB Variations
Color information
#793AD5 (or 0x793AD5) is known color: Blue Violet. HEX triplet: 79, 3A and D5. RGB value is (121,58,213). Sum of RGB (Red+Green+Blue) = 121+58+213=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #793AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793AD5 is #86C52A. Grayscale: #5D5D5D. Windows color (decimal): -8832299 or 13974137. OLE color: 13974137.
HSL color Cylindrical-coordinate representation of color #793AD5: hue angle of 264.39º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #793AD5 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 58 | 213 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.16 |
| HSL | 264.39º | 0.65% | 0.53% | - |
| HSV(B) | 264.39º | 0.73% | 0.84% | - |
| XYZ | 21.41 | 11.9 | 64.12 | - |
| YUV | 94.51 | 194.87 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 213 | 0.43 | 0.73 | 0 | 0.16 | 264.39 | 0.65 | 0.53 |
| Hex | 79 | 3A | D5 | 2B | 49 | 0 | 10 | 108 | 41 | 35 |
| Octal | 171 | 72 | 325 | 53 | 111 | 0 | 20 | 410 | 101 | 65 |
| Binary | 1111001 | 111010 | 11010101 | 101011 | 1001001 | 0 | 10000 | 100001000 | 1000001 | 110101 |
Color Harmonies of #793AD5
Complementary color
Monochromatic Colors of #793AD5
Black with #793AD5
Text Example
Text Example
White with #793AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793AD5; }
p { color: rgb(121,58,213); }
H1.HeaderClassName
{
color: #793AD5;
}
.AnyTagClassName
{
color: #793AD5;
}
</style>
background-color css
<style>
a { background-color: #793AD5; }
a { background-color: rgb(121,58,213); }
div.DivClassName
{
background-color: #793AD5;
}
.BgClassName
{
background-color: #793AD5;
}
</style>
border-color css
<style>
span { border-color: #793AD5; }
span { border-color: rgb(121,58,213); }
td.TdClassName
{
border-color: #793AD5;
}
.TagClassName
{
border-color: #793AD5;
}
</style>