Shades of Blue Violet #792FD2
Tints of Blue Violet #792FD2
RGB
CMYK
RGB Variations
Color information
#792FD2 (or 0x792FD2) is known color: Blue Violet. HEX triplet: 79, 2F and D2. RGB value is (121,47,210). Sum of RGB (Red+Green+Blue) = 121+47+210=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 210 (82.42% from 255 or 55.56% from 378); Max value from RGB is 210 - color contains mainly: blue. Hex color #792FD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792FD2 is #86D02D. Grayscale: #575757. Windows color (decimal): -8835118 or 13774713. OLE color: 13774713.
HSL color Cylindrical-coordinate representation of color #792FD2: hue angle of 267.24º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #792FD2 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 47 | 210 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.18 |
| HSL | 267.24º | 0.64% | 0.5% | - |
| HSV(B) | 267.24º | 0.78% | 0.82% | - |
| XYZ | 20.53 | 10.75 | 61.97 | - |
| YUV | 87.71 | 197.02 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 210 | 0.42 | 0.78 | 0 | 0.18 | 267.24 | 0.64 | 0.5 |
| Hex | 79 | 2F | D2 | 2A | 4E | 0 | 12 | 10B | 40 | 32 |
| Octal | 171 | 57 | 322 | 52 | 116 | 0 | 22 | 413 | 100 | 62 |
| Binary | 1111001 | 101111 | 11010010 | 101010 | 1001110 | 0 | 10010 | 100001011 | 1000000 | 110010 |
Color Harmonies of #792FD2
Complementary color
Monochromatic Colors of #792FD2
Black with #792FD2
Text Example
Text Example
White with #792FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792FD2; }
p { color: rgb(121,47,210); }
H1.HeaderClassName
{
color: #792FD2;
}
.AnyTagClassName
{
color: #792FD2;
}
</style>
background-color css
<style>
a { background-color: #792FD2; }
a { background-color: rgb(121,47,210); }
div.DivClassName
{
background-color: #792FD2;
}
.BgClassName
{
background-color: #792FD2;
}
</style>
border-color css
<style>
span { border-color: #792FD2; }
span { border-color: rgb(121,47,210); }
td.TdClassName
{
border-color: #792FD2;
}
.TagClassName
{
border-color: #792FD2;
}
</style>