Shades of Royal Purple #7D37AB
Tints of Royal Purple #7D37AB
RGB
CMYK
RGB Variations
Color information
#7D37AB (or 0x7D37AB) is known color: Royal Purple. HEX triplet: 7D, 37 and AB. RGB value is (125,55,171). Sum of RGB (Red+Green+Blue) = 125+55+171=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D37AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D37AB is #82C854. Grayscale: #585858. Windows color (decimal): -8570965 or 11220861. OLE color: 11220861.
HSL color Cylindrical-coordinate representation of color #7D37AB: hue angle of 276.21º 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 #7D37AB is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 55 | 171 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.33 |
| HSL | 276.21º | 0.51% | 0.44% | - |
| HSV(B) | 276.21º | 0.68% | 0.67% | - |
| XYZ | 17.17 | 10.03 | 39.56 | - |
| YUV | 89.15 | 174.19 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 171 | 0.27 | 0.68 | 0 | 0.33 | 276.21 | 0.51 | 0.44 |
| Hex | 7D | 37 | AB | 1B | 44 | 0 | 21 | 114 | 33 | 2C |
| Octal | 175 | 67 | 253 | 33 | 104 | 0 | 41 | 424 | 63 | 54 |
| Binary | 1111101 | 110111 | 10101011 | 11011 | 1000100 | 0 | 100001 | 100010100 | 110011 | 101100 |
Color Harmonies of #7D37AB
Complementary color
Monochromatic Colors of #7D37AB
Black with #7D37AB
Text Example
Text Example
White with #7D37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D37AB; }
p { color: rgb(125,55,171); }
H1.HeaderClassName
{
color: #7D37AB;
}
.AnyTagClassName
{
color: #7D37AB;
}
</style>
background-color css
<style>
a { background-color: #7D37AB; }
a { background-color: rgb(125,55,171); }
div.DivClassName
{
background-color: #7D37AB;
}
.BgClassName
{
background-color: #7D37AB;
}
</style>
border-color css
<style>
span { border-color: #7D37AB; }
span { border-color: rgb(125,55,171); }
td.TdClassName
{
border-color: #7D37AB;
}
.TagClassName
{
border-color: #7D37AB;
}
</style>