Shades of Blue Violet #7A1CCF
Tints of Blue Violet #7A1CCF
RGB
CMYK
RGB Variations
Color information
#7A1CCF (or 0x7A1CCF) is known color: Blue Violet. HEX triplet: 7A, 1C and CF. RGB value is (122,28,207). Sum of RGB (Red+Green+Blue) = 122+28+207=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A1CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1CCF is #85E330. Grayscale: #4B4B4B. Windows color (decimal): -8774449 or 13573242. OLE color: 13573242.
HSL color Cylindrical-coordinate representation of color #7A1CCF: hue angle of 271.51º degrees, saturation: 0.76, 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 #7A1CCF is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 28 | 207 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.19 |
| HSL | 271.51º | 0.76% | 0.46% | - |
| HSV(B) | 271.51º | 0.86% | 0.81% | - |
| XYZ | 19.7 | 9.47 | 59.82 | - |
| YUV | 76.51 | 201.64 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 28 | 207 | 0.41 | 0.86 | 0 | 0.19 | 271.51 | 0.76 | 0.46 |
| Hex | 7A | 1C | CF | 29 | 56 | 0 | 13 | 110 | 4C | 2E |
| Octal | 172 | 34 | 317 | 51 | 126 | 0 | 23 | 420 | 114 | 56 |
| Binary | 1111010 | 11100 | 11001111 | 101001 | 1010110 | 0 | 10011 | 100010000 | 1001100 | 101110 |
Color Harmonies of #7A1CCF
Complementary color
Monochromatic Colors of #7A1CCF
Black with #7A1CCF
Text Example
Text Example
White with #7A1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1CCF; }
p { color: rgb(122,28,207); }
H1.HeaderClassName
{
color: #7A1CCF;
}
.AnyTagClassName
{
color: #7A1CCF;
}
</style>
background-color css
<style>
a { background-color: #7A1CCF; }
a { background-color: rgb(122,28,207); }
div.DivClassName
{
background-color: #7A1CCF;
}
.BgClassName
{
background-color: #7A1CCF;
}
</style>
border-color css
<style>
span { border-color: #7A1CCF; }
span { border-color: rgb(122,28,207); }
td.TdClassName
{
border-color: #7A1CCF;
}
.TagClassName
{
border-color: #7A1CCF;
}
</style>