Shades of Studio #7D4DAB
Tints of Studio #7D4DAB
RGB
CMYK
RGB Variations
Color information
#7D4DAB (or 0x7D4DAB) is known color: Studio. HEX triplet: 7D, 4D and AB. RGB value is (125,77,171). Sum of RGB (Red+Green+Blue) = 125+77+171=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D4DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4DAB is #82B254. Grayscale: #656565. Windows color (decimal): -8565333 or 11226493. OLE color: 11226493.
HSL color Cylindrical-coordinate representation of color #7D4DAB: hue angle of 270.64º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D4DAB is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 77 | 171 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.33 |
| HSL | 270.64º | 0.38% | 0.49% | - |
| HSV(B) | 270.64º | 0.55% | 0.67% | - |
| XYZ | 18.46 | 12.61 | 39.99 | - |
| YUV | 102.07 | 166.9 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 77 | 171 | 0.27 | 0.55 | 0 | 0.33 | 270.64 | 0.38 | 0.49 |
| Hex | 7D | 4D | AB | 1B | 37 | 0 | 21 | 10F | 26 | 31 |
| Octal | 175 | 115 | 253 | 33 | 67 | 0 | 41 | 417 | 46 | 61 |
| Binary | 1111101 | 1001101 | 10101011 | 11011 | 110111 | 0 | 100001 | 100001111 | 100110 | 110001 |
Color Harmonies of #7D4DAB
Complementary color
Monochromatic Colors of #7D4DAB
Black with #7D4DAB
Text Example
Text Example
White with #7D4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4DAB; }
p { color: rgb(125,77,171); }
H1.HeaderClassName
{
color: #7D4DAB;
}
.AnyTagClassName
{
color: #7D4DAB;
}
</style>
background-color css
<style>
a { background-color: #7D4DAB; }
a { background-color: rgb(125,77,171); }
div.DivClassName
{
background-color: #7D4DAB;
}
.BgClassName
{
background-color: #7D4DAB;
}
</style>
border-color css
<style>
span { border-color: #7D4DAB; }
span { border-color: rgb(125,77,171); }
td.TdClassName
{
border-color: #7D4DAB;
}
.TagClassName
{
border-color: #7D4DAB;
}
</style>