Shades of Studio #7F4AAF
Tints of Studio #7F4AAF
RGB
CMYK
RGB Variations
Color information
#7F4AAF (or 0x7F4AAF) is known color: Studio. HEX triplet: 7F, 4A and AF. RGB value is (127,74,175). Sum of RGB (Red+Green+Blue) = 127+74+175=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F4AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4AAF is #80B550. Grayscale: #656565. Windows color (decimal): -8435025 or 11487871. OLE color: 11487871.
HSL color Cylindrical-coordinate representation of color #7F4AAF: hue angle of 271.49º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F4AAF is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 74 | 175 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.31 |
| HSL | 271.49º | 0.41% | 0.49% | - |
| HSV(B) | 271.49º | 0.58% | 0.69% | - |
| XYZ | 18.94 | 12.5 | 41.97 | - |
| YUV | 101.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 74 | 175 | 0.27 | 0.58 | 0 | 0.31 | 271.49 | 0.41 | 0.49 |
| Hex | 7F | 4A | AF | 1B | 3A | 0 | 1F | 10F | 29 | 31 |
| Octal | 177 | 112 | 257 | 33 | 72 | 0 | 37 | 417 | 51 | 61 |
| Binary | 1111111 | 1001010 | 10101111 | 11011 | 111010 | 0 | 11111 | 100001111 | 101001 | 110001 |
Color Harmonies of #7F4AAF
Complementary color
Monochromatic Colors of #7F4AAF
Black with #7F4AAF
Text Example
Text Example
White with #7F4AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4AAF; }
p { color: rgb(127,74,175); }
H1.HeaderClassName
{
color: #7F4AAF;
}
.AnyTagClassName
{
color: #7F4AAF;
}
</style>
background-color css
<style>
a { background-color: #7F4AAF; }
a { background-color: rgb(127,74,175); }
div.DivClassName
{
background-color: #7F4AAF;
}
.BgClassName
{
background-color: #7F4AAF;
}
</style>
border-color css
<style>
span { border-color: #7F4AAF; }
span { border-color: rgb(127,74,175); }
td.TdClassName
{
border-color: #7F4AAF;
}
.TagClassName
{
border-color: #7F4AAF;
}
</style>