Shades of Studio #7F4DAE
Tints of Studio #7F4DAE
RGB
CMYK
RGB Variations
Color information
#7F4DAE (or 0x7F4DAE) is known color: Studio. HEX triplet: 7F, 4D and AE. RGB value is (127,77,174). Sum of RGB (Red+Green+Blue) = 127+77+174=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F4DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F4DAE is #80B251. Grayscale: #666666. Windows color (decimal): -8434258 or 11423103. OLE color: 11423103.
HSL color Cylindrical-coordinate representation of color #7F4DAE: hue angle of 270.93º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F4DAE is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 77 | 174 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.32 |
| HSL | 270.93º | 0.39% | 0.49% | - |
| HSV(B) | 270.93º | 0.56% | 0.68% | - |
| XYZ | 19.05 | 12.88 | 41.53 | - |
| YUV | 103.01 | 168.07 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 174 | 0.27 | 0.56 | 0 | 0.32 | 270.93 | 0.39 | 0.49 |
| Hex | 7F | 4D | AE | 1B | 38 | 0 | 20 | 10F | 27 | 31 |
| Octal | 177 | 115 | 256 | 33 | 70 | 0 | 40 | 417 | 47 | 61 |
| Binary | 1111111 | 1001101 | 10101110 | 11011 | 111000 | 0 | 100000 | 100001111 | 100111 | 110001 |
Color Harmonies of #7F4DAE
Complementary color
Monochromatic Colors of #7F4DAE
Black with #7F4DAE
Text Example
Text Example
White with #7F4DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4DAE; }
p { color: rgb(127,77,174); }
H1.HeaderClassName
{
color: #7F4DAE;
}
.AnyTagClassName
{
color: #7F4DAE;
}
</style>
background-color css
<style>
a { background-color: #7F4DAE; }
a { background-color: rgb(127,77,174); }
div.DivClassName
{
background-color: #7F4DAE;
}
.BgClassName
{
background-color: #7F4DAE;
}
</style>
border-color css
<style>
span { border-color: #7F4DAE; }
span { border-color: rgb(127,77,174); }
td.TdClassName
{
border-color: #7F4DAE;
}
.TagClassName
{
border-color: #7F4DAE;
}
</style>