Shades of Studio #7D4FAF
Tints of Studio #7D4FAF
RGB
CMYK
RGB Variations
Color information
#7D4FAF (or 0x7D4FAF) is known color: Studio. HEX triplet: 7D, 4F and AF. RGB value is (125,79,175). Sum of RGB (Red+Green+Blue) = 125+79+175=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D4FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4FAF is #82B050. Grayscale: #676767. Windows color (decimal): -8564817 or 11489149. OLE color: 11489149.
HSL color Cylindrical-coordinate representation of color #7D4FAF: hue angle of 268.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D4FAF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 79 | 175 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.31 |
| HSL | 268.75º | 0.38% | 0.5% | - |
| HSV(B) | 268.75º | 0.55% | 0.69% | - |
| XYZ | 18.99 | 13.05 | 42.07 | - |
| YUV | 103.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 175 | 0.29 | 0.55 | 0 | 0.31 | 268.75 | 0.38 | 0.5 |
| Hex | 7D | 4F | AF | 1D | 37 | 0 | 1F | 10D | 26 | 32 |
| Octal | 175 | 117 | 257 | 35 | 67 | 0 | 37 | 415 | 46 | 62 |
| Binary | 1111101 | 1001111 | 10101111 | 11101 | 110111 | 0 | 11111 | 100001101 | 100110 | 110010 |
Color Harmonies of #7D4FAF
Complementary color
Monochromatic Colors of #7D4FAF
Black with #7D4FAF
Text Example
Text Example
White with #7D4FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4FAF; }
p { color: rgb(125,79,175); }
H1.HeaderClassName
{
color: #7D4FAF;
}
.AnyTagClassName
{
color: #7D4FAF;
}
</style>
background-color css
<style>
a { background-color: #7D4FAF; }
a { background-color: rgb(125,79,175); }
div.DivClassName
{
background-color: #7D4FAF;
}
.BgClassName
{
background-color: #7D4FAF;
}
</style>
border-color css
<style>
span { border-color: #7D4FAF; }
span { border-color: rgb(125,79,175); }
td.TdClassName
{
border-color: #7D4FAF;
}
.TagClassName
{
border-color: #7D4FAF;
}
</style>