Shades of Studio #7D4FA6
Tints of Studio #7D4FA6
RGB
CMYK
RGB Variations
Color information
#7D4FA6 (or 0x7D4FA6) is known color: Studio. HEX triplet: 7D, 4F and A6. RGB value is (125,79,166). Sum of RGB (Red+Green+Blue) = 125+79+166=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 166 - color contains mainly: blue. Hex color #7D4FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4FA6 is #82B059. Grayscale: #666666. Windows color (decimal): -8564826 or 10899325. OLE color: 10899325.
HSL color Cylindrical-coordinate representation of color #7D4FA6: hue angle of 271.72º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D4FA6 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 79 | 166 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.35 |
| HSL | 271.72º | 0.36% | 0.48% | - |
| HSV(B) | 271.72º | 0.52% | 0.65% | - |
| XYZ | 18.14 | 12.71 | 37.57 | - |
| YUV | 102.67 | 163.74 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 166 | 0.25 | 0.52 | 0 | 0.35 | 271.72 | 0.36 | 0.48 |
| Hex | 7D | 4F | A6 | 19 | 34 | 0 | 23 | 110 | 24 | 30 |
| Octal | 175 | 117 | 246 | 31 | 64 | 0 | 43 | 420 | 44 | 60 |
| Binary | 1111101 | 1001111 | 10100110 | 11001 | 110100 | 0 | 100011 | 100010000 | 100100 | 110000 |
Color Harmonies of #7D4FA6
Complementary color
Monochromatic Colors of #7D4FA6
Black with #7D4FA6
Text Example
Text Example
White with #7D4FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4FA6; }
p { color: rgb(125,79,166); }
H1.HeaderClassName
{
color: #7D4FA6;
}
.AnyTagClassName
{
color: #7D4FA6;
}
</style>
background-color css
<style>
a { background-color: #7D4FA6; }
a { background-color: rgb(125,79,166); }
div.DivClassName
{
background-color: #7D4FA6;
}
.BgClassName
{
background-color: #7D4FA6;
}
</style>
border-color css
<style>
span { border-color: #7D4FA6; }
span { border-color: rgb(125,79,166); }
td.TdClassName
{
border-color: #7D4FA6;
}
.TagClassName
{
border-color: #7D4FA6;
}
</style>