Shades of Vivid Violet #7A248F
Tints of Vivid Violet #7A248F
RGB
CMYK
RGB Variations
Color information
#7A248F (or 0x7A248F) is known color: Vivid Violet. HEX triplet: 7A, 24 and 8F. RGB value is (122,36,143). Sum of RGB (Red+Green+Blue) = 122+36+143=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 143 - color contains mainly: blue. Hex color #7A248F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A248F is #85DB70. Grayscale: #494949. Windows color (decimal): -8772465 or 9380986. OLE color: 9380986.
HSL color Cylindrical-coordinate representation of color #7A248F: hue angle of 288.22º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A248F is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 36 | 143 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.44 |
| HSL | 288.22º | 0.6% | 0.35% | - |
| HSV(B) | 288.22º | 0.75% | 0.56% | - |
| XYZ | 13.61 | 7.38 | 26.69 | - |
| YUV | 73.91 | 166.99 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 143 | 0.15 | 0.75 | 0 | 0.44 | 288.22 | 0.6 | 0.35 |
| Hex | 7A | 24 | 8F | F | 4B | 0 | 2C | 120 | 3C | 23 |
| Octal | 172 | 44 | 217 | 17 | 113 | 0 | 54 | 440 | 74 | 43 |
| Binary | 1111010 | 100100 | 10001111 | 1111 | 1001011 | 0 | 101100 | 100100000 | 111100 | 100011 |
Color Harmonies of #7A248F
Complementary color
Monochromatic Colors of #7A248F
Black with #7A248F
Text Example
Text Example
White with #7A248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A248F; }
p { color: rgb(122,36,143); }
H1.HeaderClassName
{
color: #7A248F;
}
.AnyTagClassName
{
color: #7A248F;
}
</style>
background-color css
<style>
a { background-color: #7A248F; }
a { background-color: rgb(122,36,143); }
div.DivClassName
{
background-color: #7A248F;
}
.BgClassName
{
background-color: #7A248F;
}
</style>
border-color css
<style>
span { border-color: #7A248F; }
span { border-color: rgb(122,36,143); }
td.TdClassName
{
border-color: #7A248F;
}
.TagClassName
{
border-color: #7A248F;
}
</style>