Shades of Royal Purple #7D2EAF
Tints of Royal Purple #7D2EAF
RGB
CMYK
RGB Variations
Color information
#7D2EAF (or 0x7D2EAF) is known color: Royal Purple. HEX triplet: 7D, 2E and AF. RGB value is (125,46,175). Sum of RGB (Red+Green+Blue) = 125+46+175=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D2EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2EAF is #82D150. Grayscale: #535353. Windows color (decimal): -8573265 or 11480701. OLE color: 11480701.
HSL color Cylindrical-coordinate representation of color #7D2EAF: hue angle of 276.74º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D2EAF is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 46 | 175 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.31 |
| HSL | 276.74º | 0.58% | 0.43% | - |
| HSV(B) | 276.74º | 0.74% | 0.69% | - |
| XYZ | 17.17 | 9.41 | 41.47 | - |
| YUV | 84.33 | 179.17 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 46 | 175 | 0.29 | 0.74 | 0 | 0.31 | 276.74 | 0.58 | 0.43 |
| Hex | 7D | 2E | AF | 1D | 4A | 0 | 1F | 115 | 3A | 2B |
| Octal | 175 | 56 | 257 | 35 | 112 | 0 | 37 | 425 | 72 | 53 |
| Binary | 1111101 | 101110 | 10101111 | 11101 | 1001010 | 0 | 11111 | 100010101 | 111010 | 101011 |
Color Harmonies of #7D2EAF
Complementary color
Monochromatic Colors of #7D2EAF
Black with #7D2EAF
Text Example
Text Example
White with #7D2EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2EAF; }
p { color: rgb(125,46,175); }
H1.HeaderClassName
{
color: #7D2EAF;
}
.AnyTagClassName
{
color: #7D2EAF;
}
</style>
background-color css
<style>
a { background-color: #7D2EAF; }
a { background-color: rgb(125,46,175); }
div.DivClassName
{
background-color: #7D2EAF;
}
.BgClassName
{
background-color: #7D2EAF;
}
</style>
border-color css
<style>
span { border-color: #7D2EAF; }
span { border-color: rgb(125,46,175); }
td.TdClassName
{
border-color: #7D2EAF;
}
.TagClassName
{
border-color: #7D2EAF;
}
</style>