Shades of Royal Purple #7F37AD
Tints of Royal Purple #7F37AD
RGB
CMYK
RGB Variations
Color information
#7F37AD (or 0x7F37AD) is known color: Royal Purple. HEX triplet: 7F, 37 and AD. RGB value is (127,55,173). Sum of RGB (Red+Green+Blue) = 127+55+173=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F37AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F37AD is #80C852. Grayscale: #595959. Windows color (decimal): -8439891 or 11351935. OLE color: 11351935.
HSL color Cylindrical-coordinate representation of color #7F37AD: hue angle of 276.61º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F37AD is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 55 | 173 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.32 |
| HSL | 276.61º | 0.52% | 0.45% | - |
| HSV(B) | 276.61º | 0.68% | 0.68% | - |
| XYZ | 17.66 | 10.26 | 40.58 | - |
| YUV | 89.98 | 174.85 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 55 | 173 | 0.27 | 0.68 | 0 | 0.32 | 276.61 | 0.52 | 0.45 |
| Hex | 7F | 37 | AD | 1B | 44 | 0 | 20 | 115 | 34 | 2D |
| Octal | 177 | 67 | 255 | 33 | 104 | 0 | 40 | 425 | 64 | 55 |
| Binary | 1111111 | 110111 | 10101101 | 11011 | 1000100 | 0 | 100000 | 100010101 | 110100 | 101101 |
Color Harmonies of #7F37AD
Complementary color
Monochromatic Colors of #7F37AD
Black with #7F37AD
Text Example
Text Example
White with #7F37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F37AD; }
p { color: rgb(127,55,173); }
H1.HeaderClassName
{
color: #7F37AD;
}
.AnyTagClassName
{
color: #7F37AD;
}
</style>
background-color css
<style>
a { background-color: #7F37AD; }
a { background-color: rgb(127,55,173); }
div.DivClassName
{
background-color: #7F37AD;
}
.BgClassName
{
background-color: #7F37AD;
}
</style>
border-color css
<style>
span { border-color: #7F37AD; }
span { border-color: rgb(127,55,173); }
td.TdClassName
{
border-color: #7F37AD;
}
.TagClassName
{
border-color: #7F37AD;
}
</style>