Shades of Blue Violet #792BD1
Tints of Blue Violet #792BD1
RGB
CMYK
RGB Variations
Color information
#792BD1 (or 0x792BD1) is known color: Blue Violet. HEX triplet: 79, 2B and D1. RGB value is (121,43,209). Sum of RGB (Red+Green+Blue) = 121+43+209=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 209 (82.03% from 255 or 56.03% from 373); Max value from RGB is 209 - color contains mainly: blue. Hex color #792BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792BD1 is #86D42E. Grayscale: #545454. Windows color (decimal): -8836143 or 13708153. OLE color: 13708153.
HSL color Cylindrical-coordinate representation of color #792BD1: hue angle of 268.19º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #792BD1 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 43 | 209 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.18 |
| HSL | 268.19º | 0.66% | 0.49% | - |
| HSV(B) | 268.19º | 0.79% | 0.82% | - |
| XYZ | 20.26 | 10.4 | 61.26 | - |
| YUV | 85.25 | 197.84 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 209 | 0.42 | 0.79 | 0 | 0.18 | 268.19 | 0.66 | 0.49 |
| Hex | 79 | 2B | D1 | 2A | 4F | 0 | 12 | 10C | 42 | 31 |
| Octal | 171 | 53 | 321 | 52 | 117 | 0 | 22 | 414 | 102 | 61 |
| Binary | 1111001 | 101011 | 11010001 | 101010 | 1001111 | 0 | 10010 | 100001100 | 1000010 | 110001 |
Color Harmonies of #792BD1
Complementary color
Monochromatic Colors of #792BD1
Black with #792BD1
Text Example
Text Example
White with #792BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792BD1; }
p { color: rgb(121,43,209); }
H1.HeaderClassName
{
color: #792BD1;
}
.AnyTagClassName
{
color: #792BD1;
}
</style>
background-color css
<style>
a { background-color: #792BD1; }
a { background-color: rgb(121,43,209); }
div.DivClassName
{
background-color: #792BD1;
}
.BgClassName
{
background-color: #792BD1;
}
</style>
border-color css
<style>
span { border-color: #792BD1; }
span { border-color: rgb(121,43,209); }
td.TdClassName
{
border-color: #792BD1;
}
.TagClassName
{
border-color: #792BD1;
}
</style>