Shades of Blue Violet #7A1FD5
Tints of Blue Violet #7A1FD5
RGB
CMYK
RGB Variations
Color information
#7A1FD5 (or 0x7A1FD5) is known color: Blue Violet. HEX triplet: 7A, 1F and D5. RGB value is (122,31,213). Sum of RGB (Red+Green+Blue) = 122+31+213=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 213 (83.59% from 255 or 58.20% from 366); Max value from RGB is 213 - color contains mainly: blue. Hex color #7A1FD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1FD5 is #85E02A. Grayscale: #4E4E4E. Windows color (decimal): -8773675 or 13967226. OLE color: 13967226.
HSL color Cylindrical-coordinate representation of color #7A1FD5: hue angle of 270º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1FD5 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 31 | 213 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.16 |
| HSL | 270º | 0.75% | 0.48% | - |
| HSV(B) | 270º | 0.85% | 0.84% | - |
| XYZ | 20.53 | 9.92 | 63.78 | - |
| YUV | 78.96 | 203.65 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 31 | 213 | 0.43 | 0.85 | 0 | 0.16 | 270 | 0.75 | 0.48 |
| Hex | 7A | 1F | D5 | 2B | 55 | 0 | 10 | 10E | 4B | 30 |
| Octal | 172 | 37 | 325 | 53 | 125 | 0 | 20 | 416 | 113 | 60 |
| Binary | 1111010 | 11111 | 11010101 | 101011 | 1010101 | 0 | 10000 | 100001110 | 1001011 | 110000 |
Color Harmonies of #7A1FD5
Complementary color
Monochromatic Colors of #7A1FD5
Black with #7A1FD5
Text Example
Text Example
White with #7A1FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1FD5; }
p { color: rgb(122,31,213); }
H1.HeaderClassName
{
color: #7A1FD5;
}
.AnyTagClassName
{
color: #7A1FD5;
}
</style>
background-color css
<style>
a { background-color: #7A1FD5; }
a { background-color: rgb(122,31,213); }
div.DivClassName
{
background-color: #7A1FD5;
}
.BgClassName
{
background-color: #7A1FD5;
}
</style>
border-color css
<style>
span { border-color: #7A1FD5; }
span { border-color: rgb(122,31,213); }
td.TdClassName
{
border-color: #7A1FD5;
}
.TagClassName
{
border-color: #7A1FD5;
}
</style>