Shades of Blue Violet #7915D2
Tints of Blue Violet #7915D2
RGB
CMYK
RGB Variations
Color information
#7915D2 (or 0x7915D2) is known color: Blue Violet. HEX triplet: 79, 15 and D2. RGB value is (121,21,210). Sum of RGB (Red+Green+Blue) = 121+21+210=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 210 (82.42% from 255 or 59.66% from 352); Max value from RGB is 210 - color contains mainly: blue. Hex color #7915D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7915D2 is #86EA2D. Grayscale: #474747. Windows color (decimal): -8841774 or 13768057. OLE color: 13768057.
HSL color Cylindrical-coordinate representation of color #7915D2: hue angle of 271.75º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7915D2 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 21 | 210 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.18 |
| HSL | 271.75º | 0.82% | 0.45% | - |
| HSV(B) | 271.75º | 0.9% | 0.82% | - |
| XYZ | 19.79 | 9.25 | 61.72 | - |
| YUV | 72.45 | 205.63 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 21 | 210 | 0.42 | 0.90 | 0 | 0.18 | 271.75 | 0.82 | 0.45 |
| Hex | 79 | 15 | D2 | 2A | 5A | 0 | 12 | 110 | 52 | 2D |
| Octal | 171 | 25 | 322 | 52 | 132 | 0 | 22 | 420 | 122 | 55 |
| Binary | 1111001 | 10101 | 11010010 | 101010 | 1011010 | 0 | 10010 | 100010000 | 1010010 | 101101 |
Color Harmonies of #7915D2
Complementary color
Monochromatic Colors of #7915D2
Black with #7915D2
Text Example
Text Example
White with #7915D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7915D2; }
p { color: rgb(121,21,210); }
H1.HeaderClassName
{
color: #7915D2;
}
.AnyTagClassName
{
color: #7915D2;
}
</style>
background-color css
<style>
a { background-color: #7915D2; }
a { background-color: rgb(121,21,210); }
div.DivClassName
{
background-color: #7915D2;
}
.BgClassName
{
background-color: #7915D2;
}
</style>
border-color css
<style>
span { border-color: #7915D2; }
span { border-color: rgb(121,21,210); }
td.TdClassName
{
border-color: #7915D2;
}
.TagClassName
{
border-color: #7915D2;
}
</style>