Shades of Vivid Violet #7A448F
Tints of Vivid Violet #7A448F
RGB
CMYK
RGB Variations
Color information
#7A448F (or 0x7A448F) is known color: Vivid Violet. HEX triplet: 7A, 44 and 8F. RGB value is (122,68,143). Sum of RGB (Red+Green+Blue) = 122+68+143=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 143 - color contains mainly: blue. Hex color #7A448F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A448F is #85BB70. Grayscale: #5C5C5C. Windows color (decimal): -8764273 or 9389178. OLE color: 9389178.
HSL color Cylindrical-coordinate representation of color #7A448F: hue angle of 283.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A448F is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 68 | 143 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.44 |
| HSL | 283.2º | 0.36% | 0.41% | - |
| HSV(B) | 283.2º | 0.52% | 0.56% | - |
| XYZ | 15.05 | 10.25 | 27.17 | - |
| YUV | 92.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 68 | 143 | 0.15 | 0.52 | 0 | 0.44 | 283.2 | 0.36 | 0.41 |
| Hex | 7A | 44 | 8F | F | 34 | 0 | 2C | 11B | 24 | 29 |
| Octal | 172 | 104 | 217 | 17 | 64 | 0 | 54 | 433 | 44 | 51 |
| Binary | 1111010 | 1000100 | 10001111 | 1111 | 110100 | 0 | 101100 | 100011011 | 100100 | 101001 |
Color Harmonies of #7A448F
Complementary color
Monochromatic Colors of #7A448F
Black with #7A448F
Text Example
Text Example
White with #7A448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A448F; }
p { color: rgb(122,68,143); }
H1.HeaderClassName
{
color: #7A448F;
}
.AnyTagClassName
{
color: #7A448F;
}
</style>
background-color css
<style>
a { background-color: #7A448F; }
a { background-color: rgb(122,68,143); }
div.DivClassName
{
background-color: #7A448F;
}
.BgClassName
{
background-color: #7A448F;
}
</style>
border-color css
<style>
span { border-color: #7A448F; }
span { border-color: rgb(122,68,143); }
td.TdClassName
{
border-color: #7A448F;
}
.TagClassName
{
border-color: #7A448F;
}
</style>