Shades of Studio #7F3AAD
Tints of Studio #7F3AAD
RGB
CMYK
RGB Variations
Color information
#7F3AAD (or 0x7F3AAD) is known color: Studio. HEX triplet: 7F, 3A and AD. RGB value is (127,58,173). Sum of RGB (Red+Green+Blue) = 127+58+173=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F3AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3AAD is #80C552. Grayscale: #5B5B5B. Windows color (decimal): -8439123 or 11352703. OLE color: 11352703.
HSL color Cylindrical-coordinate representation of color #7F3AAD: hue angle of 276º degrees, saturation: 0.5, 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 #7F3AAD is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 58 | 173 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.32 |
| HSL | 276º | 0.5% | 0.45% | - |
| HSV(B) | 276º | 0.66% | 0.68% | - |
| XYZ | 17.81 | 10.56 | 40.63 | - |
| YUV | 91.74 | 173.86 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 58 | 173 | 0.27 | 0.66 | 0 | 0.32 | 276 | 0.5 | 0.45 |
| Hex | 7F | 3A | AD | 1B | 42 | 0 | 20 | 114 | 32 | 2D |
| Octal | 177 | 72 | 255 | 33 | 102 | 0 | 40 | 424 | 62 | 55 |
| Binary | 1111111 | 111010 | 10101101 | 11011 | 1000010 | 0 | 100000 | 100010100 | 110010 | 101101 |
Color Harmonies of #7F3AAD
Complementary color
Monochromatic Colors of #7F3AAD
Black with #7F3AAD
Text Example
Text Example
White with #7F3AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3AAD; }
p { color: rgb(127,58,173); }
H1.HeaderClassName
{
color: #7F3AAD;
}
.AnyTagClassName
{
color: #7F3AAD;
}
</style>
background-color css
<style>
a { background-color: #7F3AAD; }
a { background-color: rgb(127,58,173); }
div.DivClassName
{
background-color: #7F3AAD;
}
.BgClassName
{
background-color: #7F3AAD;
}
</style>
border-color css
<style>
span { border-color: #7F3AAD; }
span { border-color: rgb(127,58,173); }
td.TdClassName
{
border-color: #7F3AAD;
}
.TagClassName
{
border-color: #7F3AAD;
}
</style>