Shades of Studio #7D449E
Tints of Studio #7D449E
RGB
CMYK
RGB Variations
Color information
#7D449E (or 0x7D449E) is known color: Studio. HEX triplet: 7D, 44 and 9E. RGB value is (125,68,158). Sum of RGB (Red+Green+Blue) = 125+68+158=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D449E is #82BB61. Grayscale: #5F5F5F. Windows color (decimal): -8567650 or 10372221. OLE color: 10372221.
HSL color Cylindrical-coordinate representation of color #7D449E: hue angle of 278º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D449E is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 68 | 158 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.38 |
| HSL | 278º | 0.4% | 0.44% | - |
| HSV(B) | 278º | 0.57% | 0.62% | - |
| XYZ | 16.7 | 10.96 | 33.58 | - |
| YUV | 95.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 68 | 158 | 0.21 | 0.57 | 0 | 0.38 | 278 | 0.4 | 0.44 |
| Hex | 7D | 44 | 9E | 15 | 39 | 0 | 26 | 116 | 28 | 2C |
| Octal | 175 | 104 | 236 | 25 | 71 | 0 | 46 | 426 | 50 | 54 |
| Binary | 1111101 | 1000100 | 10011110 | 10101 | 111001 | 0 | 100110 | 100010110 | 101000 | 101100 |
Color Harmonies of #7D449E
Complementary color
Monochromatic Colors of #7D449E
Black with #7D449E
Text Example
Text Example
White with #7D449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D449E; }
p { color: rgb(125,68,158); }
H1.HeaderClassName
{
color: #7D449E;
}
.AnyTagClassName
{
color: #7D449E;
}
</style>
background-color css
<style>
a { background-color: #7D449E; }
a { background-color: rgb(125,68,158); }
div.DivClassName
{
background-color: #7D449E;
}
.BgClassName
{
background-color: #7D449E;
}
</style>
border-color css
<style>
span { border-color: #7D449E; }
span { border-color: rgb(125,68,158); }
td.TdClassName
{
border-color: #7D449E;
}
.TagClassName
{
border-color: #7D449E;
}
</style>