Shades of Studio #7A409B
Tints of Studio #7A409B
RGB
CMYK
RGB Variations
Color information
#7A409B (or 0x7A409B) is known color: Studio. HEX triplet: 7A, 40 and 9B. RGB value is (122,64,155). Sum of RGB (Red+Green+Blue) = 122+64+155=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A409B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A409B is #85BF64. Grayscale: #5B5B5B. Windows color (decimal): -8765285 or 10174586. OLE color: 10174586.
HSL color Cylindrical-coordinate representation of color #7A409B: hue angle of 278.24º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A409B is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 64 | 155 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.39 |
| HSL | 278.24º | 0.42% | 0.43% | - |
| HSV(B) | 278.24º | 0.59% | 0.61% | - |
| XYZ | 15.78 | 10.17 | 32.14 | - |
| YUV | 91.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 64 | 155 | 0.21 | 0.59 | 0 | 0.39 | 278.24 | 0.42 | 0.43 |
| Hex | 7A | 40 | 9B | 15 | 3B | 0 | 27 | 116 | 2A | 2B |
| Octal | 172 | 100 | 233 | 25 | 73 | 0 | 47 | 426 | 52 | 53 |
| Binary | 1111010 | 1000000 | 10011011 | 10101 | 111011 | 0 | 100111 | 100010110 | 101010 | 101011 |
Color Harmonies of #7A409B
Complementary color
Monochromatic Colors of #7A409B
Black with #7A409B
Text Example
Text Example
White with #7A409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A409B; }
p { color: rgb(122,64,155); }
H1.HeaderClassName
{
color: #7A409B;
}
.AnyTagClassName
{
color: #7A409B;
}
</style>
background-color css
<style>
a { background-color: #7A409B; }
a { background-color: rgb(122,64,155); }
div.DivClassName
{
background-color: #7A409B;
}
.BgClassName
{
background-color: #7A409B;
}
</style>
border-color css
<style>
span { border-color: #7A409B; }
span { border-color: rgb(122,64,155); }
td.TdClassName
{
border-color: #7A409B;
}
.TagClassName
{
border-color: #7A409B;
}
</style>