Shades of Studio #7A459D
Tints of Studio #7A459D
RGB
CMYK
RGB Variations
Color information
#7A459D (or 0x7A459D) is known color: Studio. HEX triplet: 7A, 45 and 9D. RGB value is (122,69,157). Sum of RGB (Red+Green+Blue) = 122+69+157=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A459D is #85BA62. Grayscale: #5E5E5E. Windows color (decimal): -8764003 or 10306938. OLE color: 10306938.
HSL color Cylindrical-coordinate representation of color #7A459D: hue angle of 276.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A459D is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 69 | 157 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.38 |
| HSL | 276.14º | 0.39% | 0.44% | - |
| HSV(B) | 276.14º | 0.56% | 0.62% | - |
| XYZ | 16.24 | 10.83 | 33.13 | - |
| YUV | 94.88 | 163.06 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 157 | 0.22 | 0.56 | 0 | 0.38 | 276.14 | 0.39 | 0.44 |
| Hex | 7A | 45 | 9D | 16 | 38 | 0 | 26 | 114 | 27 | 2C |
| Octal | 172 | 105 | 235 | 26 | 70 | 0 | 46 | 424 | 47 | 54 |
| Binary | 1111010 | 1000101 | 10011101 | 10110 | 111000 | 0 | 100110 | 100010100 | 100111 | 101100 |
Color Harmonies of #7A459D
Complementary color
Monochromatic Colors of #7A459D
Black with #7A459D
Text Example
Text Example
White with #7A459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A459D; }
p { color: rgb(122,69,157); }
H1.HeaderClassName
{
color: #7A459D;
}
.AnyTagClassName
{
color: #7A459D;
}
</style>
background-color css
<style>
a { background-color: #7A459D; }
a { background-color: rgb(122,69,157); }
div.DivClassName
{
background-color: #7A459D;
}
.BgClassName
{
background-color: #7A459D;
}
</style>
border-color css
<style>
span { border-color: #7A459D; }
span { border-color: rgb(122,69,157); }
td.TdClassName
{
border-color: #7A459D;
}
.TagClassName
{
border-color: #7A459D;
}
</style>