Shades of Studio #7A4CB7
Tints of Studio #7A4CB7
RGB
CMYK
RGB Variations
Color information
#7A4CB7 (or 0x7A4CB7) is known color: Studio. HEX triplet: 7A, 4C and B7. RGB value is (122,76,183). Sum of RGB (Red+Green+Blue) = 122+76+183=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #7A4CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A4CB7 is #85B348. Grayscale: #656565. Windows color (decimal): -8762185 or 12012666. OLE color: 12012666.
HSL color Cylindrical-coordinate representation of color #7A4CB7: hue angle of 265.79º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A4CB7 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 76 | 183 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.28 |
| HSL | 265.79º | 0.43% | 0.51% | - |
| HSV(B) | 265.79º | 0.58% | 0.72% | - |
| XYZ | 19.16 | 12.73 | 46.25 | - |
| YUV | 101.95 | 173.74 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 76 | 183 | 0.33 | 0.58 | 0 | 0.28 | 265.79 | 0.43 | 0.51 |
| Hex | 7A | 4C | B7 | 21 | 3A | 0 | 1C | 10A | 2B | 33 |
| Octal | 172 | 114 | 267 | 41 | 72 | 0 | 34 | 412 | 53 | 63 |
| Binary | 1111010 | 1001100 | 10110111 | 100001 | 111010 | 0 | 11100 | 100001010 | 101011 | 110011 |
Color Harmonies of #7A4CB7
Complementary color
Monochromatic Colors of #7A4CB7
Black with #7A4CB7
Text Example
Text Example
White with #7A4CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4CB7; }
p { color: rgb(122,76,183); }
H1.HeaderClassName
{
color: #7A4CB7;
}
.AnyTagClassName
{
color: #7A4CB7;
}
</style>
background-color css
<style>
a { background-color: #7A4CB7; }
a { background-color: rgb(122,76,183); }
div.DivClassName
{
background-color: #7A4CB7;
}
.BgClassName
{
background-color: #7A4CB7;
}
</style>
border-color css
<style>
span { border-color: #7A4CB7; }
span { border-color: rgb(122,76,183); }
td.TdClassName
{
border-color: #7A4CB7;
}
.TagClassName
{
border-color: #7A4CB7;
}
</style>