Shades of Studio #7D41AB
Tints of Studio #7D41AB
RGB
CMYK
RGB Variations
Color information
#7D41AB (or 0x7D41AB) is known color: Studio. HEX triplet: 7D, 41 and AB. RGB value is (125,65,171). Sum of RGB (Red+Green+Blue) = 125+65+171=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D41AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D41AB is #82BE54. Grayscale: #5E5E5E. Windows color (decimal): -8568405 or 11223421. OLE color: 11223421.
HSL color Cylindrical-coordinate representation of color #7D41AB: hue angle of 273.96º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D41AB is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 65 | 171 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.33 |
| HSL | 273.96º | 0.45% | 0.46% | - |
| HSV(B) | 273.96º | 0.62% | 0.67% | - |
| XYZ | 17.7 | 11.08 | 39.73 | - |
| YUV | 95.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 65 | 171 | 0.27 | 0.62 | 0 | 0.33 | 273.96 | 0.45 | 0.46 |
| Hex | 7D | 41 | AB | 1B | 3E | 0 | 21 | 112 | 2D | 2E |
| Octal | 175 | 101 | 253 | 33 | 76 | 0 | 41 | 422 | 55 | 56 |
| Binary | 1111101 | 1000001 | 10101011 | 11011 | 111110 | 0 | 100001 | 100010010 | 101101 | 101110 |
Color Harmonies of #7D41AB
Complementary color
Monochromatic Colors of #7D41AB
Black with #7D41AB
Text Example
Text Example
White with #7D41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D41AB; }
p { color: rgb(125,65,171); }
H1.HeaderClassName
{
color: #7D41AB;
}
.AnyTagClassName
{
color: #7D41AB;
}
</style>
background-color css
<style>
a { background-color: #7D41AB; }
a { background-color: rgb(125,65,171); }
div.DivClassName
{
background-color: #7D41AB;
}
.BgClassName
{
background-color: #7D41AB;
}
</style>
border-color css
<style>
span { border-color: #7D41AB; }
span { border-color: rgb(125,65,171); }
td.TdClassName
{
border-color: #7D41AB;
}
.TagClassName
{
border-color: #7D41AB;
}
</style>