Shades of Blue Violet #7A1DCF
Tints of Blue Violet #7A1DCF
RGB
CMYK
RGB Variations
Color information
#7A1DCF (or 0x7A1DCF) is known color: Blue Violet. HEX triplet: 7A, 1D and CF. RGB value is (122,29,207). Sum of RGB (Red+Green+Blue) = 122+29+207=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A1DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1DCF is #85E230. Grayscale: #4C4C4C. Windows color (decimal): -8774193 or 13573498. OLE color: 13573498.
HSL color Cylindrical-coordinate representation of color #7A1DCF: hue angle of 271.35º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1DCF is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 29 | 207 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.19 |
| HSL | 271.35º | 0.75% | 0.46% | - |
| HSV(B) | 271.35º | 0.86% | 0.81% | - |
| XYZ | 19.73 | 9.52 | 59.83 | - |
| YUV | 77.1 | 201.31 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 29 | 207 | 0.41 | 0.86 | 0 | 0.19 | 271.35 | 0.75 | 0.46 |
| Hex | 7A | 1D | CF | 29 | 56 | 0 | 13 | 10F | 4B | 2E |
| Octal | 172 | 35 | 317 | 51 | 126 | 0 | 23 | 417 | 113 | 56 |
| Binary | 1111010 | 11101 | 11001111 | 101001 | 1010110 | 0 | 10011 | 100001111 | 1001011 | 101110 |
Color Harmonies of #7A1DCF
Complementary color
Monochromatic Colors of #7A1DCF
Black with #7A1DCF
Text Example
Text Example
White with #7A1DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1DCF; }
p { color: rgb(122,29,207); }
H1.HeaderClassName
{
color: #7A1DCF;
}
.AnyTagClassName
{
color: #7A1DCF;
}
</style>
background-color css
<style>
a { background-color: #7A1DCF; }
a { background-color: rgb(122,29,207); }
div.DivClassName
{
background-color: #7A1DCF;
}
.BgClassName
{
background-color: #7A1DCF;
}
</style>
border-color css
<style>
span { border-color: #7A1DCF; }
span { border-color: rgb(122,29,207); }
td.TdClassName
{
border-color: #7A1DCF;
}
.TagClassName
{
border-color: #7A1DCF;
}
</style>