Shades of Studio #7D4BAA
Tints of Studio #7D4BAA
RGB
CMYK
RGB Variations
Color information
#7D4BAA (or 0x7D4BAA) is known color: Studio. HEX triplet: 7D, 4B and AA. RGB value is (125,75,170). Sum of RGB (Red+Green+Blue) = 125+75+170=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D4BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4BAA is #82B455. Grayscale: #646464. Windows color (decimal): -8565846 or 11160445. OLE color: 11160445.
HSL color Cylindrical-coordinate representation of color #7D4BAA: hue angle of 271.58º 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 #7D4BAA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 75 | 170 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.33 |
| HSL | 271.58º | 0.39% | 0.48% | - |
| HSV(B) | 271.58º | 0.56% | 0.67% | - |
| XYZ | 18.23 | 12.29 | 39.44 | - |
| YUV | 100.78 | 167.07 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 170 | 0.26 | 0.56 | 0 | 0.33 | 271.58 | 0.39 | 0.48 |
| Hex | 7D | 4B | AA | 1A | 38 | 0 | 21 | 110 | 27 | 30 |
| Octal | 175 | 113 | 252 | 32 | 70 | 0 | 41 | 420 | 47 | 60 |
| Binary | 1111101 | 1001011 | 10101010 | 11010 | 111000 | 0 | 100001 | 100010000 | 100111 | 110000 |
Color Harmonies of #7D4BAA
Complementary color
Monochromatic Colors of #7D4BAA
Black with #7D4BAA
Text Example
Text Example
White with #7D4BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4BAA; }
p { color: rgb(125,75,170); }
H1.HeaderClassName
{
color: #7D4BAA;
}
.AnyTagClassName
{
color: #7D4BAA;
}
</style>
background-color css
<style>
a { background-color: #7D4BAA; }
a { background-color: rgb(125,75,170); }
div.DivClassName
{
background-color: #7D4BAA;
}
.BgClassName
{
background-color: #7D4BAA;
}
</style>
border-color css
<style>
span { border-color: #7D4BAA; }
span { border-color: rgb(125,75,170); }
td.TdClassName
{
border-color: #7D4BAA;
}
.TagClassName
{
border-color: #7D4BAA;
}
</style>