Shades of Studio #7D4B99
Tints of Studio #7D4B99
RGB
CMYK
RGB Variations
Color information
#7D4B99 (or 0x7D4B99) is known color: Studio. HEX triplet: 7D, 4B and 99. RGB value is (125,75,153). Sum of RGB (Red+Green+Blue) = 125+75+153=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D4B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4B99 is #82B466. Grayscale: #626262. Windows color (decimal): -8565863 or 10046333. OLE color: 10046333.
HSL color Cylindrical-coordinate representation of color #7D4B99: hue angle of 278.46º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D4B99 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 75 | 153 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.4 |
| HSL | 278.46º | 0.34% | 0.45% | - |
| HSV(B) | 278.46º | 0.51% | 0.6% | - |
| XYZ | 16.72 | 11.69 | 31.51 | - |
| YUV | 98.84 | 158.57 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 153 | 0.18 | 0.51 | 0 | 0.4 | 278.46 | 0.34 | 0.45 |
| Hex | 7D | 4B | 99 | 12 | 33 | 0 | 28 | 116 | 22 | 2D |
| Octal | 175 | 113 | 231 | 22 | 63 | 0 | 50 | 426 | 42 | 55 |
| Binary | 1111101 | 1001011 | 10011001 | 10010 | 110011 | 0 | 101000 | 100010110 | 100010 | 101101 |
Color Harmonies of #7D4B99
Complementary color
Monochromatic Colors of #7D4B99
Black with #7D4B99
Text Example
Text Example
White with #7D4B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4B99; }
p { color: rgb(125,75,153); }
H1.HeaderClassName
{
color: #7D4B99;
}
.AnyTagClassName
{
color: #7D4B99;
}
</style>
background-color css
<style>
a { background-color: #7D4B99; }
a { background-color: rgb(125,75,153); }
div.DivClassName
{
background-color: #7D4B99;
}
.BgClassName
{
background-color: #7D4B99;
}
</style>
border-color css
<style>
span { border-color: #7D4B99; }
span { border-color: rgb(125,75,153); }
td.TdClassName
{
border-color: #7D4B99;
}
.TagClassName
{
border-color: #7D4B99;
}
</style>