Shades of Studio #7F57AC
Tints of Studio #7F57AC
RGB
CMYK
RGB Variations
Color information
#7F57AC (or 0x7F57AC) is known color: Studio. HEX triplet: 7F, 57 and AC. RGB value is (127,87,172). Sum of RGB (Red+Green+Blue) = 127+87+172=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F57AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F57AC is #80A853. Grayscale: #6C6C6C. Windows color (decimal): -8431700 or 11294591. OLE color: 11294591.
HSL color Cylindrical-coordinate representation of color #7F57AC: hue angle of 268.24º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F57AC is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 87 | 172 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.33 |
| HSL | 268.24º | 0.34% | 0.51% | - |
| HSV(B) | 268.24º | 0.49% | 0.67% | - |
| XYZ | 19.61 | 14.31 | 40.76 | - |
| YUV | 108.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 87 | 172 | 0.26 | 0.49 | 0 | 0.33 | 268.24 | 0.34 | 0.51 |
| Hex | 7F | 57 | AC | 1A | 31 | 0 | 21 | 10C | 22 | 33 |
| Octal | 177 | 127 | 254 | 32 | 61 | 0 | 41 | 414 | 42 | 63 |
| Binary | 1111111 | 1010111 | 10101100 | 11010 | 110001 | 0 | 100001 | 100001100 | 100010 | 110011 |
Color Harmonies of #7F57AC
Complementary color
Monochromatic Colors of #7F57AC
Black with #7F57AC
Text Example
Text Example
White with #7F57AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F57AC; }
p { color: rgb(127,87,172); }
H1.HeaderClassName
{
color: #7F57AC;
}
.AnyTagClassName
{
color: #7F57AC;
}
</style>
background-color css
<style>
a { background-color: #7F57AC; }
a { background-color: rgb(127,87,172); }
div.DivClassName
{
background-color: #7F57AC;
}
.BgClassName
{
background-color: #7F57AC;
}
</style>
border-color css
<style>
span { border-color: #7F57AC; }
span { border-color: rgb(127,87,172); }
td.TdClassName
{
border-color: #7F57AC;
}
.TagClassName
{
border-color: #7F57AC;
}
</style>