Shades of Studio #7D4EAF
Tints of Studio #7D4EAF
RGB
CMYK
RGB Variations
Color information
#7D4EAF (or 0x7D4EAF) is known color: Studio. HEX triplet: 7D, 4E and AF. RGB value is (125,78,175). Sum of RGB (Red+Green+Blue) = 125+78+175=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D4EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4EAF is #82B150. Grayscale: #666666. Windows color (decimal): -8565073 or 11488893. OLE color: 11488893.
HSL color Cylindrical-coordinate representation of color #7D4EAF: hue angle of 269.07º 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 #7D4EAF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 78 | 175 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.31 |
| HSL | 269.07º | 0.38% | 0.5% | - |
| HSV(B) | 269.07º | 0.55% | 0.69% | - |
| XYZ | 18.92 | 12.9 | 42.05 | - |
| YUV | 103.11 | 168.57 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 78 | 175 | 0.29 | 0.55 | 0 | 0.31 | 269.07 | 0.38 | 0.5 |
| Hex | 7D | 4E | AF | 1D | 37 | 0 | 1F | 10D | 26 | 32 |
| Octal | 175 | 116 | 257 | 35 | 67 | 0 | 37 | 415 | 46 | 62 |
| Binary | 1111101 | 1001110 | 10101111 | 11101 | 110111 | 0 | 11111 | 100001101 | 100110 | 110010 |
Color Harmonies of #7D4EAF
Complementary color
Monochromatic Colors of #7D4EAF
Black with #7D4EAF
Text Example
Text Example
White with #7D4EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4EAF; }
p { color: rgb(125,78,175); }
H1.HeaderClassName
{
color: #7D4EAF;
}
.AnyTagClassName
{
color: #7D4EAF;
}
</style>
background-color css
<style>
a { background-color: #7D4EAF; }
a { background-color: rgb(125,78,175); }
div.DivClassName
{
background-color: #7D4EAF;
}
.BgClassName
{
background-color: #7D4EAF;
}
</style>
border-color css
<style>
span { border-color: #7D4EAF; }
span { border-color: rgb(125,78,175); }
td.TdClassName
{
border-color: #7D4EAF;
}
.TagClassName
{
border-color: #7D4EAF;
}
</style>