Shades of Studio #7A469C
Tints of Studio #7A469C
RGB
CMYK
RGB Variations
Color information
#7A469C (or 0x7A469C) is known color: Studio. HEX triplet: 7A, 46 and 9C. RGB value is (122,70,156). Sum of RGB (Red+Green+Blue) = 122+70+156=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A469C is #85B963. Grayscale: #5F5F5F. Windows color (decimal): -8763748 or 10241658. OLE color: 10241658.
HSL color Cylindrical-coordinate representation of color #7A469C: hue angle of 276.28º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A469C is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 70 | 156 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.39 |
| HSL | 276.28º | 0.38% | 0.44% | - |
| HSV(B) | 276.28º | 0.55% | 0.61% | - |
| XYZ | 16.22 | 10.92 | 32.71 | - |
| YUV | 95.35 | 162.23 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 156 | 0.22 | 0.55 | 0 | 0.39 | 276.28 | 0.38 | 0.44 |
| Hex | 7A | 46 | 9C | 16 | 37 | 0 | 27 | 114 | 26 | 2C |
| Octal | 172 | 106 | 234 | 26 | 67 | 0 | 47 | 424 | 46 | 54 |
| Binary | 1111010 | 1000110 | 10011100 | 10110 | 110111 | 0 | 100111 | 100010100 | 100110 | 101100 |
Color Harmonies of #7A469C
Complementary color
Monochromatic Colors of #7A469C
Black with #7A469C
Text Example
Text Example
White with #7A469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A469C; }
p { color: rgb(122,70,156); }
H1.HeaderClassName
{
color: #7A469C;
}
.AnyTagClassName
{
color: #7A469C;
}
</style>
background-color css
<style>
a { background-color: #7A469C; }
a { background-color: rgb(122,70,156); }
div.DivClassName
{
background-color: #7A469C;
}
.BgClassName
{
background-color: #7A469C;
}
</style>
border-color css
<style>
span { border-color: #7A469C; }
span { border-color: rgb(122,70,156); }
td.TdClassName
{
border-color: #7A469C;
}
.TagClassName
{
border-color: #7A469C;
}
</style>