Shades of Royal Purple #7C2AAF
Tints of Royal Purple #7C2AAF
RGB
CMYK
RGB Variations
Color information
#7C2AAF (or 0x7C2AAF) is known color: Royal Purple. HEX triplet: 7C, 2A and AF. RGB value is (124,42,175). Sum of RGB (Red+Green+Blue) = 124+42+175=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C2AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2AAF is #83D550. Grayscale: #515151. Windows color (decimal): -8639825 or 11479676. OLE color: 11479676.
HSL color Cylindrical-coordinate representation of color #7C2AAF: hue angle of 276.99º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C2AAF is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 42 | 175 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.31 |
| HSL | 276.99º | 0.61% | 0.43% | - |
| HSV(B) | 276.99º | 0.76% | 0.69% | - |
| XYZ | 16.88 | 9.04 | 41.41 | - |
| YUV | 81.68 | 180.67 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 175 | 0.29 | 0.76 | 0 | 0.31 | 276.99 | 0.61 | 0.43 |
| Hex | 7C | 2A | AF | 1D | 4C | 0 | 1F | 115 | 3D | 2B |
| Octal | 174 | 52 | 257 | 35 | 114 | 0 | 37 | 425 | 75 | 53 |
| Binary | 1111100 | 101010 | 10101111 | 11101 | 1001100 | 0 | 11111 | 100010101 | 111101 | 101011 |
Color Harmonies of #7C2AAF
Complementary color
Monochromatic Colors of #7C2AAF
Black with #7C2AAF
Text Example
Text Example
White with #7C2AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2AAF; }
p { color: rgb(124,42,175); }
H1.HeaderClassName
{
color: #7C2AAF;
}
.AnyTagClassName
{
color: #7C2AAF;
}
</style>
background-color css
<style>
a { background-color: #7C2AAF; }
a { background-color: rgb(124,42,175); }
div.DivClassName
{
background-color: #7C2AAF;
}
.BgClassName
{
background-color: #7C2AAF;
}
</style>
border-color css
<style>
span { border-color: #7C2AAF; }
span { border-color: rgb(124,42,175); }
td.TdClassName
{
border-color: #7C2AAF;
}
.TagClassName
{
border-color: #7C2AAF;
}
</style>