Shades of Vivid Violet #7A279F
Tints of Vivid Violet #7A279F
RGB
CMYK
RGB Variations
Color information
#7A279F (or 0x7A279F) is known color: Vivid Violet. HEX triplet: 7A, 27 and 9F. RGB value is (122,39,159). Sum of RGB (Red+Green+Blue) = 122+39+159=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A279F is #85D860. Grayscale: #4D4D4D. Windows color (decimal): -8771681 or 10430330. OLE color: 10430330.
HSL color Cylindrical-coordinate representation of color #7A279F: hue angle of 281.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A279F is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 39 | 159 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.38 |
| HSL | 281.5º | 0.61% | 0.39% | - |
| HSV(B) | 281.5º | 0.75% | 0.62% | - |
| XYZ | 15.01 | 8.09 | 33.57 | - |
| YUV | 77.5 | 174 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 39 | 159 | 0.23 | 0.75 | 0 | 0.38 | 281.5 | 0.61 | 0.39 |
| Hex | 7A | 27 | 9F | 17 | 4B | 0 | 26 | 11A | 3D | 27 |
| Octal | 172 | 47 | 237 | 27 | 113 | 0 | 46 | 432 | 75 | 47 |
| Binary | 1111010 | 100111 | 10011111 | 10111 | 1001011 | 0 | 100110 | 100011010 | 111101 | 100111 |
Color Harmonies of #7A279F
Complementary color
Monochromatic Colors of #7A279F
Black with #7A279F
Text Example
Text Example
White with #7A279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A279F; }
p { color: rgb(122,39,159); }
H1.HeaderClassName
{
color: #7A279F;
}
.AnyTagClassName
{
color: #7A279F;
}
</style>
background-color css
<style>
a { background-color: #7A279F; }
a { background-color: rgb(122,39,159); }
div.DivClassName
{
background-color: #7A279F;
}
.BgClassName
{
background-color: #7A279F;
}
</style>
border-color css
<style>
span { border-color: #7A279F; }
span { border-color: rgb(122,39,159); }
td.TdClassName
{
border-color: #7A279F;
}
.TagClassName
{
border-color: #7A279F;
}
</style>