Shades of Studio #7D3BAD
Tints of Studio #7D3BAD
RGB
CMYK
RGB Variations
Color information
#7D3BAD (or 0x7D3BAD) is known color: Studio. HEX triplet: 7D, 3B and AD. RGB value is (125,59,173). Sum of RGB (Red+Green+Blue) = 125+59+173=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D3BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3BAD is #82C452. Grayscale: #5B5B5B. Windows color (decimal): -8569939 or 11352957. OLE color: 11352957.
HSL color Cylindrical-coordinate representation of color #7D3BAD: hue angle of 274.74º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D3BAD is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 59 | 173 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.32 |
| HSL | 274.74º | 0.49% | 0.45% | - |
| HSV(B) | 274.74º | 0.66% | 0.68% | - |
| XYZ | 17.56 | 10.51 | 40.64 | - |
| YUV | 91.73 | 173.87 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 59 | 173 | 0.28 | 0.66 | 0 | 0.32 | 274.74 | 0.49 | 0.45 |
| Hex | 7D | 3B | AD | 1C | 42 | 0 | 20 | 113 | 31 | 2D |
| Octal | 175 | 73 | 255 | 34 | 102 | 0 | 40 | 423 | 61 | 55 |
| Binary | 1111101 | 111011 | 10101101 | 11100 | 1000010 | 0 | 100000 | 100010011 | 110001 | 101101 |
Color Harmonies of #7D3BAD
Complementary color
Monochromatic Colors of #7D3BAD
Black with #7D3BAD
Text Example
Text Example
White with #7D3BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3BAD; }
p { color: rgb(125,59,173); }
H1.HeaderClassName
{
color: #7D3BAD;
}
.AnyTagClassName
{
color: #7D3BAD;
}
</style>
background-color css
<style>
a { background-color: #7D3BAD; }
a { background-color: rgb(125,59,173); }
div.DivClassName
{
background-color: #7D3BAD;
}
.BgClassName
{
background-color: #7D3BAD;
}
</style>
border-color css
<style>
span { border-color: #7D3BAD; }
span { border-color: rgb(125,59,173); }
td.TdClassName
{
border-color: #7D3BAD;
}
.TagClassName
{
border-color: #7D3BAD;
}
</style>