Shades of Studio #7D4CAD
Tints of Studio #7D4CAD
RGB
CMYK
RGB Variations
Color information
#7D4CAD (or 0x7D4CAD) is known color: Studio. HEX triplet: 7D, 4C and AD. RGB value is (125,76,173). Sum of RGB (Red+Green+Blue) = 125+76+173=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D4CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4CAD is #82B352. Grayscale: #656565. Windows color (decimal): -8565587 or 11357309. OLE color: 11357309.
HSL color Cylindrical-coordinate representation of color #7D4CAD: hue angle of 270.31º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D4CAD is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 76 | 173 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.32 |
| HSL | 270.31º | 0.39% | 0.49% | - |
| HSV(B) | 270.31º | 0.56% | 0.68% | - |
| XYZ | 18.58 | 12.55 | 40.98 | - |
| YUV | 101.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 173 | 0.28 | 0.56 | 0 | 0.32 | 270.31 | 0.39 | 0.49 |
| Hex | 7D | 4C | AD | 1C | 38 | 0 | 20 | 10E | 27 | 31 |
| Octal | 175 | 114 | 255 | 34 | 70 | 0 | 40 | 416 | 47 | 61 |
| Binary | 1111101 | 1001100 | 10101101 | 11100 | 111000 | 0 | 100000 | 100001110 | 100111 | 110001 |
Color Harmonies of #7D4CAD
Complementary color
Monochromatic Colors of #7D4CAD
Black with #7D4CAD
Text Example
Text Example
White with #7D4CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4CAD; }
p { color: rgb(125,76,173); }
H1.HeaderClassName
{
color: #7D4CAD;
}
.AnyTagClassName
{
color: #7D4CAD;
}
</style>
background-color css
<style>
a { background-color: #7D4CAD; }
a { background-color: rgb(125,76,173); }
div.DivClassName
{
background-color: #7D4CAD;
}
.BgClassName
{
background-color: #7D4CAD;
}
</style>
border-color css
<style>
span { border-color: #7D4CAD; }
span { border-color: rgb(125,76,173); }
td.TdClassName
{
border-color: #7D4CAD;
}
.TagClassName
{
border-color: #7D4CAD;
}
</style>