Shades of Royal Purple #7D34AB
Tints of Royal Purple #7D34AB
RGB
CMYK
RGB Variations
Color information
#7D34AB (or 0x7D34AB) is known color: Royal Purple. HEX triplet: 7D, 34 and AB. RGB value is (125,52,171). Sum of RGB (Red+Green+Blue) = 125+52+171=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D34AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D34AB is #82CB54. Grayscale: #565656. Windows color (decimal): -8571733 or 11220093. OLE color: 11220093.
HSL color Cylindrical-coordinate representation of color #7D34AB: hue angle of 276.81º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D34AB is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 52 | 171 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.33 |
| HSL | 276.81º | 0.53% | 0.44% | - |
| HSV(B) | 276.81º | 0.7% | 0.67% | - |
| XYZ | 17.04 | 9.76 | 39.51 | - |
| YUV | 87.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 171 | 0.27 | 0.70 | 0 | 0.33 | 276.81 | 0.53 | 0.44 |
| Hex | 7D | 34 | AB | 1B | 46 | 0 | 21 | 115 | 35 | 2C |
| Octal | 175 | 64 | 253 | 33 | 106 | 0 | 41 | 425 | 65 | 54 |
| Binary | 1111101 | 110100 | 10101011 | 11011 | 1000110 | 0 | 100001 | 100010101 | 110101 | 101100 |
Color Harmonies of #7D34AB
Complementary color
Monochromatic Colors of #7D34AB
Black with #7D34AB
Text Example
Text Example
White with #7D34AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D34AB; }
p { color: rgb(125,52,171); }
H1.HeaderClassName
{
color: #7D34AB;
}
.AnyTagClassName
{
color: #7D34AB;
}
</style>
background-color css
<style>
a { background-color: #7D34AB; }
a { background-color: rgb(125,52,171); }
div.DivClassName
{
background-color: #7D34AB;
}
.BgClassName
{
background-color: #7D34AB;
}
</style>
border-color css
<style>
span { border-color: #7D34AB; }
span { border-color: rgb(125,52,171); }
td.TdClassName
{
border-color: #7D34AB;
}
.TagClassName
{
border-color: #7D34AB;
}
</style>