Shades of Studio #7C57A2
Tints of Studio #7C57A2
RGB
CMYK
RGB Variations
Color information
#7C57A2 (or 0x7C57A2) is known color: Studio. HEX triplet: 7C, 57 and A2. RGB value is (124,87,162). Sum of RGB (Red+Green+Blue) = 124+87+162=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 162 - color contains mainly: blue. Hex color #7C57A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C57A2 is #83A85D. Grayscale: #6A6A6A. Windows color (decimal): -8628318 or 10639228. OLE color: 10639228.
HSL color Cylindrical-coordinate representation of color #7C57A2: hue angle of 269.6º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C57A2 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 87 | 162 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.36 |
| HSL | 269.6º | 0.3% | 0.49% | - |
| HSV(B) | 269.6º | 0.46% | 0.64% | - |
| XYZ | 18.24 | 13.71 | 35.87 | - |
| YUV | 106.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 162 | 0.23 | 0.46 | 0 | 0.36 | 269.6 | 0.3 | 0.49 |
| Hex | 7C | 57 | A2 | 17 | 2E | 0 | 24 | 10E | 1E | 31 |
| Octal | 174 | 127 | 242 | 27 | 56 | 0 | 44 | 416 | 36 | 61 |
| Binary | 1111100 | 1010111 | 10100010 | 10111 | 101110 | 0 | 100100 | 100001110 | 11110 | 110001 |
Color Harmonies of #7C57A2
Complementary color
Monochromatic Colors of #7C57A2
Black with #7C57A2
Text Example
Text Example
White with #7C57A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C57A2; }
p { color: rgb(124,87,162); }
H1.HeaderClassName
{
color: #7C57A2;
}
.AnyTagClassName
{
color: #7C57A2;
}
</style>
background-color css
<style>
a { background-color: #7C57A2; }
a { background-color: rgb(124,87,162); }
div.DivClassName
{
background-color: #7C57A2;
}
.BgClassName
{
background-color: #7C57A2;
}
</style>
border-color css
<style>
span { border-color: #7C57A2; }
span { border-color: rgb(124,87,162); }
td.TdClassName
{
border-color: #7C57A2;
}
.TagClassName
{
border-color: #7C57A2;
}
</style>