Shades of Studio #7C53A5
Tints of Studio #7C53A5
RGB
CMYK
RGB Variations
Color information
#7C53A5 (or 0x7C53A5) is known color: Studio. HEX triplet: 7C, 53 and A5. RGB value is (124,83,165). Sum of RGB (Red+Green+Blue) = 124+83+165=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 165 - color contains mainly: blue. Hex color #7C53A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C53A5 is #83AC5A. Grayscale: #686868. Windows color (decimal): -8629339 or 10834812. OLE color: 10834812.
HSL color Cylindrical-coordinate representation of color #7C53A5: 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.5%. Process color model (Four color, CMYK) of #7C53A5 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 83 | 165 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.35 |
| HSL | 270º | 0.33% | 0.49% | - |
| HSV(B) | 270º | 0.5% | 0.65% | - |
| XYZ | 18.2 | 13.19 | 37.18 | - |
| YUV | 104.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 165 | 0.25 | 0.50 | 0 | 0.35 | 270 | 0.33 | 0.49 |
| Hex | 7C | 53 | A5 | 19 | 32 | 0 | 23 | 10E | 21 | 31 |
| Octal | 174 | 123 | 245 | 31 | 62 | 0 | 43 | 416 | 41 | 61 |
| Binary | 1111100 | 1010011 | 10100101 | 11001 | 110010 | 0 | 100011 | 100001110 | 100001 | 110001 |
Color Harmonies of #7C53A5
Complementary color
Monochromatic Colors of #7C53A5
Black with #7C53A5
Text Example
Text Example
White with #7C53A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C53A5; }
p { color: rgb(124,83,165); }
H1.HeaderClassName
{
color: #7C53A5;
}
.AnyTagClassName
{
color: #7C53A5;
}
</style>
background-color css
<style>
a { background-color: #7C53A5; }
a { background-color: rgb(124,83,165); }
div.DivClassName
{
background-color: #7C53A5;
}
.BgClassName
{
background-color: #7C53A5;
}
</style>
border-color css
<style>
span { border-color: #7C53A5; }
span { border-color: rgb(124,83,165); }
td.TdClassName
{
border-color: #7C53A5;
}
.TagClassName
{
border-color: #7C53A5;
}
</style>