Shades of Studio #7D529F
Tints of Studio #7D529F
RGB
CMYK
RGB Variations
Color information
#7D529F (or 0x7D529F) is known color: Studio. HEX triplet: 7D, 52 and 9F. RGB value is (125,82,159). Sum of RGB (Red+Green+Blue) = 125+82+159=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D529F is #82AD60. Grayscale: #676767. Windows color (decimal): -8564065 or 10441341. OLE color: 10441341.
HSL color Cylindrical-coordinate representation of color #7D529F: hue angle of 273.51º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D529F is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 82 | 159 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.38 |
| HSL | 273.51º | 0.32% | 0.47% | - |
| HSV(B) | 273.51º | 0.48% | 0.62% | - |
| XYZ | 17.73 | 12.9 | 34.36 | - |
| YUV | 103.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 159 | 0.21 | 0.48 | 0 | 0.38 | 273.51 | 0.32 | 0.47 |
| Hex | 7D | 52 | 9F | 15 | 30 | 0 | 26 | 112 | 20 | 2F |
| Octal | 175 | 122 | 237 | 25 | 60 | 0 | 46 | 422 | 40 | 57 |
| Binary | 1111101 | 1010010 | 10011111 | 10101 | 110000 | 0 | 100110 | 100010010 | 100000 | 101111 |
Color Harmonies of #7D529F
Complementary color
Monochromatic Colors of #7D529F
Black with #7D529F
Text Example
Text Example
White with #7D529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D529F; }
p { color: rgb(125,82,159); }
H1.HeaderClassName
{
color: #7D529F;
}
.AnyTagClassName
{
color: #7D529F;
}
</style>
background-color css
<style>
a { background-color: #7D529F; }
a { background-color: rgb(125,82,159); }
div.DivClassName
{
background-color: #7D529F;
}
.BgClassName
{
background-color: #7D529F;
}
</style>
border-color css
<style>
span { border-color: #7D529F; }
span { border-color: rgb(125,82,159); }
td.TdClassName
{
border-color: #7D529F;
}
.TagClassName
{
border-color: #7D529F;
}
</style>