Shades of Blue Violet #792AFD
Tints of Blue Violet #792AFD
RGB
CMYK
RGB Variations
Color information
#792AFD (or 0x792AFD) is known color: Blue Violet. HEX triplet: 79, 2A and FD. RGB value is (121,42,253). Sum of RGB (Red+Green+Blue) = 121+42+253=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #792AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792AFD is #86D502. Grayscale: #585858. Windows color (decimal): -8836355 or 16591481. OLE color: 16591481.
HSL color Cylindrical-coordinate representation of color #792AFD: hue angle of 262.46º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #792AFD is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 42 | 253 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.01 |
| HSL | 262.46º | 0.98% | 0.58% | - |
| HSV(B) | 262.46º | 0.83% | 0.99% | - |
| XYZ | 26.44 | 12.81 | 94.01 | - |
| YUV | 89.68 | 220.17 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 253 | 0.52 | 0.83 | 0 | 0.01 | 262.46 | 0.98 | 0.58 |
| Hex | 79 | 2A | FD | 34 | 53 | 0 | 1 | 106 | 62 | 3A |
| Octal | 171 | 52 | 375 | 64 | 123 | 0 | 1 | 406 | 142 | 72 |
| Binary | 1111001 | 101010 | 11111101 | 110100 | 1010011 | 0 | 1 | 100000110 | 1100010 | 111010 |
Color Harmonies of #792AFD
Complementary color
Monochromatic Colors of #792AFD
Black with #792AFD
Text Example
Text Example
White with #792AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792AFD; }
p { color: rgb(121,42,253); }
H1.HeaderClassName
{
color: #792AFD;
}
.AnyTagClassName
{
color: #792AFD;
}
</style>
background-color css
<style>
a { background-color: #792AFD; }
a { background-color: rgb(121,42,253); }
div.DivClassName
{
background-color: #792AFD;
}
.BgClassName
{
background-color: #792AFD;
}
</style>
border-color css
<style>
span { border-color: #792AFD; }
span { border-color: rgb(121,42,253); }
td.TdClassName
{
border-color: #792AFD;
}
.TagClassName
{
border-color: #792AFD;
}
</style>