Shades of Blue Violet #791FFC
Tints of Blue Violet #791FFC
RGB
CMYK
RGB Variations
Color information
#791FFC (or 0x791FFC) is known color: Blue Violet. HEX triplet: 79, 1F and FC. RGB value is (121,31,252). Sum of RGB (Red+Green+Blue) = 121+31+252=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #791FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791FFC is #86E003. Grayscale: #525252. Windows color (decimal): -8839172 or 16523129. OLE color: 16523129.
HSL color Cylindrical-coordinate representation of color #791FFC: hue angle of 264.43º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791FFC is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 31 | 252 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.01 |
| HSL | 264.43º | 0.97% | 0.55% | - |
| HSV(B) | 264.43º | 0.88% | 0.99% | - |
| XYZ | 25.95 | 12.07 | 93.06 | - |
| YUV | 83.1 | 223.32 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 31 | 252 | 0.52 | 0.88 | 0 | 0.01 | 264.43 | 0.97 | 0.55 |
| Hex | 79 | 1F | FC | 34 | 58 | 0 | 1 | 108 | 61 | 37 |
| Octal | 171 | 37 | 374 | 64 | 130 | 0 | 1 | 410 | 141 | 67 |
| Binary | 1111001 | 11111 | 11111100 | 110100 | 1011000 | 0 | 1 | 100001000 | 1100001 | 110111 |
Color Harmonies of #791FFC
Complementary color
Monochromatic Colors of #791FFC
Black with #791FFC
Text Example
Text Example
White with #791FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791FFC; }
p { color: rgb(121,31,252); }
H1.HeaderClassName
{
color: #791FFC;
}
.AnyTagClassName
{
color: #791FFC;
}
</style>
background-color css
<style>
a { background-color: #791FFC; }
a { background-color: rgb(121,31,252); }
div.DivClassName
{
background-color: #791FFC;
}
.BgClassName
{
background-color: #791FFC;
}
</style>
border-color css
<style>
span { border-color: #791FFC; }
span { border-color: rgb(121,31,252); }
td.TdClassName
{
border-color: #791FFC;
}
.TagClassName
{
border-color: #791FFC;
}
</style>