Shades of Blue Violet #793DF6
Tints of Blue Violet #793DF6
RGB
CMYK
RGB Variations
Color information
#793DF6 (or 0x793DF6) is known color: Blue Violet. HEX triplet: 79, 3D and F6. RGB value is (121,61,246). Sum of RGB (Red+Green+Blue) = 121+61+246=428 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.27% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 246 (96.48% from 255 or 57.48% from 428); Max value from RGB is 246 - color contains mainly: blue. Hex color #793DF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793DF6 is #86C209. Grayscale: #636363. Windows color (decimal): -8831498 or 16137593. OLE color: 16137593.
HSL color Cylindrical-coordinate representation of color #793DF6: hue angle of 259.46º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #793DF6 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 121 | 61 | 246 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.04 |
| HSL | 259.46º | 0.91% | 0.6% | - |
| HSV(B) | 259.46º | 0.75% | 0.96% | - |
| XYZ | 26.19 | 14.06 | 88.52 | - |
| YUV | 100.03 | 210.38 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 246 | 0.51 | 0.75 | 0 | 0.04 | 259.46 | 0.91 | 0.6 |
| Hex | 79 | 3D | F6 | 33 | 4B | 0 | 4 | 103 | 5B | 3C |
| Octal | 171 | 75 | 366 | 63 | 113 | 0 | 4 | 403 | 133 | 74 |
| Binary | 1111001 | 111101 | 11110110 | 110011 | 1001011 | 0 | 100 | 100000011 | 1011011 | 111100 |
Color Harmonies of #793DF6
Complementary color
Monochromatic Colors of #793DF6
Black with #793DF6
Text Example
Text Example
White with #793DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793DF6; }
p { color: rgb(121,61,246); }
H1.HeaderClassName
{
color: #793DF6;
}
.AnyTagClassName
{
color: #793DF6;
}
</style>
background-color css
<style>
a { background-color: #793DF6; }
a { background-color: rgb(121,61,246); }
div.DivClassName
{
background-color: #793DF6;
}
.BgClassName
{
background-color: #793DF6;
}
</style>
border-color css
<style>
span { border-color: #793DF6; }
span { border-color: rgb(121,61,246); }
td.TdClassName
{
border-color: #793DF6;
}
.TagClassName
{
border-color: #793DF6;
}
</style>