Shades of Blue Violet #7A1FD0
Tints of Blue Violet #7A1FD0
RGB
CMYK
RGB Variations
Color information
#7A1FD0 (or 0x7A1FD0) is known color: Blue Violet. HEX triplet: 7A, 1F and D0. RGB value is (122,31,208). Sum of RGB (Red+Green+Blue) = 122+31+208=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 208 (81.64% from 255 or 57.62% from 361); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A1FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1FD0 is #85E02F. Grayscale: #4D4D4D. Windows color (decimal): -8773680 or 13639546. OLE color: 13639546.
HSL color Cylindrical-coordinate representation of color #7A1FD0: hue angle of 270.85º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1FD0 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 31 | 208 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.18 |
| HSL | 270.85º | 0.74% | 0.47% | - |
| HSV(B) | 270.85º | 0.85% | 0.82% | - |
| XYZ | 19.9 | 9.67 | 60.49 | - |
| YUV | 78.39 | 201.15 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 31 | 208 | 0.41 | 0.85 | 0 | 0.18 | 270.85 | 0.74 | 0.47 |
| Hex | 7A | 1F | D0 | 29 | 55 | 0 | 12 | 10F | 4A | 2F |
| Octal | 172 | 37 | 320 | 51 | 125 | 0 | 22 | 417 | 112 | 57 |
| Binary | 1111010 | 11111 | 11010000 | 101001 | 1010101 | 0 | 10010 | 100001111 | 1001010 | 101111 |
Color Harmonies of #7A1FD0
Complementary color
Monochromatic Colors of #7A1FD0
Black with #7A1FD0
Text Example
Text Example
White with #7A1FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1FD0; }
p { color: rgb(122,31,208); }
H1.HeaderClassName
{
color: #7A1FD0;
}
.AnyTagClassName
{
color: #7A1FD0;
}
</style>
background-color css
<style>
a { background-color: #7A1FD0; }
a { background-color: rgb(122,31,208); }
div.DivClassName
{
background-color: #7A1FD0;
}
.BgClassName
{
background-color: #7A1FD0;
}
</style>
border-color css
<style>
span { border-color: #7A1FD0; }
span { border-color: rgb(122,31,208); }
td.TdClassName
{
border-color: #7A1FD0;
}
.TagClassName
{
border-color: #7A1FD0;
}
</style>