Shades of Studio #7F41AC
Tints of Studio #7F41AC
RGB
CMYK
RGB Variations
Color information
#7F41AC (or 0x7F41AC) is known color: Studio. HEX triplet: 7F, 41 and AC. RGB value is (127,65,172). Sum of RGB (Red+Green+Blue) = 127+65+172=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F41AC is #80BE53. Grayscale: #5F5F5F. Windows color (decimal): -8437332 or 11288959. OLE color: 11288959.
HSL color Cylindrical-coordinate representation of color #7F41AC: hue angle of 274.77º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F41AC is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 65 | 172 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.33 |
| HSL | 274.77º | 0.45% | 0.46% | - |
| HSV(B) | 274.77º | 0.62% | 0.67% | - |
| XYZ | 18.09 | 11.27 | 40.25 | - |
| YUV | 95.74 | 171.04 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 172 | 0.26 | 0.62 | 0 | 0.33 | 274.77 | 0.45 | 0.46 |
| Hex | 7F | 41 | AC | 1A | 3E | 0 | 21 | 113 | 2D | 2E |
| Octal | 177 | 101 | 254 | 32 | 76 | 0 | 41 | 423 | 55 | 56 |
| Binary | 1111111 | 1000001 | 10101100 | 11010 | 111110 | 0 | 100001 | 100010011 | 101101 | 101110 |
Color Harmonies of #7F41AC
Complementary color
Monochromatic Colors of #7F41AC
Black with #7F41AC
Text Example
Text Example
White with #7F41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F41AC; }
p { color: rgb(127,65,172); }
H1.HeaderClassName
{
color: #7F41AC;
}
.AnyTagClassName
{
color: #7F41AC;
}
</style>
background-color css
<style>
a { background-color: #7F41AC; }
a { background-color: rgb(127,65,172); }
div.DivClassName
{
background-color: #7F41AC;
}
.BgClassName
{
background-color: #7F41AC;
}
</style>
border-color css
<style>
span { border-color: #7F41AC; }
span { border-color: rgb(127,65,172); }
td.TdClassName
{
border-color: #7F41AC;
}
.TagClassName
{
border-color: #7F41AC;
}
</style>