Shades of Blue Violet #793DF8
Tints of Blue Violet #793DF8
RGB
CMYK
RGB Variations
Color information
#793DF8 (or 0x793DF8) is known color: Blue Violet. HEX triplet: 79, 3D and F8. RGB value is (121,61,248). Sum of RGB (Red+Green+Blue) = 121+61+248=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 248 (97.27% from 255 or 57.67% from 430); Max value from RGB is 248 - color contains mainly: blue. Hex color #793DF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793DF8 is #86C207. Grayscale: #636363. Windows color (decimal): -8831496 or 16268665. OLE color: 16268665.
HSL color Cylindrical-coordinate representation of color #793DF8: hue angle of 259.25º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #793DF8 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 121 | 61 | 248 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.03 |
| HSL | 259.25º | 0.93% | 0.61% | - |
| HSV(B) | 259.25º | 0.75% | 0.97% | - |
| XYZ | 26.5 | 14.18 | 90.15 | - |
| YUV | 100.26 | 211.38 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 248 | 0.51 | 0.75 | 0 | 0.03 | 259.25 | 0.93 | 0.61 |
| Hex | 79 | 3D | F8 | 33 | 4B | 0 | 3 | 103 | 5D | 3D |
| Octal | 171 | 75 | 370 | 63 | 113 | 0 | 3 | 403 | 135 | 75 |
| Binary | 1111001 | 111101 | 11111000 | 110011 | 1001011 | 0 | 11 | 100000011 | 1011101 | 111101 |
Color Harmonies of #793DF8
Complementary color
Monochromatic Colors of #793DF8
Black with #793DF8
Text Example
Text Example
White with #793DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793DF8; }
p { color: rgb(121,61,248); }
H1.HeaderClassName
{
color: #793DF8;
}
.AnyTagClassName
{
color: #793DF8;
}
</style>
background-color css
<style>
a { background-color: #793DF8; }
a { background-color: rgb(121,61,248); }
div.DivClassName
{
background-color: #793DF8;
}
.BgClassName
{
background-color: #793DF8;
}
</style>
border-color css
<style>
span { border-color: #793DF8; }
span { border-color: rgb(121,61,248); }
td.TdClassName
{
border-color: #793DF8;
}
.TagClassName
{
border-color: #793DF8;
}
</style>