Shades of Studio #7C52B4
Tints of Studio #7C52B4
RGB
CMYK
RGB Variations
Color information
#7C52B4 (or 0x7C52B4) is known color: Studio. HEX triplet: 7C, 52 and B4. RGB value is (124,82,180). Sum of RGB (Red+Green+Blue) = 124+82+180=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #7C52B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C52B4 is #83AD4B. Grayscale: #696969. Windows color (decimal): -8629580 or 11817596. OLE color: 11817596.
HSL color Cylindrical-coordinate representation of color #7C52B4: hue angle of 265.71º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C52B4 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 82 | 180 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.29 |
| HSL | 265.71º | 0.4% | 0.51% | - |
| HSV(B) | 265.71º | 0.54% | 0.71% | - |
| XYZ | 19.57 | 13.61 | 44.78 | - |
| YUV | 105.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 180 | 0.31 | 0.54 | 0 | 0.29 | 265.71 | 0.4 | 0.51 |
| Hex | 7C | 52 | B4 | 1F | 36 | 0 | 1D | 10A | 28 | 33 |
| Octal | 174 | 122 | 264 | 37 | 66 | 0 | 35 | 412 | 50 | 63 |
| Binary | 1111100 | 1010010 | 10110100 | 11111 | 110110 | 0 | 11101 | 100001010 | 101000 | 110011 |
Color Harmonies of #7C52B4
Complementary color
Monochromatic Colors of #7C52B4
Black with #7C52B4
Text Example
Text Example
White with #7C52B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C52B4; }
p { color: rgb(124,82,180); }
H1.HeaderClassName
{
color: #7C52B4;
}
.AnyTagClassName
{
color: #7C52B4;
}
</style>
background-color css
<style>
a { background-color: #7C52B4; }
a { background-color: rgb(124,82,180); }
div.DivClassName
{
background-color: #7C52B4;
}
.BgClassName
{
background-color: #7C52B4;
}
</style>
border-color css
<style>
span { border-color: #7C52B4; }
span { border-color: rgb(124,82,180); }
td.TdClassName
{
border-color: #7C52B4;
}
.TagClassName
{
border-color: #7C52B4;
}
</style>