Shades of Studio #7B409D
Tints of Studio #7B409D
RGB
CMYK
RGB Variations
Color information
#7B409D (or 0x7B409D) is known color: Studio. HEX triplet: 7B, 40 and 9D. RGB value is (123,64,157). Sum of RGB (Red+Green+Blue) = 123+64+157=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B409D is #84BF62. Grayscale: #5B5B5B. Windows color (decimal): -8699747 or 10305659. OLE color: 10305659.
HSL color Cylindrical-coordinate representation of color #7B409D: hue angle of 278.06º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B409D is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 64 | 157 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.38 |
| HSL | 278.06º | 0.42% | 0.43% | - |
| HSV(B) | 278.06º | 0.59% | 0.62% | - |
| XYZ | 16.09 | 10.31 | 33.04 | - |
| YUV | 92.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 157 | 0.22 | 0.59 | 0 | 0.38 | 278.06 | 0.42 | 0.43 |
| Hex | 7B | 40 | 9D | 16 | 3B | 0 | 26 | 116 | 2A | 2B |
| Octal | 173 | 100 | 235 | 26 | 73 | 0 | 46 | 426 | 52 | 53 |
| Binary | 1111011 | 1000000 | 10011101 | 10110 | 111011 | 0 | 100110 | 100010110 | 101010 | 101011 |
Color Harmonies of #7B409D
Complementary color
Monochromatic Colors of #7B409D
Black with #7B409D
Text Example
Text Example
White with #7B409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B409D; }
p { color: rgb(123,64,157); }
H1.HeaderClassName
{
color: #7B409D;
}
.AnyTagClassName
{
color: #7B409D;
}
</style>
background-color css
<style>
a { background-color: #7B409D; }
a { background-color: rgb(123,64,157); }
div.DivClassName
{
background-color: #7B409D;
}
.BgClassName
{
background-color: #7B409D;
}
</style>
border-color css
<style>
span { border-color: #7B409D; }
span { border-color: rgb(123,64,157); }
td.TdClassName
{
border-color: #7B409D;
}
.TagClassName
{
border-color: #7B409D;
}
</style>