Shades of Studio #7A44AC
Tints of Studio #7A44AC
RGB
CMYK
RGB Variations
Color information
#7A44AC (or 0x7A44AC) is known color: Studio. HEX triplet: 7A, 44 and AC. RGB value is (122,68,172). Sum of RGB (Red+Green+Blue) = 122+68+172=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A44AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A44AC is #85BB53. Grayscale: #5F5F5F. Windows color (decimal): -8764244 or 11289722. OLE color: 11289722.
HSL color Cylindrical-coordinate representation of color #7A44AC: hue angle of 271.15º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A44AC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 68 | 172 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.33 |
| HSL | 271.15º | 0.43% | 0.47% | - |
| HSV(B) | 271.15º | 0.6% | 0.67% | - |
| XYZ | 17.54 | 11.25 | 40.28 | - |
| YUV | 96 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 68 | 172 | 0.29 | 0.60 | 0 | 0.33 | 271.15 | 0.43 | 0.47 |
| Hex | 7A | 44 | AC | 1D | 3C | 0 | 21 | 10F | 2B | 2F |
| Octal | 172 | 104 | 254 | 35 | 74 | 0 | 41 | 417 | 53 | 57 |
| Binary | 1111010 | 1000100 | 10101100 | 11101 | 111100 | 0 | 100001 | 100001111 | 101011 | 101111 |
Color Harmonies of #7A44AC
Complementary color
Monochromatic Colors of #7A44AC
Black with #7A44AC
Text Example
Text Example
White with #7A44AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A44AC; }
p { color: rgb(122,68,172); }
H1.HeaderClassName
{
color: #7A44AC;
}
.AnyTagClassName
{
color: #7A44AC;
}
</style>
background-color css
<style>
a { background-color: #7A44AC; }
a { background-color: rgb(122,68,172); }
div.DivClassName
{
background-color: #7A44AC;
}
.BgClassName
{
background-color: #7A44AC;
}
</style>
border-color css
<style>
span { border-color: #7A44AC; }
span { border-color: rgb(122,68,172); }
td.TdClassName
{
border-color: #7A44AC;
}
.TagClassName
{
border-color: #7A44AC;
}
</style>