Shades of Studio #7F4FAC
Tints of Studio #7F4FAC
RGB
CMYK
RGB Variations
Color information
#7F4FAC (or 0x7F4FAC) is known color: Studio. HEX triplet: 7F, 4F and AC. RGB value is (127,79,172). Sum of RGB (Red+Green+Blue) = 127+79+172=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F4FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F4FAC is #80B053. Grayscale: #676767. Windows color (decimal): -8433748 or 11292543. OLE color: 11292543.
HSL color Cylindrical-coordinate representation of color #7F4FAC: hue angle of 270.97º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F4FAC is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 79 | 172 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.33 |
| HSL | 270.97º | 0.37% | 0.49% | - |
| HSV(B) | 270.97º | 0.54% | 0.67% | - |
| XYZ | 18.99 | 13.08 | 40.55 | - |
| YUV | 103.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 79 | 172 | 0.26 | 0.54 | 0 | 0.33 | 270.97 | 0.37 | 0.49 |
| Hex | 7F | 4F | AC | 1A | 36 | 0 | 21 | 10F | 25 | 31 |
| Octal | 177 | 117 | 254 | 32 | 66 | 0 | 41 | 417 | 45 | 61 |
| Binary | 1111111 | 1001111 | 10101100 | 11010 | 110110 | 0 | 100001 | 100001111 | 100101 | 110001 |
Color Harmonies of #7F4FAC
Complementary color
Monochromatic Colors of #7F4FAC
Black with #7F4FAC
Text Example
Text Example
White with #7F4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4FAC; }
p { color: rgb(127,79,172); }
H1.HeaderClassName
{
color: #7F4FAC;
}
.AnyTagClassName
{
color: #7F4FAC;
}
</style>
background-color css
<style>
a { background-color: #7F4FAC; }
a { background-color: rgb(127,79,172); }
div.DivClassName
{
background-color: #7F4FAC;
}
.BgClassName
{
background-color: #7F4FAC;
}
</style>
border-color css
<style>
span { border-color: #7F4FAC; }
span { border-color: rgb(127,79,172); }
td.TdClassName
{
border-color: #7F4FAC;
}
.TagClassName
{
border-color: #7F4FAC;
}
</style>