Shades of Studio #7F3AAF
Tints of Studio #7F3AAF
RGB
CMYK
RGB Variations
Color information
#7F3AAF (or 0x7F3AAF) is known color: Studio. HEX triplet: 7F, 3A and AF. RGB value is (127,58,175). Sum of RGB (Red+Green+Blue) = 127+58+175=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F3AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3AAF is #80C550. Grayscale: #5B5B5B. Windows color (decimal): -8439121 or 11483775. OLE color: 11483775.
HSL color Cylindrical-coordinate representation of color #7F3AAF: hue angle of 275.38º 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 #7F3AAF is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 58 | 175 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.31 |
| HSL | 275.38º | 0.5% | 0.46% | - |
| HSV(B) | 275.38º | 0.67% | 0.69% | - |
| XYZ | 18 | 10.63 | 41.66 | - |
| YUV | 91.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 58 | 175 | 0.27 | 0.67 | 0 | 0.31 | 275.38 | 0.5 | 0.46 |
| Hex | 7F | 3A | AF | 1B | 43 | 0 | 1F | 113 | 32 | 2E |
| Octal | 177 | 72 | 257 | 33 | 103 | 0 | 37 | 423 | 62 | 56 |
| Binary | 1111111 | 111010 | 10101111 | 11011 | 1000011 | 0 | 11111 | 100010011 | 110010 | 101110 |
Color Harmonies of #7F3AAF
Complementary color
Monochromatic Colors of #7F3AAF
Black with #7F3AAF
Text Example
Text Example
White with #7F3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3AAF; }
p { color: rgb(127,58,175); }
H1.HeaderClassName
{
color: #7F3AAF;
}
.AnyTagClassName
{
color: #7F3AAF;
}
</style>
background-color css
<style>
a { background-color: #7F3AAF; }
a { background-color: rgb(127,58,175); }
div.DivClassName
{
background-color: #7F3AAF;
}
.BgClassName
{
background-color: #7F3AAF;
}
</style>
border-color css
<style>
span { border-color: #7F3AAF; }
span { border-color: rgb(127,58,175); }
td.TdClassName
{
border-color: #7F3AAF;
}
.TagClassName
{
border-color: #7F3AAF;
}
</style>