Shades of Blue Violet #7A1FDA
Tints of Blue Violet #7A1FDA
RGB
CMYK
RGB Variations
Color information
#7A1FDA (or 0x7A1FDA) is known color: Blue Violet. HEX triplet: 7A, 1F and DA. RGB value is (122,31,218). Sum of RGB (Red+Green+Blue) = 122+31+218=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A1FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1FDA is #85E025. Grayscale: #4E4E4E. Windows color (decimal): -8773670 or 14294906. OLE color: 14294906.
HSL color Cylindrical-coordinate representation of color #7A1FDA: hue angle of 269.2º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1FDA is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 31 | 218 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.15 |
| HSL | 269.2º | 0.75% | 0.49% | - |
| HSV(B) | 269.2º | 0.86% | 0.85% | - |
| XYZ | 21.17 | 10.18 | 67.18 | - |
| YUV | 79.53 | 206.15 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 31 | 218 | 0.44 | 0.86 | 0 | 0.15 | 269.2 | 0.75 | 0.49 |
| Hex | 7A | 1F | DA | 2C | 56 | 0 | F | 10D | 4B | 31 |
| Octal | 172 | 37 | 332 | 54 | 126 | 0 | 17 | 415 | 113 | 61 |
| Binary | 1111010 | 11111 | 11011010 | 101100 | 1010110 | 0 | 1111 | 100001101 | 1001011 | 110001 |
Color Harmonies of #7A1FDA
Complementary color
Monochromatic Colors of #7A1FDA
Black with #7A1FDA
Text Example
Text Example
White with #7A1FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1FDA; }
p { color: rgb(122,31,218); }
H1.HeaderClassName
{
color: #7A1FDA;
}
.AnyTagClassName
{
color: #7A1FDA;
}
</style>
background-color css
<style>
a { background-color: #7A1FDA; }
a { background-color: rgb(122,31,218); }
div.DivClassName
{
background-color: #7A1FDA;
}
.BgClassName
{
background-color: #7A1FDA;
}
</style>
border-color css
<style>
span { border-color: #7A1FDA; }
span { border-color: rgb(122,31,218); }
td.TdClassName
{
border-color: #7A1FDA;
}
.TagClassName
{
border-color: #7A1FDA;
}
</style>