Shades of Studio #7D4AAA
Tints of Studio #7D4AAA
RGB
CMYK
RGB Variations
Color information
#7D4AAA (or 0x7D4AAA) is known color: Studio. HEX triplet: 7D, 4A and AA. RGB value is (125,74,170). Sum of RGB (Red+Green+Blue) = 125+74+170=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D4AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4AAA is #82B555. Grayscale: #636363. Windows color (decimal): -8566102 or 11160189. OLE color: 11160189.
HSL color Cylindrical-coordinate representation of color #7D4AAA: hue angle of 271.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D4AAA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 74 | 170 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.33 |
| HSL | 271.88º | 0.39% | 0.48% | - |
| HSV(B) | 271.88º | 0.56% | 0.67% | - |
| XYZ | 18.16 | 12.16 | 39.42 | - |
| YUV | 100.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 170 | 0.26 | 0.56 | 0 | 0.33 | 271.88 | 0.39 | 0.48 |
| Hex | 7D | 4A | AA | 1A | 38 | 0 | 21 | 110 | 27 | 30 |
| Octal | 175 | 112 | 252 | 32 | 70 | 0 | 41 | 420 | 47 | 60 |
| Binary | 1111101 | 1001010 | 10101010 | 11010 | 111000 | 0 | 100001 | 100010000 | 100111 | 110000 |
Color Harmonies of #7D4AAA
Complementary color
Monochromatic Colors of #7D4AAA
Black with #7D4AAA
Text Example
Text Example
White with #7D4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4AAA; }
p { color: rgb(125,74,170); }
H1.HeaderClassName
{
color: #7D4AAA;
}
.AnyTagClassName
{
color: #7D4AAA;
}
</style>
background-color css
<style>
a { background-color: #7D4AAA; }
a { background-color: rgb(125,74,170); }
div.DivClassName
{
background-color: #7D4AAA;
}
.BgClassName
{
background-color: #7D4AAA;
}
</style>
border-color css
<style>
span { border-color: #7D4AAA; }
span { border-color: rgb(125,74,170); }
td.TdClassName
{
border-color: #7D4AAA;
}
.TagClassName
{
border-color: #7D4AAA;
}
</style>