Shades of Vivid Violet #7A269F
Tints of Vivid Violet #7A269F
RGB
CMYK
RGB Variations
Color information
#7A269F (or 0x7A269F) is known color: Vivid Violet. HEX triplet: 7A, 26 and 9F. RGB value is (122,38,159). Sum of RGB (Red+Green+Blue) = 122+38+159=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A269F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A269F is #85D960. Grayscale: #4C4C4C. Windows color (decimal): -8771937 or 10430074. OLE color: 10430074.
HSL color Cylindrical-coordinate representation of color #7A269F: hue angle of 281.65º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A269F is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 38 | 159 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.38 |
| HSL | 281.65º | 0.61% | 0.39% | - |
| HSV(B) | 281.65º | 0.76% | 0.62% | - |
| XYZ | 14.98 | 8.03 | 33.56 | - |
| YUV | 76.91 | 174.33 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 159 | 0.23 | 0.76 | 0 | 0.38 | 281.65 | 0.61 | 0.39 |
| Hex | 7A | 26 | 9F | 17 | 4C | 0 | 26 | 11A | 3D | 27 |
| Octal | 172 | 46 | 237 | 27 | 114 | 0 | 46 | 432 | 75 | 47 |
| Binary | 1111010 | 100110 | 10011111 | 10111 | 1001100 | 0 | 100110 | 100011010 | 111101 | 100111 |
Color Harmonies of #7A269F
Complementary color
Monochromatic Colors of #7A269F
Black with #7A269F
Text Example
Text Example
White with #7A269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A269F; }
p { color: rgb(122,38,159); }
H1.HeaderClassName
{
color: #7A269F;
}
.AnyTagClassName
{
color: #7A269F;
}
</style>
background-color css
<style>
a { background-color: #7A269F; }
a { background-color: rgb(122,38,159); }
div.DivClassName
{
background-color: #7A269F;
}
.BgClassName
{
background-color: #7A269F;
}
</style>
border-color css
<style>
span { border-color: #7A269F; }
span { border-color: rgb(122,38,159); }
td.TdClassName
{
border-color: #7A269F;
}
.TagClassName
{
border-color: #7A269F;
}
</style>