Shades of Royal Purple #7C31B3
Tints of Royal Purple #7C31B3
RGB
CMYK
RGB Variations
Color information
#7C31B3 (or 0x7C31B3) is known color: Royal Purple. HEX triplet: 7C, 31 and B3. RGB value is (124,49,179). Sum of RGB (Red+Green+Blue) = 124+49+179=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #7C31B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C31B3 is #83CE4C. Grayscale: #555555. Windows color (decimal): -8638029 or 11743612. OLE color: 11743612.
HSL color Cylindrical-coordinate representation of color #7C31B3: hue angle of 274.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C31B3 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 49 | 179 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.30 |
| HSL | 274.62º | 0.57% | 0.45% | - |
| HSV(B) | 274.62º | 0.73% | 0.7% | - |
| XYZ | 17.55 | 9.74 | 43.6 | - |
| YUV | 86.25 | 180.35 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 49 | 179 | 0.31 | 0.73 | 0 | 0.30 | 274.62 | 0.57 | 0.45 |
| Hex | 7C | 31 | B3 | 1F | 49 | 0 | 1E | 113 | 39 | 2D |
| Octal | 174 | 61 | 263 | 37 | 111 | 0 | 36 | 423 | 71 | 55 |
| Binary | 1111100 | 110001 | 10110011 | 11111 | 1001001 | 0 | 11110 | 100010011 | 111001 | 101101 |
Color Harmonies of #7C31B3
Complementary color
Monochromatic Colors of #7C31B3
Black with #7C31B3
Text Example
Text Example
White with #7C31B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C31B3; }
p { color: rgb(124,49,179); }
H1.HeaderClassName
{
color: #7C31B3;
}
.AnyTagClassName
{
color: #7C31B3;
}
</style>
background-color css
<style>
a { background-color: #7C31B3; }
a { background-color: rgb(124,49,179); }
div.DivClassName
{
background-color: #7C31B3;
}
.BgClassName
{
background-color: #7C31B3;
}
</style>
border-color css
<style>
span { border-color: #7C31B3; }
span { border-color: rgb(124,49,179); }
td.TdClassName
{
border-color: #7C31B3;
}
.TagClassName
{
border-color: #7C31B3;
}
</style>