Shades of Studio #7F55A4
Tints of Studio #7F55A4
RGB
CMYK
RGB Variations
Color information
#7F55A4 (or 0x7F55A4) is known color: Studio. HEX triplet: 7F, 55 and A4. RGB value is (127,85,164). Sum of RGB (Red+Green+Blue) = 127+85+164=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F55A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F55A4 is #80AA5B. Grayscale: #6A6A6A. Windows color (decimal): -8432220 or 10769791. OLE color: 10769791.
HSL color Cylindrical-coordinate representation of color #7F55A4: hue angle of 271.9º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F55A4 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 85 | 164 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.36 |
| HSL | 271.9º | 0.32% | 0.49% | - |
| HSV(B) | 271.9º | 0.48% | 0.64% | - |
| XYZ | 18.7 | 13.69 | 36.78 | - |
| YUV | 106.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 164 | 0.23 | 0.48 | 0 | 0.36 | 271.9 | 0.32 | 0.49 |
| Hex | 7F | 55 | A4 | 17 | 30 | 0 | 24 | 110 | 20 | 31 |
| Octal | 177 | 125 | 244 | 27 | 60 | 0 | 44 | 420 | 40 | 61 |
| Binary | 1111111 | 1010101 | 10100100 | 10111 | 110000 | 0 | 100100 | 100010000 | 100000 | 110001 |
Color Harmonies of #7F55A4
Complementary color
Monochromatic Colors of #7F55A4
Black with #7F55A4
Text Example
Text Example
White with #7F55A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F55A4; }
p { color: rgb(127,85,164); }
H1.HeaderClassName
{
color: #7F55A4;
}
.AnyTagClassName
{
color: #7F55A4;
}
</style>
background-color css
<style>
a { background-color: #7F55A4; }
a { background-color: rgb(127,85,164); }
div.DivClassName
{
background-color: #7F55A4;
}
.BgClassName
{
background-color: #7F55A4;
}
</style>
border-color css
<style>
span { border-color: #7F55A4; }
span { border-color: rgb(127,85,164); }
td.TdClassName
{
border-color: #7F55A4;
}
.TagClassName
{
border-color: #7F55A4;
}
</style>