Shades of Blue Violet #7915D7
Tints of Blue Violet #7915D7
RGB
CMYK
RGB Variations
Color information
#7915D7 (or 0x7915D7) is known color: Blue Violet. HEX triplet: 79, 15 and D7. RGB value is (121,21,215). Sum of RGB (Red+Green+Blue) = 121+21+215=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 215 (84.38% from 255 or 60.22% from 357); Max value from RGB is 215 - color contains mainly: blue. Hex color #7915D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7915D7 is #86EA28. Grayscale: #484848. Windows color (decimal): -8841769 or 14095737. OLE color: 14095737.
HSL color Cylindrical-coordinate representation of color #7915D7: hue angle of 270.93º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7915D7 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 21 | 215 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.16 |
| HSL | 270.93º | 0.82% | 0.46% | - |
| HSV(B) | 270.93º | 0.9% | 0.84% | - |
| XYZ | 20.42 | 9.51 | 65.05 | - |
| YUV | 73.02 | 208.13 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 21 | 215 | 0.44 | 0.90 | 0 | 0.16 | 270.93 | 0.82 | 0.46 |
| Hex | 79 | 15 | D7 | 2C | 5A | 0 | 10 | 10F | 52 | 2E |
| Octal | 171 | 25 | 327 | 54 | 132 | 0 | 20 | 417 | 122 | 56 |
| Binary | 1111001 | 10101 | 11010111 | 101100 | 1011010 | 0 | 10000 | 100001111 | 1010010 | 101110 |
Color Harmonies of #7915D7
Complementary color
Monochromatic Colors of #7915D7
Black with #7915D7
Text Example
Text Example
White with #7915D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7915D7; }
p { color: rgb(121,21,215); }
H1.HeaderClassName
{
color: #7915D7;
}
.AnyTagClassName
{
color: #7915D7;
}
</style>
background-color css
<style>
a { background-color: #7915D7; }
a { background-color: rgb(121,21,215); }
div.DivClassName
{
background-color: #7915D7;
}
.BgClassName
{
background-color: #7915D7;
}
</style>
border-color css
<style>
span { border-color: #7915D7; }
span { border-color: rgb(121,21,215); }
td.TdClassName
{
border-color: #7915D7;
}
.TagClassName
{
border-color: #7915D7;
}
</style>