Shades of Blue Violet #793AFE
Tints of Blue Violet #793AFE
RGB
CMYK
RGB Variations
Color information
#793AFE (or 0x793AFE) is known color: Blue Violet. HEX triplet: 79, 3A and FE. RGB value is (121,58,254). Sum of RGB (Red+Green+Blue) = 121+58+254=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #793AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793AFE is #86C501. Grayscale: #626262. Windows color (decimal): -8832258 or 16661113. OLE color: 16661113.
HSL color Cylindrical-coordinate representation of color #793AFE: hue angle of 259.29º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #793AFE is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 58 | 254 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.00 |
| HSL | 259.29º | 0.99% | 0.61% | - |
| HSV(B) | 259.29º | 0.77% | 1% | - |
| XYZ | 27.29 | 14.25 | 95.08 | - |
| YUV | 99.18 | 215.37 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 254 | 0.52 | 0.77 | 0 | 0.00 | 259.29 | 0.99 | 0.61 |
| Hex | 79 | 3A | FE | 34 | 4D | 0 | 0 | 103 | 63 | 3D |
| Octal | 171 | 72 | 376 | 64 | 115 | 0 | 0 | 403 | 143 | 75 |
| Binary | 1111001 | 111010 | 11111110 | 110100 | 1001101 | 0 | 0 | 100000011 | 1100011 | 111101 |
Color Harmonies of #793AFE
Complementary color
Monochromatic Colors of #793AFE
Black with #793AFE
Text Example
Text Example
White with #793AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793AFE; }
p { color: rgb(121,58,254); }
H1.HeaderClassName
{
color: #793AFE;
}
.AnyTagClassName
{
color: #793AFE;
}
</style>
background-color css
<style>
a { background-color: #793AFE; }
a { background-color: rgb(121,58,254); }
div.DivClassName
{
background-color: #793AFE;
}
.BgClassName
{
background-color: #793AFE;
}
</style>
border-color css
<style>
span { border-color: #793AFE; }
span { border-color: rgb(121,58,254); }
td.TdClassName
{
border-color: #793AFE;
}
.TagClassName
{
border-color: #793AFE;
}
</style>