Shades of Studio #7D3AAF
Tints of Studio #7D3AAF
RGB
CMYK
RGB Variations
Color information
#7D3AAF (or 0x7D3AAF) is known color: Studio. HEX triplet: 7D, 3A and AF. RGB value is (125,58,175). Sum of RGB (Red+Green+Blue) = 125+58+175=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D3AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3AAF is #82C550. Grayscale: #5A5A5A. Windows color (decimal): -8570193 or 11483773. OLE color: 11483773.
HSL color Cylindrical-coordinate representation of color #7D3AAF: hue angle of 274.36º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D3AAF is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 58 | 175 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.31 |
| HSL | 274.36º | 0.5% | 0.46% | - |
| HSV(B) | 274.36º | 0.67% | 0.69% | - |
| XYZ | 17.71 | 10.48 | 41.65 | - |
| YUV | 91.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 58 | 175 | 0.29 | 0.67 | 0 | 0.31 | 274.36 | 0.5 | 0.46 |
| Hex | 7D | 3A | AF | 1D | 43 | 0 | 1F | 112 | 32 | 2E |
| Octal | 175 | 72 | 257 | 35 | 103 | 0 | 37 | 422 | 62 | 56 |
| Binary | 1111101 | 111010 | 10101111 | 11101 | 1000011 | 0 | 11111 | 100010010 | 110010 | 101110 |
Color Harmonies of #7D3AAF
Complementary color
Monochromatic Colors of #7D3AAF
Black with #7D3AAF
Text Example
Text Example
White with #7D3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3AAF; }
p { color: rgb(125,58,175); }
H1.HeaderClassName
{
color: #7D3AAF;
}
.AnyTagClassName
{
color: #7D3AAF;
}
</style>
background-color css
<style>
a { background-color: #7D3AAF; }
a { background-color: rgb(125,58,175); }
div.DivClassName
{
background-color: #7D3AAF;
}
.BgClassName
{
background-color: #7D3AAF;
}
</style>
border-color css
<style>
span { border-color: #7D3AAF; }
span { border-color: rgb(125,58,175); }
td.TdClassName
{
border-color: #7D3AAF;
}
.TagClassName
{
border-color: #7D3AAF;
}
</style>