Shades of Vivid Violet #7A23A4
Tints of Vivid Violet #7A23A4
RGB
CMYK
RGB Variations
Color information
#7A23A4 (or 0x7A23A4) is known color: Vivid Violet. HEX triplet: 7A, 23 and A4. RGB value is (122,35,164). Sum of RGB (Red+Green+Blue) = 122+35+164=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A23A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A23A4 is #85DC5B. Grayscale: #4B4B4B. Windows color (decimal): -8772700 or 10756986. OLE color: 10756986.
HSL color Cylindrical-coordinate representation of color #7A23A4: hue angle of 280.47º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A23A4 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 35 | 164 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.36 |
| HSL | 280.47º | 0.65% | 0.39% | - |
| HSV(B) | 280.47º | 0.79% | 0.64% | - |
| XYZ | 15.33 | 8.02 | 35.86 | - |
| YUV | 75.72 | 177.82 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 35 | 164 | 0.26 | 0.79 | 0 | 0.36 | 280.47 | 0.65 | 0.39 |
| Hex | 7A | 23 | A4 | 1A | 4F | 0 | 24 | 118 | 41 | 27 |
| Octal | 172 | 43 | 244 | 32 | 117 | 0 | 44 | 430 | 101 | 47 |
| Binary | 1111010 | 100011 | 10100100 | 11010 | 1001111 | 0 | 100100 | 100011000 | 1000001 | 100111 |
Color Harmonies of #7A23A4
Complementary color
Monochromatic Colors of #7A23A4
Black with #7A23A4
Text Example
Text Example
White with #7A23A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A23A4; }
p { color: rgb(122,35,164); }
H1.HeaderClassName
{
color: #7A23A4;
}
.AnyTagClassName
{
color: #7A23A4;
}
</style>
background-color css
<style>
a { background-color: #7A23A4; }
a { background-color: rgb(122,35,164); }
div.DivClassName
{
background-color: #7A23A4;
}
.BgClassName
{
background-color: #7A23A4;
}
</style>
border-color css
<style>
span { border-color: #7A23A4; }
span { border-color: rgb(122,35,164); }
td.TdClassName
{
border-color: #7A23A4;
}
.TagClassName
{
border-color: #7A23A4;
}
</style>