Shades of Blue Violet #792FDD
Tints of Blue Violet #792FDD
RGB
CMYK
RGB Variations
Color information
#792FDD (or 0x792FDD) is known color: Blue Violet. HEX triplet: 79, 2F and DD. RGB value is (121,47,221). Sum of RGB (Red+Green+Blue) = 121+47+221=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #792FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792FDD is #86D022. Grayscale: #585858. Windows color (decimal): -8835107 or 14495609. OLE color: 14495609.
HSL color Cylindrical-coordinate representation of color #792FDD: hue angle of 265.52º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #792FDD is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 47 | 221 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.13 |
| HSL | 265.52º | 0.72% | 0.53% | - |
| HSV(B) | 265.52º | 0.79% | 0.87% | - |
| XYZ | 21.95 | 11.32 | 69.43 | - |
| YUV | 88.96 | 202.52 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 221 | 0.45 | 0.79 | 0 | 0.13 | 265.52 | 0.72 | 0.53 |
| Hex | 79 | 2F | DD | 2D | 4F | 0 | D | 10A | 48 | 35 |
| Octal | 171 | 57 | 335 | 55 | 117 | 0 | 15 | 412 | 110 | 65 |
| Binary | 1111001 | 101111 | 11011101 | 101101 | 1001111 | 0 | 1101 | 100001010 | 1001000 | 110101 |
Color Harmonies of #792FDD
Complementary color
Monochromatic Colors of #792FDD
Black with #792FDD
Text Example
Text Example
White with #792FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792FDD; }
p { color: rgb(121,47,221); }
H1.HeaderClassName
{
color: #792FDD;
}
.AnyTagClassName
{
color: #792FDD;
}
</style>
background-color css
<style>
a { background-color: #792FDD; }
a { background-color: rgb(121,47,221); }
div.DivClassName
{
background-color: #792FDD;
}
.BgClassName
{
background-color: #792FDD;
}
</style>
border-color css
<style>
span { border-color: #792FDD; }
span { border-color: rgb(121,47,221); }
td.TdClassName
{
border-color: #792FDD;
}
.TagClassName
{
border-color: #792FDD;
}
</style>