Shades of Studio #7B409F
Tints of Studio #7B409F
RGB
CMYK
RGB Variations
Color information
#7B409F (or 0x7B409F) is known color: Studio. HEX triplet: 7B, 40 and 9F. RGB value is (123,64,159). Sum of RGB (Red+Green+Blue) = 123+64+159=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B409F is #84BF60. Grayscale: #5C5C5C. Windows color (decimal): -8699745 or 10436731. OLE color: 10436731.
HSL color Cylindrical-coordinate representation of color #7B409F: hue angle of 277.26º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B409F is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 64 | 159 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.38 |
| HSL | 277.26º | 0.43% | 0.44% | - |
| HSV(B) | 277.26º | 0.6% | 0.62% | - |
| XYZ | 16.26 | 10.38 | 33.95 | - |
| YUV | 92.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 159 | 0.23 | 0.60 | 0 | 0.38 | 277.26 | 0.43 | 0.44 |
| Hex | 7B | 40 | 9F | 17 | 3C | 0 | 26 | 115 | 2B | 2C |
| Octal | 173 | 100 | 237 | 27 | 74 | 0 | 46 | 425 | 53 | 54 |
| Binary | 1111011 | 1000000 | 10011111 | 10111 | 111100 | 0 | 100110 | 100010101 | 101011 | 101100 |
Color Harmonies of #7B409F
Complementary color
Monochromatic Colors of #7B409F
Black with #7B409F
Text Example
Text Example
White with #7B409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B409F; }
p { color: rgb(123,64,159); }
H1.HeaderClassName
{
color: #7B409F;
}
.AnyTagClassName
{
color: #7B409F;
}
</style>
background-color css
<style>
a { background-color: #7B409F; }
a { background-color: rgb(123,64,159); }
div.DivClassName
{
background-color: #7B409F;
}
.BgClassName
{
background-color: #7B409F;
}
</style>
border-color css
<style>
span { border-color: #7B409F; }
span { border-color: rgb(123,64,159); }
td.TdClassName
{
border-color: #7B409F;
}
.TagClassName
{
border-color: #7B409F;
}
</style>