Shades of Studio #7D4AB2
Tints of Studio #7D4AB2
RGB
CMYK
RGB Variations
Color information
#7D4AB2 (or 0x7D4AB2) is known color: Studio. HEX triplet: 7D, 4A and B2. RGB value is (125,74,178). Sum of RGB (Red+Green+Blue) = 125+74+178=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 178 - color contains mainly: blue. Hex color #7D4AB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4AB2 is #82B54D. Grayscale: #646464. Windows color (decimal): -8566094 or 11684477. OLE color: 11684477.
HSL color Cylindrical-coordinate representation of color #7D4AB2: hue angle of 269.42º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D4AB2 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 74 | 178 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.30 |
| HSL | 269.42º | 0.41% | 0.49% | - |
| HSV(B) | 269.42º | 0.58% | 0.7% | - |
| XYZ | 18.94 | 12.47 | 43.53 | - |
| YUV | 101.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 178 | 0.30 | 0.58 | 0 | 0.30 | 269.42 | 0.41 | 0.49 |
| Hex | 7D | 4A | B2 | 1E | 3A | 0 | 1E | 10D | 29 | 31 |
| Octal | 175 | 112 | 262 | 36 | 72 | 0 | 36 | 415 | 51 | 61 |
| Binary | 1111101 | 1001010 | 10110010 | 11110 | 111010 | 0 | 11110 | 100001101 | 101001 | 110001 |
Color Harmonies of #7D4AB2
Complementary color
Monochromatic Colors of #7D4AB2
Black with #7D4AB2
Text Example
Text Example
White with #7D4AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4AB2; }
p { color: rgb(125,74,178); }
H1.HeaderClassName
{
color: #7D4AB2;
}
.AnyTagClassName
{
color: #7D4AB2;
}
</style>
background-color css
<style>
a { background-color: #7D4AB2; }
a { background-color: rgb(125,74,178); }
div.DivClassName
{
background-color: #7D4AB2;
}
.BgClassName
{
background-color: #7D4AB2;
}
</style>
border-color css
<style>
span { border-color: #7D4AB2; }
span { border-color: rgb(125,74,178); }
td.TdClassName
{
border-color: #7D4AB2;
}
.TagClassName
{
border-color: #7D4AB2;
}
</style>