Shades of Studio #7A42AC
Tints of Studio #7A42AC
RGB
CMYK
RGB Variations
Color information
#7A42AC (or 0x7A42AC) is known color: Studio. HEX triplet: 7A, 42 and AC. RGB value is (122,66,172). Sum of RGB (Red+Green+Blue) = 122+66+172=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A42AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A42AC is #85BD53. Grayscale: #5E5E5E. Windows color (decimal): -8764756 or 11289210. OLE color: 11289210.
HSL color Cylindrical-coordinate representation of color #7A42AC: hue angle of 271.7º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A42AC is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 66 | 172 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.33 |
| HSL | 271.7º | 0.45% | 0.47% | - |
| HSV(B) | 271.7º | 0.62% | 0.67% | - |
| XYZ | 17.42 | 11.01 | 40.24 | - |
| YUV | 94.83 | 171.55 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 172 | 0.29 | 0.62 | 0 | 0.33 | 271.7 | 0.45 | 0.47 |
| Hex | 7A | 42 | AC | 1D | 3E | 0 | 21 | 110 | 2D | 2F |
| Octal | 172 | 102 | 254 | 35 | 76 | 0 | 41 | 420 | 55 | 57 |
| Binary | 1111010 | 1000010 | 10101100 | 11101 | 111110 | 0 | 100001 | 100010000 | 101101 | 101111 |
Color Harmonies of #7A42AC
Complementary color
Monochromatic Colors of #7A42AC
Black with #7A42AC
Text Example
Text Example
White with #7A42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A42AC; }
p { color: rgb(122,66,172); }
H1.HeaderClassName
{
color: #7A42AC;
}
.AnyTagClassName
{
color: #7A42AC;
}
</style>
background-color css
<style>
a { background-color: #7A42AC; }
a { background-color: rgb(122,66,172); }
div.DivClassName
{
background-color: #7A42AC;
}
.BgClassName
{
background-color: #7A42AC;
}
</style>
border-color css
<style>
span { border-color: #7A42AC; }
span { border-color: rgb(122,66,172); }
td.TdClassName
{
border-color: #7A42AC;
}
.TagClassName
{
border-color: #7A42AC;
}
</style>