Shades of Blue Violet #793AFF
Tints of Blue Violet #793AFF
RGB
CMYK
RGB Variations
Color information
#793AFF (or 0x793AFF) is known color: Blue Violet. HEX triplet: 79, 3A and FF. RGB value is (121,58,255). Sum of RGB (Red+Green+Blue) = 121+58+255=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #793AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793AFF is #86C500. Grayscale: #626262. Windows color (decimal): -8832257 or 16726649. OLE color: 16726649.
HSL color Cylindrical-coordinate representation of color #793AFF: hue angle of 259.19º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #793AFF is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 58 | 255 | - |
| CMYK | 0.53 | 0.77 | 0 | 0 |
| HSL | 259.19º | 1% | 0.61% | - |
| HSV(B) | 259.19º | 0.77% | 1% | - |
| XYZ | 27.45 | 14.31 | 95.92 | - |
| YUV | 99.3 | 215.87 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 255 | 0.53 | 0.77 | 0 | 0 | 259.19 | 1 | 0.61 |
| Hex | 79 | 3A | FF | 35 | 4D | 0 | 0 | 103 | 64 | 3D |
| Octal | 171 | 72 | 377 | 65 | 115 | 0 | 0 | 403 | 144 | 75 |
| Binary | 1111001 | 111010 | 11111111 | 110101 | 1001101 | 0 | 0 | 100000011 | 1100100 | 111101 |
Color Harmonies of #793AFF
Complementary color
Monochromatic Colors of #793AFF
Black with #793AFF
Text Example
Text Example
White with #793AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793AFF; }
p { color: rgb(121,58,255); }
H1.HeaderClassName
{
color: #793AFF;
}
.AnyTagClassName
{
color: #793AFF;
}
</style>
background-color css
<style>
a { background-color: #793AFF; }
a { background-color: rgb(121,58,255); }
div.DivClassName
{
background-color: #793AFF;
}
.BgClassName
{
background-color: #793AFF;
}
</style>
border-color css
<style>
span { border-color: #793AFF; }
span { border-color: rgb(121,58,255); }
td.TdClassName
{
border-color: #793AFF;
}
.TagClassName
{
border-color: #793AFF;
}
</style>