Shades of Studio #7C57A4
Tints of Studio #7C57A4
RGB
CMYK
RGB Variations
Color information
#7C57A4 (or 0x7C57A4) is known color: Studio. HEX triplet: 7C, 57 and A4. RGB value is (124,87,164). Sum of RGB (Red+Green+Blue) = 124+87+164=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 164 - color contains mainly: blue. Hex color #7C57A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C57A4 is #83A85B. Grayscale: #6A6A6A. Windows color (decimal): -8628316 or 10770300. OLE color: 10770300.
HSL color Cylindrical-coordinate representation of color #7C57A4: hue angle of 268.83º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C57A4 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 87 | 164 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.36 |
| HSL | 268.83º | 0.31% | 0.49% | - |
| HSV(B) | 268.83º | 0.47% | 0.64% | - |
| XYZ | 18.42 | 13.78 | 36.81 | - |
| YUV | 106.84 | 160.26 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 164 | 0.24 | 0.47 | 0 | 0.36 | 268.83 | 0.31 | 0.49 |
| Hex | 7C | 57 | A4 | 18 | 2F | 0 | 24 | 10D | 1F | 31 |
| Octal | 174 | 127 | 244 | 30 | 57 | 0 | 44 | 415 | 37 | 61 |
| Binary | 1111100 | 1010111 | 10100100 | 11000 | 101111 | 0 | 100100 | 100001101 | 11111 | 110001 |
Color Harmonies of #7C57A4
Complementary color
Monochromatic Colors of #7C57A4
Black with #7C57A4
Text Example
Text Example
White with #7C57A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C57A4; }
p { color: rgb(124,87,164); }
H1.HeaderClassName
{
color: #7C57A4;
}
.AnyTagClassName
{
color: #7C57A4;
}
</style>
background-color css
<style>
a { background-color: #7C57A4; }
a { background-color: rgb(124,87,164); }
div.DivClassName
{
background-color: #7C57A4;
}
.BgClassName
{
background-color: #7C57A4;
}
</style>
border-color css
<style>
span { border-color: #7C57A4; }
span { border-color: rgb(124,87,164); }
td.TdClassName
{
border-color: #7C57A4;
}
.TagClassName
{
border-color: #7C57A4;
}
</style>