Shades of Blue Violet #7918D1
Tints of Blue Violet #7918D1
RGB
CMYK
RGB Variations
Color information
#7918D1 (or 0x7918D1) is known color: Blue Violet. HEX triplet: 79, 18 and D1. RGB value is (121,24,209). Sum of RGB (Red+Green+Blue) = 121+24+209=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #7918D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7918D1 is #86E72E. Grayscale: #494949. Windows color (decimal): -8841007 or 13703289. OLE color: 13703289.
HSL color Cylindrical-coordinate representation of color #7918D1: hue angle of 271.46º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7918D1 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 24 | 209 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.18 |
| HSL | 271.46º | 0.79% | 0.46% | - |
| HSV(B) | 271.46º | 0.89% | 0.82% | - |
| XYZ | 19.72 | 9.32 | 61.08 | - |
| YUV | 74.09 | 204.14 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 24 | 209 | 0.42 | 0.89 | 0 | 0.18 | 271.46 | 0.79 | 0.46 |
| Hex | 79 | 18 | D1 | 2A | 59 | 0 | 12 | 10F | 4F | 2E |
| Octal | 171 | 30 | 321 | 52 | 131 | 0 | 22 | 417 | 117 | 56 |
| Binary | 1111001 | 11000 | 11010001 | 101010 | 1011001 | 0 | 10010 | 100001111 | 1001111 | 101110 |
Color Harmonies of #7918D1
Complementary color
Monochromatic Colors of #7918D1
Black with #7918D1
Text Example
Text Example
White with #7918D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7918D1; }
p { color: rgb(121,24,209); }
H1.HeaderClassName
{
color: #7918D1;
}
.AnyTagClassName
{
color: #7918D1;
}
</style>
background-color css
<style>
a { background-color: #7918D1; }
a { background-color: rgb(121,24,209); }
div.DivClassName
{
background-color: #7918D1;
}
.BgClassName
{
background-color: #7918D1;
}
</style>
border-color css
<style>
span { border-color: #7918D1; }
span { border-color: rgb(121,24,209); }
td.TdClassName
{
border-color: #7918D1;
}
.TagClassName
{
border-color: #7918D1;
}
</style>