Shades of Royal Purple #7F37AA
Tints of Royal Purple #7F37AA
RGB
CMYK
RGB Variations
Color information
#7F37AA (or 0x7F37AA) is known color: Royal Purple. HEX triplet: 7F, 37 and AA. RGB value is (127,55,170). Sum of RGB (Red+Green+Blue) = 127+55+170=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F37AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F37AA is #80C855. Grayscale: #595959. Windows color (decimal): -8439894 or 11155327. OLE color: 11155327.
HSL color Cylindrical-coordinate representation of color #7F37AA: hue angle of 277.57º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F37AA is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 55 | 170 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.33 |
| HSL | 277.57º | 0.51% | 0.44% | - |
| HSV(B) | 277.57º | 0.68% | 0.67% | - |
| XYZ | 17.37 | 10.15 | 39.07 | - |
| YUV | 89.64 | 173.35 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 55 | 170 | 0.25 | 0.68 | 0 | 0.33 | 277.57 | 0.51 | 0.44 |
| Hex | 7F | 37 | AA | 19 | 44 | 0 | 21 | 116 | 33 | 2C |
| Octal | 177 | 67 | 252 | 31 | 104 | 0 | 41 | 426 | 63 | 54 |
| Binary | 1111111 | 110111 | 10101010 | 11001 | 1000100 | 0 | 100001 | 100010110 | 110011 | 101100 |
Color Harmonies of #7F37AA
Complementary color
Monochromatic Colors of #7F37AA
Black with #7F37AA
Text Example
Text Example
White with #7F37AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F37AA; }
p { color: rgb(127,55,170); }
H1.HeaderClassName
{
color: #7F37AA;
}
.AnyTagClassName
{
color: #7F37AA;
}
</style>
background-color css
<style>
a { background-color: #7F37AA; }
a { background-color: rgb(127,55,170); }
div.DivClassName
{
background-color: #7F37AA;
}
.BgClassName
{
background-color: #7F37AA;
}
</style>
border-color css
<style>
span { border-color: #7F37AA; }
span { border-color: rgb(127,55,170); }
td.TdClassName
{
border-color: #7F37AA;
}
.TagClassName
{
border-color: #7F37AA;
}
</style>