Shades of Studio #7E55A7
Tints of Studio #7E55A7
RGB
CMYK
RGB Variations
Color information
#7E55A7 (or 0x7E55A7) is known color: Studio. HEX triplet: 7E, 55 and A7. RGB value is (126,85,167). Sum of RGB (Red+Green+Blue) = 126+85+167=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #7E55A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E55A7 is #81AA58. Grayscale: #6A6A6A. Windows color (decimal): -8497753 or 10966398. OLE color: 10966398.
HSL color Cylindrical-coordinate representation of color #7E55A7: hue angle of 270º 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 #7E55A7 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 85 | 167 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.35 |
| HSL | 270º | 0.33% | 0.49% | - |
| HSV(B) | 270º | 0.49% | 0.65% | - |
| XYZ | 18.83 | 13.72 | 38.22 | - |
| YUV | 106.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 167 | 0.25 | 0.49 | 0 | 0.35 | 270 | 0.33 | 0.49 |
| Hex | 7E | 55 | A7 | 19 | 31 | 0 | 23 | 10E | 21 | 31 |
| Octal | 176 | 125 | 247 | 31 | 61 | 0 | 43 | 416 | 41 | 61 |
| Binary | 1111110 | 1010101 | 10100111 | 11001 | 110001 | 0 | 100011 | 100001110 | 100001 | 110001 |
Color Harmonies of #7E55A7
Complementary color
Monochromatic Colors of #7E55A7
Black with #7E55A7
Text Example
Text Example
White with #7E55A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E55A7; }
p { color: rgb(126,85,167); }
H1.HeaderClassName
{
color: #7E55A7;
}
.AnyTagClassName
{
color: #7E55A7;
}
</style>
background-color css
<style>
a { background-color: #7E55A7; }
a { background-color: rgb(126,85,167); }
div.DivClassName
{
background-color: #7E55A7;
}
.BgClassName
{
background-color: #7E55A7;
}
</style>
border-color css
<style>
span { border-color: #7E55A7; }
span { border-color: rgb(126,85,167); }
td.TdClassName
{
border-color: #7E55A7;
}
.TagClassName
{
border-color: #7E55A7;
}
</style>