Shades of Blue Violet #793BFA
Tints of Blue Violet #793BFA
RGB
CMYK
RGB Variations
Color information
#793BFA (or 0x793BFA) is known color: Blue Violet. HEX triplet: 79, 3B and FA. RGB value is (121,59,250). Sum of RGB (Red+Green+Blue) = 121+59+250=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #793BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793BFA is #86C405. Grayscale: #626262. Windows color (decimal): -8832006 or 16399225. OLE color: 16399225.
HSL color Cylindrical-coordinate representation of color #793BFA: hue angle of 259.48º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #793BFA is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 59 | 250 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.02 |
| HSL | 259.48º | 0.95% | 0.61% | - |
| HSV(B) | 259.48º | 0.76% | 0.98% | - |
| XYZ | 26.7 | 14.1 | 91.76 | - |
| YUV | 99.31 | 213.04 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 250 | 0.52 | 0.76 | 0 | 0.02 | 259.48 | 0.95 | 0.61 |
| Hex | 79 | 3B | FA | 34 | 4C | 0 | 2 | 103 | 5F | 3D |
| Octal | 171 | 73 | 372 | 64 | 114 | 0 | 2 | 403 | 137 | 75 |
| Binary | 1111001 | 111011 | 11111010 | 110100 | 1001100 | 0 | 10 | 100000011 | 1011111 | 111101 |
Color Harmonies of #793BFA
Complementary color
Monochromatic Colors of #793BFA
Black with #793BFA
Text Example
Text Example
White with #793BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793BFA; }
p { color: rgb(121,59,250); }
H1.HeaderClassName
{
color: #793BFA;
}
.AnyTagClassName
{
color: #793BFA;
}
</style>
background-color css
<style>
a { background-color: #793BFA; }
a { background-color: rgb(121,59,250); }
div.DivClassName
{
background-color: #793BFA;
}
.BgClassName
{
background-color: #793BFA;
}
</style>
border-color css
<style>
span { border-color: #793BFA; }
span { border-color: rgb(121,59,250); }
td.TdClassName
{
border-color: #793BFA;
}
.TagClassName
{
border-color: #793BFA;
}
</style>