Shades of Studio #7A4FB6
Tints of Studio #7A4FB6
RGB
CMYK
RGB Variations
Color information
#7A4FB6 (or 0x7A4FB6) is known color: Studio. HEX triplet: 7A, 4F and B6. RGB value is (122,79,182). Sum of RGB (Red+Green+Blue) = 122+79+182=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A4FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4FB6 is #85B049. Grayscale: #676767. Windows color (decimal): -8761418 or 11947898. OLE color: 11947898.
HSL color Cylindrical-coordinate representation of color #7A4FB6: hue angle of 265.05º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A4FB6 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 79 | 182 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.29 |
| HSL | 265.05º | 0.41% | 0.51% | - |
| HSV(B) | 265.05º | 0.57% | 0.71% | - |
| XYZ | 19.27 | 13.11 | 45.77 | - |
| YUV | 103.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 79 | 182 | 0.33 | 0.57 | 0 | 0.29 | 265.05 | 0.41 | 0.51 |
| Hex | 7A | 4F | B6 | 21 | 39 | 0 | 1D | 109 | 29 | 33 |
| Octal | 172 | 117 | 266 | 41 | 71 | 0 | 35 | 411 | 51 | 63 |
| Binary | 1111010 | 1001111 | 10110110 | 100001 | 111001 | 0 | 11101 | 100001001 | 101001 | 110011 |
Color Harmonies of #7A4FB6
Complementary color
Monochromatic Colors of #7A4FB6
Black with #7A4FB6
Text Example
Text Example
White with #7A4FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4FB6; }
p { color: rgb(122,79,182); }
H1.HeaderClassName
{
color: #7A4FB6;
}
.AnyTagClassName
{
color: #7A4FB6;
}
</style>
background-color css
<style>
a { background-color: #7A4FB6; }
a { background-color: rgb(122,79,182); }
div.DivClassName
{
background-color: #7A4FB6;
}
.BgClassName
{
background-color: #7A4FB6;
}
</style>
border-color css
<style>
span { border-color: #7A4FB6; }
span { border-color: rgb(122,79,182); }
td.TdClassName
{
border-color: #7A4FB6;
}
.TagClassName
{
border-color: #7A4FB6;
}
</style>