Shades of Royal Purple #7D37B4
Tints of Royal Purple #7D37B4
RGB
CMYK
RGB Variations
Color information
#7D37B4 (or 0x7D37B4) is known color: Royal Purple. HEX triplet: 7D, 37 and B4. RGB value is (125,55,180). Sum of RGB (Red+Green+Blue) = 125+55+180=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #7D37B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D37B4 is #82C84B. Grayscale: #595959. Windows color (decimal): -8570956 or 11810685. OLE color: 11810685.
HSL color Cylindrical-coordinate representation of color #7D37B4: hue angle of 273.6º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D37B4 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 55 | 180 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.29 |
| HSL | 273.6º | 0.53% | 0.46% | - |
| HSV(B) | 273.6º | 0.69% | 0.71% | - |
| XYZ | 18.06 | 10.39 | 44.23 | - |
| YUV | 90.18 | 178.69 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 180 | 0.31 | 0.69 | 0 | 0.29 | 273.6 | 0.53 | 0.46 |
| Hex | 7D | 37 | B4 | 1F | 45 | 0 | 1D | 112 | 35 | 2E |
| Octal | 175 | 67 | 264 | 37 | 105 | 0 | 35 | 422 | 65 | 56 |
| Binary | 1111101 | 110111 | 10110100 | 11111 | 1000101 | 0 | 11101 | 100010010 | 110101 | 101110 |
Color Harmonies of #7D37B4
Complementary color
Monochromatic Colors of #7D37B4
Black with #7D37B4
Text Example
Text Example
White with #7D37B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D37B4; }
p { color: rgb(125,55,180); }
H1.HeaderClassName
{
color: #7D37B4;
}
.AnyTagClassName
{
color: #7D37B4;
}
</style>
background-color css
<style>
a { background-color: #7D37B4; }
a { background-color: rgb(125,55,180); }
div.DivClassName
{
background-color: #7D37B4;
}
.BgClassName
{
background-color: #7D37B4;
}
</style>
border-color css
<style>
span { border-color: #7D37B4; }
span { border-color: rgb(125,55,180); }
td.TdClassName
{
border-color: #7D37B4;
}
.TagClassName
{
border-color: #7D37B4;
}
</style>