Shades of Studio #7A469F
Tints of Studio #7A469F
RGB
CMYK
RGB Variations
Color information
#7A469F (or 0x7A469F) is known color: Studio. HEX triplet: 7A, 46 and 9F. RGB value is (122,70,159). Sum of RGB (Red+Green+Blue) = 122+70+159=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A469F is #85B960. Grayscale: #5F5F5F. Windows color (decimal): -8763745 or 10438266. OLE color: 10438266.
HSL color Cylindrical-coordinate representation of color #7A469F: hue angle of 275.06º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A469F is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 70 | 159 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.38 |
| HSL | 275.06º | 0.39% | 0.45% | - |
| HSV(B) | 275.06º | 0.56% | 0.62% | - |
| XYZ | 16.47 | 11.02 | 34.06 | - |
| YUV | 95.69 | 163.73 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 159 | 0.23 | 0.56 | 0 | 0.38 | 275.06 | 0.39 | 0.45 |
| Hex | 7A | 46 | 9F | 17 | 38 | 0 | 26 | 113 | 27 | 2D |
| Octal | 172 | 106 | 237 | 27 | 70 | 0 | 46 | 423 | 47 | 55 |
| Binary | 1111010 | 1000110 | 10011111 | 10111 | 111000 | 0 | 100110 | 100010011 | 100111 | 101101 |
Color Harmonies of #7A469F
Complementary color
Monochromatic Colors of #7A469F
Black with #7A469F
Text Example
Text Example
White with #7A469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A469F; }
p { color: rgb(122,70,159); }
H1.HeaderClassName
{
color: #7A469F;
}
.AnyTagClassName
{
color: #7A469F;
}
</style>
background-color css
<style>
a { background-color: #7A469F; }
a { background-color: rgb(122,70,159); }
div.DivClassName
{
background-color: #7A469F;
}
.BgClassName
{
background-color: #7A469F;
}
</style>
border-color css
<style>
span { border-color: #7A469F; }
span { border-color: rgb(122,70,159); }
td.TdClassName
{
border-color: #7A469F;
}
.TagClassName
{
border-color: #7A469F;
}
</style>