Shades of Studio #7A459A
Tints of Studio #7A459A
RGB
CMYK
RGB Variations
Color information
#7A459A (or 0x7A459A) is known color: Studio. HEX triplet: 7A, 45 and 9A. RGB value is (122,69,154). Sum of RGB (Red+Green+Blue) = 122+69+154=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A459A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A459A is #85BA65. Grayscale: #5E5E5E. Windows color (decimal): -8764006 or 10110330. OLE color: 10110330.
HSL color Cylindrical-coordinate representation of color #7A459A: hue angle of 277.41º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A459A is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 69 | 154 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.40 |
| HSL | 277.41º | 0.38% | 0.44% | - |
| HSV(B) | 277.41º | 0.55% | 0.6% | - |
| XYZ | 15.99 | 10.73 | 31.8 | - |
| YUV | 94.54 | 161.56 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 154 | 0.21 | 0.55 | 0 | 0.40 | 277.41 | 0.38 | 0.44 |
| Hex | 7A | 45 | 9A | 15 | 37 | 0 | 28 | 115 | 26 | 2C |
| Octal | 172 | 105 | 232 | 25 | 67 | 0 | 50 | 425 | 46 | 54 |
| Binary | 1111010 | 1000101 | 10011010 | 10101 | 110111 | 0 | 101000 | 100010101 | 100110 | 101100 |
Color Harmonies of #7A459A
Complementary color
Monochromatic Colors of #7A459A
Black with #7A459A
Text Example
Text Example
White with #7A459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A459A; }
p { color: rgb(122,69,154); }
H1.HeaderClassName
{
color: #7A459A;
}
.AnyTagClassName
{
color: #7A459A;
}
</style>
background-color css
<style>
a { background-color: #7A459A; }
a { background-color: rgb(122,69,154); }
div.DivClassName
{
background-color: #7A459A;
}
.BgClassName
{
background-color: #7A459A;
}
</style>
border-color css
<style>
span { border-color: #7A459A; }
span { border-color: rgb(122,69,154); }
td.TdClassName
{
border-color: #7A459A;
}
.TagClassName
{
border-color: #7A459A;
}
</style>