Shades of Studio #7D4DAF
Tints of Studio #7D4DAF
RGB
CMYK
RGB Variations
Color information
#7D4DAF (or 0x7D4DAF) is known color: Studio. HEX triplet: 7D, 4D and AF. RGB value is (125,77,175). Sum of RGB (Red+Green+Blue) = 125+77+175=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D4DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4DAF is #82B250. Grayscale: #666666. Windows color (decimal): -8565329 or 11488637. OLE color: 11488637.
HSL color Cylindrical-coordinate representation of color #7D4DAF: hue angle of 269.39º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D4DAF is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 77 | 175 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.31 |
| HSL | 269.39º | 0.39% | 0.49% | - |
| HSV(B) | 269.39º | 0.56% | 0.69% | - |
| XYZ | 18.85 | 12.76 | 42.03 | - |
| YUV | 102.52 | 168.9 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 77 | 175 | 0.29 | 0.56 | 0 | 0.31 | 269.39 | 0.39 | 0.49 |
| Hex | 7D | 4D | AF | 1D | 38 | 0 | 1F | 10D | 27 | 31 |
| Octal | 175 | 115 | 257 | 35 | 70 | 0 | 37 | 415 | 47 | 61 |
| Binary | 1111101 | 1001101 | 10101111 | 11101 | 111000 | 0 | 11111 | 100001101 | 100111 | 110001 |
Color Harmonies of #7D4DAF
Complementary color
Monochromatic Colors of #7D4DAF
Black with #7D4DAF
Text Example
Text Example
White with #7D4DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4DAF; }
p { color: rgb(125,77,175); }
H1.HeaderClassName
{
color: #7D4DAF;
}
.AnyTagClassName
{
color: #7D4DAF;
}
</style>
background-color css
<style>
a { background-color: #7D4DAF; }
a { background-color: rgb(125,77,175); }
div.DivClassName
{
background-color: #7D4DAF;
}
.BgClassName
{
background-color: #7D4DAF;
}
</style>
border-color css
<style>
span { border-color: #7D4DAF; }
span { border-color: rgb(125,77,175); }
td.TdClassName
{
border-color: #7D4DAF;
}
.TagClassName
{
border-color: #7D4DAF;
}
</style>