Shades of Studio #7A53AC
Tints of Studio #7A53AC
RGB
CMYK
RGB Variations
Color information
#7A53AC (or 0x7A53AC) is known color: Studio. HEX triplet: 7A, 53 and AC. RGB value is (122,83,172). Sum of RGB (Red+Green+Blue) = 122+83+172=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A53AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A53AC is #85AC53. Grayscale: #686868. Windows color (decimal): -8760404 or 11293562. OLE color: 11293562.
HSL color Cylindrical-coordinate representation of color #7A53AC: hue angle of 266.29º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A53AC is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 83 | 172 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.33 |
| HSL | 266.29º | 0.35% | 0.5% | - |
| HSV(B) | 266.29º | 0.52% | 0.67% | - |
| XYZ | 18.57 | 13.3 | 40.62 | - |
| YUV | 104.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 172 | 0.29 | 0.52 | 0 | 0.33 | 266.29 | 0.35 | 0.5 |
| Hex | 7A | 53 | AC | 1D | 34 | 0 | 21 | 10A | 23 | 32 |
| Octal | 172 | 123 | 254 | 35 | 64 | 0 | 41 | 412 | 43 | 62 |
| Binary | 1111010 | 1010011 | 10101100 | 11101 | 110100 | 0 | 100001 | 100001010 | 100011 | 110010 |
Color Harmonies of #7A53AC
Complementary color
Monochromatic Colors of #7A53AC
Black with #7A53AC
Text Example
Text Example
White with #7A53AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A53AC; }
p { color: rgb(122,83,172); }
H1.HeaderClassName
{
color: #7A53AC;
}
.AnyTagClassName
{
color: #7A53AC;
}
</style>
background-color css
<style>
a { background-color: #7A53AC; }
a { background-color: rgb(122,83,172); }
div.DivClassName
{
background-color: #7A53AC;
}
.BgClassName
{
background-color: #7A53AC;
}
</style>
border-color css
<style>
span { border-color: #7A53AC; }
span { border-color: rgb(122,83,172); }
td.TdClassName
{
border-color: #7A53AC;
}
.TagClassName
{
border-color: #7A53AC;
}
</style>