Shades of Royal Purple #7C38AC
Tints of Royal Purple #7C38AC
RGB
CMYK
RGB Variations
Color information
#7C38AC (or 0x7C38AC) is known color: Royal Purple. HEX triplet: 7C, 38 and AC. RGB value is (124,56,172). Sum of RGB (Red+Green+Blue) = 124+56+172=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C38AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C38AC is #83C753. Grayscale: #595959. Windows color (decimal): -8636244 or 11286652. OLE color: 11286652.
HSL color Cylindrical-coordinate representation of color #7C38AC: hue angle of 275.17º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C38AC is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 56 | 172 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.33 |
| HSL | 275.17º | 0.51% | 0.45% | - |
| HSV(B) | 275.17º | 0.67% | 0.67% | - |
| XYZ | 17.17 | 10.09 | 40.07 | - |
| YUV | 89.56 | 174.53 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 172 | 0.28 | 0.67 | 0 | 0.33 | 275.17 | 0.51 | 0.45 |
| Hex | 7C | 38 | AC | 1C | 43 | 0 | 21 | 113 | 33 | 2D |
| Octal | 174 | 70 | 254 | 34 | 103 | 0 | 41 | 423 | 63 | 55 |
| Binary | 1111100 | 111000 | 10101100 | 11100 | 1000011 | 0 | 100001 | 100010011 | 110011 | 101101 |
Color Harmonies of #7C38AC
Complementary color
Monochromatic Colors of #7C38AC
Black with #7C38AC
Text Example
Text Example
White with #7C38AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C38AC; }
p { color: rgb(124,56,172); }
H1.HeaderClassName
{
color: #7C38AC;
}
.AnyTagClassName
{
color: #7C38AC;
}
</style>
background-color css
<style>
a { background-color: #7C38AC; }
a { background-color: rgb(124,56,172); }
div.DivClassName
{
background-color: #7C38AC;
}
.BgClassName
{
background-color: #7C38AC;
}
</style>
border-color css
<style>
span { border-color: #7C38AC; }
span { border-color: rgb(124,56,172); }
td.TdClassName
{
border-color: #7C38AC;
}
.TagClassName
{
border-color: #7C38AC;
}
</style>