Shades of Studio #7A4CAF
Tints of Studio #7A4CAF
RGB
CMYK
RGB Variations
Color information
#7A4CAF (or 0x7A4CAF) is known color: Studio. HEX triplet: 7A, 4C and AF. RGB value is (122,76,175). Sum of RGB (Red+Green+Blue) = 122+76+175=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A4CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4CAF is #85B350. Grayscale: #646464. Windows color (decimal): -8762193 or 11488378. OLE color: 11488378.
HSL color Cylindrical-coordinate representation of color #7A4CAF: hue angle of 267.88º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A4CAF is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 76 | 175 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.31 |
| HSL | 267.88º | 0.39% | 0.49% | - |
| HSV(B) | 267.88º | 0.57% | 0.69% | - |
| XYZ | 18.35 | 12.4 | 41.98 | - |
| YUV | 101.04 | 169.74 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 76 | 175 | 0.30 | 0.57 | 0 | 0.31 | 267.88 | 0.39 | 0.49 |
| Hex | 7A | 4C | AF | 1E | 39 | 0 | 1F | 10C | 27 | 31 |
| Octal | 172 | 114 | 257 | 36 | 71 | 0 | 37 | 414 | 47 | 61 |
| Binary | 1111010 | 1001100 | 10101111 | 11110 | 111001 | 0 | 11111 | 100001100 | 100111 | 110001 |
Color Harmonies of #7A4CAF
Complementary color
Monochromatic Colors of #7A4CAF
Black with #7A4CAF
Text Example
Text Example
White with #7A4CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4CAF; }
p { color: rgb(122,76,175); }
H1.HeaderClassName
{
color: #7A4CAF;
}
.AnyTagClassName
{
color: #7A4CAF;
}
</style>
background-color css
<style>
a { background-color: #7A4CAF; }
a { background-color: rgb(122,76,175); }
div.DivClassName
{
background-color: #7A4CAF;
}
.BgClassName
{
background-color: #7A4CAF;
}
</style>
border-color css
<style>
span { border-color: #7A4CAF; }
span { border-color: rgb(122,76,175); }
td.TdClassName
{
border-color: #7A4CAF;
}
.TagClassName
{
border-color: #7A4CAF;
}
</style>