Shades of Blue Violet #7A1FFD
Tints of Blue Violet #7A1FFD
RGB
CMYK
RGB Variations
Color information
#7A1FFD (or 0x7A1FFD) is known color: Blue Violet. HEX triplet: 7A, 1F and FD. RGB value is (122,31,253). Sum of RGB (Red+Green+Blue) = 122+31+253=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A1FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1FFD is #85E002. Grayscale: #525252. Windows color (decimal): -8773635 or 16588666. OLE color: 16588666.
HSL color Cylindrical-coordinate representation of color #7A1FFD: hue angle of 264.59º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A1FFD is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 31 | 253 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.01 |
| HSL | 264.59º | 0.98% | 0.56% | - |
| HSV(B) | 264.59º | 0.88% | 0.99% | - |
| XYZ | 26.25 | 12.21 | 93.9 | - |
| YUV | 83.52 | 223.65 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 31 | 253 | 0.52 | 0.88 | 0 | 0.01 | 264.59 | 0.98 | 0.56 |
| Hex | 7A | 1F | FD | 34 | 58 | 0 | 1 | 109 | 62 | 38 |
| Octal | 172 | 37 | 375 | 64 | 130 | 0 | 1 | 411 | 142 | 70 |
| Binary | 1111010 | 11111 | 11111101 | 110100 | 1011000 | 0 | 1 | 100001001 | 1100010 | 111000 |
Color Harmonies of #7A1FFD
Complementary color
Monochromatic Colors of #7A1FFD
Black with #7A1FFD
Text Example
Text Example
White with #7A1FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1FFD; }
p { color: rgb(122,31,253); }
H1.HeaderClassName
{
color: #7A1FFD;
}
.AnyTagClassName
{
color: #7A1FFD;
}
</style>
background-color css
<style>
a { background-color: #7A1FFD; }
a { background-color: rgb(122,31,253); }
div.DivClassName
{
background-color: #7A1FFD;
}
.BgClassName
{
background-color: #7A1FFD;
}
</style>
border-color css
<style>
span { border-color: #7A1FFD; }
span { border-color: rgb(122,31,253); }
td.TdClassName
{
border-color: #7A1FFD;
}
.TagClassName
{
border-color: #7A1FFD;
}
</style>