Shades of Studio #7D40A7
Tints of Studio #7D40A7
RGB
CMYK
RGB Variations
Color information
#7D40A7 (or 0x7D40A7) is known color: Studio. HEX triplet: 7D, 40 and A7. RGB value is (125,64,167). Sum of RGB (Red+Green+Blue) = 125+64+167=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 167 - color contains mainly: blue. Hex color #7D40A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D40A7 is #82BF58. Grayscale: #5D5D5D. Windows color (decimal): -8568665 or 10961021. OLE color: 10961021.
HSL color Cylindrical-coordinate representation of color #7D40A7: hue angle of 275.53º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D40A7 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 64 | 167 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.35 |
| HSL | 275.53º | 0.45% | 0.45% | - |
| HSV(B) | 275.53º | 0.62% | 0.65% | - |
| XYZ | 17.27 | 10.82 | 37.74 | - |
| YUV | 93.98 | 169.21 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 167 | 0.25 | 0.62 | 0 | 0.35 | 275.53 | 0.45 | 0.45 |
| Hex | 7D | 40 | A7 | 19 | 3E | 0 | 23 | 114 | 2D | 2D |
| Octal | 175 | 100 | 247 | 31 | 76 | 0 | 43 | 424 | 55 | 55 |
| Binary | 1111101 | 1000000 | 10100111 | 11001 | 111110 | 0 | 100011 | 100010100 | 101101 | 101101 |
Color Harmonies of #7D40A7
Complementary color
Monochromatic Colors of #7D40A7
Black with #7D40A7
Text Example
Text Example
White with #7D40A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D40A7; }
p { color: rgb(125,64,167); }
H1.HeaderClassName
{
color: #7D40A7;
}
.AnyTagClassName
{
color: #7D40A7;
}
</style>
background-color css
<style>
a { background-color: #7D40A7; }
a { background-color: rgb(125,64,167); }
div.DivClassName
{
background-color: #7D40A7;
}
.BgClassName
{
background-color: #7D40A7;
}
</style>
border-color css
<style>
span { border-color: #7D40A7; }
span { border-color: rgb(125,64,167); }
td.TdClassName
{
border-color: #7D40A7;
}
.TagClassName
{
border-color: #7D40A7;
}
</style>