Shades of Royal Purple #7D38AB
Tints of Royal Purple #7D38AB
RGB
CMYK
RGB Variations
Color information
#7D38AB (or 0x7D38AB) is known color: Royal Purple. HEX triplet: 7D, 38 and AB. RGB value is (125,56,171). Sum of RGB (Red+Green+Blue) = 125+56+171=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D38AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D38AB is #82C754. Grayscale: #595959. Windows color (decimal): -8570709 or 11221117. OLE color: 11221117.
HSL color Cylindrical-coordinate representation of color #7D38AB: hue angle of 276º 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 #7D38AB is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 56 | 171 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.33 |
| HSL | 276º | 0.51% | 0.45% | - |
| HSV(B) | 276º | 0.67% | 0.67% | - |
| XYZ | 17.22 | 10.13 | 39.58 | - |
| YUV | 89.74 | 173.86 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 56 | 171 | 0.27 | 0.67 | 0 | 0.33 | 276 | 0.51 | 0.45 |
| Hex | 7D | 38 | AB | 1B | 43 | 0 | 21 | 114 | 33 | 2D |
| Octal | 175 | 70 | 253 | 33 | 103 | 0 | 41 | 424 | 63 | 55 |
| Binary | 1111101 | 111000 | 10101011 | 11011 | 1000011 | 0 | 100001 | 100010100 | 110011 | 101101 |
Color Harmonies of #7D38AB
Complementary color
Monochromatic Colors of #7D38AB
Black with #7D38AB
Text Example
Text Example
White with #7D38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D38AB; }
p { color: rgb(125,56,171); }
H1.HeaderClassName
{
color: #7D38AB;
}
.AnyTagClassName
{
color: #7D38AB;
}
</style>
background-color css
<style>
a { background-color: #7D38AB; }
a { background-color: rgb(125,56,171); }
div.DivClassName
{
background-color: #7D38AB;
}
.BgClassName
{
background-color: #7D38AB;
}
</style>
border-color css
<style>
span { border-color: #7D38AB; }
span { border-color: rgb(125,56,171); }
td.TdClassName
{
border-color: #7D38AB;
}
.TagClassName
{
border-color: #7D38AB;
}
</style>