Shades of Blue Violet #7913DE
Tints of Blue Violet #7913DE
RGB
CMYK
RGB Variations
Color information
#7913DE (or 0x7913DE) is known color: Blue Violet. HEX triplet: 79, 13 and DE. RGB value is (121,19,222). Sum of RGB (Red+Green+Blue) = 121+19+222=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #7913DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7913DE is #86EC21. Grayscale: #474747. Windows color (decimal): -8842274 or 14553977. OLE color: 14553977.
HSL color Cylindrical-coordinate representation of color #7913DE: hue angle of 270.15º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7913DE is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 19 | 222 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.13 |
| HSL | 270.15º | 0.84% | 0.47% | - |
| HSV(B) | 270.15º | 0.91% | 0.87% | - |
| XYZ | 21.3 | 9.8 | 69.88 | - |
| YUV | 72.64 | 212.29 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 19 | 222 | 0.45 | 0.91 | 0 | 0.13 | 270.15 | 0.84 | 0.47 |
| Hex | 79 | 13 | DE | 2D | 5B | 0 | D | 10E | 54 | 2F |
| Octal | 171 | 23 | 336 | 55 | 133 | 0 | 15 | 416 | 124 | 57 |
| Binary | 1111001 | 10011 | 11011110 | 101101 | 1011011 | 0 | 1101 | 100001110 | 1010100 | 101111 |
Color Harmonies of #7913DE
Complementary color
Monochromatic Colors of #7913DE
Black with #7913DE
Text Example
Text Example
White with #7913DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7913DE; }
p { color: rgb(121,19,222); }
H1.HeaderClassName
{
color: #7913DE;
}
.AnyTagClassName
{
color: #7913DE;
}
</style>
background-color css
<style>
a { background-color: #7913DE; }
a { background-color: rgb(121,19,222); }
div.DivClassName
{
background-color: #7913DE;
}
.BgClassName
{
background-color: #7913DE;
}
</style>
border-color css
<style>
span { border-color: #7913DE; }
span { border-color: rgb(121,19,222); }
td.TdClassName
{
border-color: #7913DE;
}
.TagClassName
{
border-color: #7913DE;
}
</style>