Shades of Blue Violet #7A24DD
Tints of Blue Violet #7A24DD
RGB
CMYK
RGB Variations
Color information
#7A24DD (or 0x7A24DD) is known color: Blue Violet. HEX triplet: 7A, 24 and DD. RGB value is (122,36,221). Sum of RGB (Red+Green+Blue) = 122+36+221=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A24DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A24DD is #85DB22. Grayscale: #525252. Windows color (decimal): -8772387 or 14492794. OLE color: 14492794.
HSL color Cylindrical-coordinate representation of color #7A24DD: hue angle of 267.89º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A24DD is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 36 | 221 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.13 |
| HSL | 267.89º | 0.73% | 0.5% | - |
| HSV(B) | 267.89º | 0.84% | 0.87% | - |
| XYZ | 21.71 | 10.62 | 69.31 | - |
| YUV | 82.8 | 205.99 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 221 | 0.45 | 0.84 | 0 | 0.13 | 267.89 | 0.73 | 0.5 |
| Hex | 7A | 24 | DD | 2D | 54 | 0 | D | 10C | 49 | 32 |
| Octal | 172 | 44 | 335 | 55 | 124 | 0 | 15 | 414 | 111 | 62 |
| Binary | 1111010 | 100100 | 11011101 | 101101 | 1010100 | 0 | 1101 | 100001100 | 1001001 | 110010 |
Color Harmonies of #7A24DD
Complementary color
Monochromatic Colors of #7A24DD
Black with #7A24DD
Text Example
Text Example
White with #7A24DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A24DD; }
p { color: rgb(122,36,221); }
H1.HeaderClassName
{
color: #7A24DD;
}
.AnyTagClassName
{
color: #7A24DD;
}
</style>
background-color css
<style>
a { background-color: #7A24DD; }
a { background-color: rgb(122,36,221); }
div.DivClassName
{
background-color: #7A24DD;
}
.BgClassName
{
background-color: #7A24DD;
}
</style>
border-color css
<style>
span { border-color: #7A24DD; }
span { border-color: rgb(122,36,221); }
td.TdClassName
{
border-color: #7A24DD;
}
.TagClassName
{
border-color: #7A24DD;
}
</style>