Shades of Studio #7D58AD
Tints of Studio #7D58AD
RGB
CMYK
RGB Variations
Color information
#7D58AD (or 0x7D58AD) is known color: Studio. HEX triplet: 7D, 58 and AD. RGB value is (125,88,173). Sum of RGB (Red+Green+Blue) = 125+88+173=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D58AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D58AD is #82A752. Grayscale: #6C6C6C. Windows color (decimal): -8562515 or 11360381. OLE color: 11360381.
HSL color Cylindrical-coordinate representation of color #7D58AD: hue angle of 266.12º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D58AD is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 88 | 173 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.32 |
| HSL | 266.12º | 0.34% | 0.51% | - |
| HSV(B) | 266.12º | 0.49% | 0.68% | - |
| XYZ | 19.49 | 14.36 | 41.28 | - |
| YUV | 108.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 88 | 173 | 0.28 | 0.49 | 0 | 0.32 | 266.12 | 0.34 | 0.51 |
| Hex | 7D | 58 | AD | 1C | 31 | 0 | 20 | 10A | 22 | 33 |
| Octal | 175 | 130 | 255 | 34 | 61 | 0 | 40 | 412 | 42 | 63 |
| Binary | 1111101 | 1011000 | 10101101 | 11100 | 110001 | 0 | 100000 | 100001010 | 100010 | 110011 |
Color Harmonies of #7D58AD
Complementary color
Monochromatic Colors of #7D58AD
Black with #7D58AD
Text Example
Text Example
White with #7D58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D58AD; }
p { color: rgb(125,88,173); }
H1.HeaderClassName
{
color: #7D58AD;
}
.AnyTagClassName
{
color: #7D58AD;
}
</style>
background-color css
<style>
a { background-color: #7D58AD; }
a { background-color: rgb(125,88,173); }
div.DivClassName
{
background-color: #7D58AD;
}
.BgClassName
{
background-color: #7D58AD;
}
</style>
border-color css
<style>
span { border-color: #7D58AD; }
span { border-color: rgb(125,88,173); }
td.TdClassName
{
border-color: #7D58AD;
}
.TagClassName
{
border-color: #7D58AD;
}
</style>