Shades of Studio #7F39AC
Tints of Studio #7F39AC
RGB
CMYK
RGB Variations
Color information
#7F39AC (or 0x7F39AC) is known color: Studio. HEX triplet: 7F, 39 and AC. RGB value is (127,57,172). Sum of RGB (Red+Green+Blue) = 127+57+172=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F39AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F39AC is #80C653. Grayscale: #5A5A5A. Windows color (decimal): -8439380 or 11286911. OLE color: 11286911.
HSL color Cylindrical-coordinate representation of color #7F39AC: hue angle of 276.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F39AC is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 57 | 172 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.33 |
| HSL | 276.52º | 0.5% | 0.45% | - |
| HSV(B) | 276.52º | 0.67% | 0.67% | - |
| XYZ | 17.66 | 10.42 | 40.11 | - |
| YUV | 91.04 | 173.69 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 57 | 172 | 0.26 | 0.67 | 0 | 0.33 | 276.52 | 0.5 | 0.45 |
| Hex | 7F | 39 | AC | 1A | 43 | 0 | 21 | 115 | 32 | 2D |
| Octal | 177 | 71 | 254 | 32 | 103 | 0 | 41 | 425 | 62 | 55 |
| Binary | 1111111 | 111001 | 10101100 | 11010 | 1000011 | 0 | 100001 | 100010101 | 110010 | 101101 |
Color Harmonies of #7F39AC
Complementary color
Monochromatic Colors of #7F39AC
Black with #7F39AC
Text Example
Text Example
White with #7F39AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F39AC; }
p { color: rgb(127,57,172); }
H1.HeaderClassName
{
color: #7F39AC;
}
.AnyTagClassName
{
color: #7F39AC;
}
</style>
background-color css
<style>
a { background-color: #7F39AC; }
a { background-color: rgb(127,57,172); }
div.DivClassName
{
background-color: #7F39AC;
}
.BgClassName
{
background-color: #7F39AC;
}
</style>
border-color css
<style>
span { border-color: #7F39AC; }
span { border-color: rgb(127,57,172); }
td.TdClassName
{
border-color: #7F39AC;
}
.TagClassName
{
border-color: #7F39AC;
}
</style>