Shades of Studio #7F55A7
Tints of Studio #7F55A7
RGB
CMYK
RGB Variations
Color information
#7F55A7 (or 0x7F55A7) is known color: Studio. HEX triplet: 7F, 55 and A7. RGB value is (127,85,167). Sum of RGB (Red+Green+Blue) = 127+85+167=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 167 - color contains mainly: blue. Hex color #7F55A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F55A7 is #80AA58. Grayscale: #6A6A6A. Windows color (decimal): -8432217 or 10966399. OLE color: 10966399.
HSL color Cylindrical-coordinate representation of color #7F55A7: hue angle of 270.73º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F55A7 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 85 | 167 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.35 |
| HSL | 270.73º | 0.33% | 0.49% | - |
| HSV(B) | 270.73º | 0.49% | 0.65% | - |
| XYZ | 18.98 | 13.8 | 38.22 | - |
| YUV | 106.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 167 | 0.24 | 0.49 | 0 | 0.35 | 270.73 | 0.33 | 0.49 |
| Hex | 7F | 55 | A7 | 18 | 31 | 0 | 23 | 10F | 21 | 31 |
| Octal | 177 | 125 | 247 | 30 | 61 | 0 | 43 | 417 | 41 | 61 |
| Binary | 1111111 | 1010101 | 10100111 | 11000 | 110001 | 0 | 100011 | 100001111 | 100001 | 110001 |
Color Harmonies of #7F55A7
Complementary color
Monochromatic Colors of #7F55A7
Black with #7F55A7
Text Example
Text Example
White with #7F55A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F55A7; }
p { color: rgb(127,85,167); }
H1.HeaderClassName
{
color: #7F55A7;
}
.AnyTagClassName
{
color: #7F55A7;
}
</style>
background-color css
<style>
a { background-color: #7F55A7; }
a { background-color: rgb(127,85,167); }
div.DivClassName
{
background-color: #7F55A7;
}
.BgClassName
{
background-color: #7F55A7;
}
</style>
border-color css
<style>
span { border-color: #7F55A7; }
span { border-color: rgb(127,85,167); }
td.TdClassName
{
border-color: #7F55A7;
}
.TagClassName
{
border-color: #7F55A7;
}
</style>