Shades of Royal Purple #7C38AF
Tints of Royal Purple #7C38AF
RGB
CMYK
RGB Variations
Color information
#7C38AF (or 0x7C38AF) is known color: Royal Purple. HEX triplet: 7C, 38 and AF. RGB value is (124,56,175). Sum of RGB (Red+Green+Blue) = 124+56+175=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C38AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C38AF is #83C750. Grayscale: #595959. Windows color (decimal): -8636241 or 11483260. OLE color: 11483260.
HSL color Cylindrical-coordinate representation of color #7C38AF: hue angle of 274.29º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C38AF is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 56 | 175 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.31 |
| HSL | 274.29º | 0.52% | 0.45% | - |
| HSV(B) | 274.29º | 0.68% | 0.69% | - |
| XYZ | 17.46 | 10.21 | 41.61 | - |
| YUV | 89.9 | 176.03 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 175 | 0.29 | 0.68 | 0 | 0.31 | 274.29 | 0.52 | 0.45 |
| Hex | 7C | 38 | AF | 1D | 44 | 0 | 1F | 112 | 34 | 2D |
| Octal | 174 | 70 | 257 | 35 | 104 | 0 | 37 | 422 | 64 | 55 |
| Binary | 1111100 | 111000 | 10101111 | 11101 | 1000100 | 0 | 11111 | 100010010 | 110100 | 101101 |
Color Harmonies of #7C38AF
Complementary color
Monochromatic Colors of #7C38AF
Black with #7C38AF
Text Example
Text Example
White with #7C38AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C38AF; }
p { color: rgb(124,56,175); }
H1.HeaderClassName
{
color: #7C38AF;
}
.AnyTagClassName
{
color: #7C38AF;
}
</style>
background-color css
<style>
a { background-color: #7C38AF; }
a { background-color: rgb(124,56,175); }
div.DivClassName
{
background-color: #7C38AF;
}
.BgClassName
{
background-color: #7C38AF;
}
</style>
border-color css
<style>
span { border-color: #7C38AF; }
span { border-color: rgb(124,56,175); }
td.TdClassName
{
border-color: #7C38AF;
}
.TagClassName
{
border-color: #7C38AF;
}
</style>