Shades of Studio #7D48A9
Tints of Studio #7D48A9
RGB
CMYK
RGB Variations
Color information
#7D48A9 (or 0x7D48A9) is known color: Studio. HEX triplet: 7D, 48 and A9. RGB value is (125,72,169). Sum of RGB (Red+Green+Blue) = 125+72+169=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 169 (66.41% from 255 or 46.17% from 366); Max value from RGB is 169 - color contains mainly: blue. Hex color #7D48A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D48A9 is #82B756. Grayscale: #626262. Windows color (decimal): -8566615 or 11094141. OLE color: 11094141.
HSL color Cylindrical-coordinate representation of color #7D48A9: hue angle of 272.78º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D48A9 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 72 | 169 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.34 |
| HSL | 272.78º | 0.4% | 0.47% | - |
| HSV(B) | 272.78º | 0.57% | 0.66% | - |
| XYZ | 17.94 | 11.86 | 38.88 | - |
| YUV | 98.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 72 | 169 | 0.26 | 0.57 | 0 | 0.34 | 272.78 | 0.4 | 0.47 |
| Hex | 7D | 48 | A9 | 1A | 39 | 0 | 22 | 111 | 28 | 2F |
| Octal | 175 | 110 | 251 | 32 | 71 | 0 | 42 | 421 | 50 | 57 |
| Binary | 1111101 | 1001000 | 10101001 | 11010 | 111001 | 0 | 100010 | 100010001 | 101000 | 101111 |
Color Harmonies of #7D48A9
Complementary color
Monochromatic Colors of #7D48A9
Black with #7D48A9
Text Example
Text Example
White with #7D48A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D48A9; }
p { color: rgb(125,72,169); }
H1.HeaderClassName
{
color: #7D48A9;
}
.AnyTagClassName
{
color: #7D48A9;
}
</style>
background-color css
<style>
a { background-color: #7D48A9; }
a { background-color: rgb(125,72,169); }
div.DivClassName
{
background-color: #7D48A9;
}
.BgClassName
{
background-color: #7D48A9;
}
</style>
border-color css
<style>
span { border-color: #7D48A9; }
span { border-color: rgb(125,72,169); }
td.TdClassName
{
border-color: #7D48A9;
}
.TagClassName
{
border-color: #7D48A9;
}
</style>