Shades of Studio #7F4EC0
Tints of Studio #7F4EC0
RGB
CMYK
RGB Variations
Color information
#7F4EC0 (or 0x7F4EC0) is known color: Studio. HEX triplet: 7F, 4E and C0. RGB value is (127,78,192). Sum of RGB (Red+Green+Blue) = 127+78+192=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #7F4EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4EC0 is #80B13F. Grayscale: #696969. Windows color (decimal): -8433984 or 12603007. OLE color: 12603007.
HSL color Cylindrical-coordinate representation of color #7F4EC0: hue angle of 265.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F4EC0 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 78 | 192 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.25 |
| HSL | 265.79º | 0.48% | 0.53% | - |
| HSV(B) | 265.79º | 0.59% | 0.75% | - |
| XYZ | 20.99 | 13.77 | 51.42 | - |
| YUV | 105.65 | 176.73 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 78 | 192 | 0.34 | 0.59 | 0 | 0.25 | 265.79 | 0.48 | 0.53 |
| Hex | 7F | 4E | C0 | 22 | 3B | 0 | 19 | 10A | 30 | 35 |
| Octal | 177 | 116 | 300 | 42 | 73 | 0 | 31 | 412 | 60 | 65 |
| Binary | 1111111 | 1001110 | 11000000 | 100010 | 111011 | 0 | 11001 | 100001010 | 110000 | 110101 |
Color Harmonies of #7F4EC0
Complementary color
Monochromatic Colors of #7F4EC0
Black with #7F4EC0
Text Example
Text Example
White with #7F4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4EC0; }
p { color: rgb(127,78,192); }
H1.HeaderClassName
{
color: #7F4EC0;
}
.AnyTagClassName
{
color: #7F4EC0;
}
</style>
background-color css
<style>
a { background-color: #7F4EC0; }
a { background-color: rgb(127,78,192); }
div.DivClassName
{
background-color: #7F4EC0;
}
.BgClassName
{
background-color: #7F4EC0;
}
</style>
border-color css
<style>
span { border-color: #7F4EC0; }
span { border-color: rgb(127,78,192); }
td.TdClassName
{
border-color: #7F4EC0;
}
.TagClassName
{
border-color: #7F4EC0;
}
</style>