Shades of Studio #7F4EA7
Tints of Studio #7F4EA7
RGB
CMYK
RGB Variations
Color information
#7F4EA7 (or 0x7F4EA7) is known color: Studio. HEX triplet: 7F, 4E and A7. RGB value is (127,78,167). Sum of RGB (Red+Green+Blue) = 127+78+167=372 (49% of max value = 765). Red value is 127 (50% from 255 or 34.14% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 167 - color contains mainly: blue. Hex color #7F4EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F4EA7 is #80B158. Grayscale: #666666. Windows color (decimal): -8434009 or 10964607. OLE color: 10964607.
HSL color Cylindrical-coordinate representation of color #7F4EA7: hue angle of 273.03º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F4EA7 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 78 | 167 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.35 |
| HSL | 273.03º | 0.36% | 0.48% | - |
| HSV(B) | 273.03º | 0.53% | 0.65% | - |
| XYZ | 18.45 | 12.75 | 38.05 | - |
| YUV | 102.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 78 | 167 | 0.24 | 0.53 | 0 | 0.35 | 273.03 | 0.36 | 0.48 |
| Hex | 7F | 4E | A7 | 18 | 35 | 0 | 23 | 111 | 24 | 30 |
| Octal | 177 | 116 | 247 | 30 | 65 | 0 | 43 | 421 | 44 | 60 |
| Binary | 1111111 | 1001110 | 10100111 | 11000 | 110101 | 0 | 100011 | 100010001 | 100100 | 110000 |
Color Harmonies of #7F4EA7
Complementary color
Monochromatic Colors of #7F4EA7
Black with #7F4EA7
Text Example
Text Example
White with #7F4EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4EA7; }
p { color: rgb(127,78,167); }
H1.HeaderClassName
{
color: #7F4EA7;
}
.AnyTagClassName
{
color: #7F4EA7;
}
</style>
background-color css
<style>
a { background-color: #7F4EA7; }
a { background-color: rgb(127,78,167); }
div.DivClassName
{
background-color: #7F4EA7;
}
.BgClassName
{
background-color: #7F4EA7;
}
</style>
border-color css
<style>
span { border-color: #7F4EA7; }
span { border-color: rgb(127,78,167); }
td.TdClassName
{
border-color: #7F4EA7;
}
.TagClassName
{
border-color: #7F4EA7;
}
</style>