Shades of Blue Violet #7A1FDC
Tints of Blue Violet #7A1FDC
RGB
CMYK
RGB Variations
Color information
#7A1FDC (or 0x7A1FDC) is known color: Blue Violet. HEX triplet: 7A, 1F and DC. RGB value is (122,31,220). Sum of RGB (Red+Green+Blue) = 122+31+220=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A1FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1FDC is #85E023. Grayscale: #4F4F4F. Windows color (decimal): -8773668 or 14425978. OLE color: 14425978.
HSL color Cylindrical-coordinate representation of color #7A1FDC: hue angle of 268.89º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1FDC is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 31 | 220 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.14 |
| HSL | 268.89º | 0.75% | 0.49% | - |
| HSV(B) | 268.89º | 0.86% | 0.86% | - |
| XYZ | 21.43 | 10.28 | 68.57 | - |
| YUV | 79.76 | 207.15 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 31 | 220 | 0.45 | 0.86 | 0 | 0.14 | 268.89 | 0.75 | 0.49 |
| Hex | 7A | 1F | DC | 2D | 56 | 0 | E | 10D | 4B | 31 |
| Octal | 172 | 37 | 334 | 55 | 126 | 0 | 16 | 415 | 113 | 61 |
| Binary | 1111010 | 11111 | 11011100 | 101101 | 1010110 | 0 | 1110 | 100001101 | 1001011 | 110001 |
Color Harmonies of #7A1FDC
Complementary color
Monochromatic Colors of #7A1FDC
Black with #7A1FDC
Text Example
Text Example
White with #7A1FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1FDC; }
p { color: rgb(122,31,220); }
H1.HeaderClassName
{
color: #7A1FDC;
}
.AnyTagClassName
{
color: #7A1FDC;
}
</style>
background-color css
<style>
a { background-color: #7A1FDC; }
a { background-color: rgb(122,31,220); }
div.DivClassName
{
background-color: #7A1FDC;
}
.BgClassName
{
background-color: #7A1FDC;
}
</style>
border-color css
<style>
span { border-color: #7A1FDC; }
span { border-color: rgb(122,31,220); }
td.TdClassName
{
border-color: #7A1FDC;
}
.TagClassName
{
border-color: #7A1FDC;
}
</style>