Shades of Studio #7C52BA
Tints of Studio #7C52BA
RGB
CMYK
RGB Variations
Color information
#7C52BA (or 0x7C52BA) is known color: Studio. HEX triplet: 7C, 52 and BA. RGB value is (124,82,186). Sum of RGB (Red+Green+Blue) = 124+82+186=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C52BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C52BA is #83AD45. Grayscale: #6A6A6A. Windows color (decimal): -8629574 or 12210812. OLE color: 12210812.
HSL color Cylindrical-coordinate representation of color #7C52BA: hue angle of 264.23º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C52BA is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 82 | 186 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.27 |
| HSL | 264.23º | 0.43% | 0.53% | - |
| HSV(B) | 264.23º | 0.56% | 0.73% | - |
| XYZ | 20.19 | 13.86 | 48.07 | - |
| YUV | 106.41 | 172.91 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 186 | 0.33 | 0.56 | 0 | 0.27 | 264.23 | 0.43 | 0.53 |
| Hex | 7C | 52 | BA | 21 | 38 | 0 | 1B | 108 | 2B | 35 |
| Octal | 174 | 122 | 272 | 41 | 70 | 0 | 33 | 410 | 53 | 65 |
| Binary | 1111100 | 1010010 | 10111010 | 100001 | 111000 | 0 | 11011 | 100001000 | 101011 | 110101 |
Color Harmonies of #7C52BA
Complementary color
Monochromatic Colors of #7C52BA
Black with #7C52BA
Text Example
Text Example
White with #7C52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C52BA; }
p { color: rgb(124,82,186); }
H1.HeaderClassName
{
color: #7C52BA;
}
.AnyTagClassName
{
color: #7C52BA;
}
</style>
background-color css
<style>
a { background-color: #7C52BA; }
a { background-color: rgb(124,82,186); }
div.DivClassName
{
background-color: #7C52BA;
}
.BgClassName
{
background-color: #7C52BA;
}
</style>
border-color css
<style>
span { border-color: #7C52BA; }
span { border-color: rgb(124,82,186); }
td.TdClassName
{
border-color: #7C52BA;
}
.TagClassName
{
border-color: #7C52BA;
}
</style>