Shades of Studio #7D4BAB
Tints of Studio #7D4BAB
RGB
CMYK
RGB Variations
Color information
#7D4BAB (or 0x7D4BAB) is known color: Studio. HEX triplet: 7D, 4B and AB. RGB value is (125,75,171). Sum of RGB (Red+Green+Blue) = 125+75+171=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D4BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4BAB is #82B454. Grayscale: #646464. Windows color (decimal): -8565845 or 11225981. OLE color: 11225981.
HSL color Cylindrical-coordinate representation of color #7D4BAB: hue angle of 271.25º 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 #7D4BAB is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 75 | 171 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.33 |
| HSL | 271.25º | 0.39% | 0.48% | - |
| HSV(B) | 271.25º | 0.56% | 0.67% | - |
| XYZ | 18.32 | 12.33 | 39.94 | - |
| YUV | 100.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 171 | 0.27 | 0.56 | 0 | 0.33 | 271.25 | 0.39 | 0.48 |
| Hex | 7D | 4B | AB | 1B | 38 | 0 | 21 | 10F | 27 | 30 |
| Octal | 175 | 113 | 253 | 33 | 70 | 0 | 41 | 417 | 47 | 60 |
| Binary | 1111101 | 1001011 | 10101011 | 11011 | 111000 | 0 | 100001 | 100001111 | 100111 | 110000 |
Color Harmonies of #7D4BAB
Complementary color
Monochromatic Colors of #7D4BAB
Black with #7D4BAB
Text Example
Text Example
White with #7D4BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4BAB; }
p { color: rgb(125,75,171); }
H1.HeaderClassName
{
color: #7D4BAB;
}
.AnyTagClassName
{
color: #7D4BAB;
}
</style>
background-color css
<style>
a { background-color: #7D4BAB; }
a { background-color: rgb(125,75,171); }
div.DivClassName
{
background-color: #7D4BAB;
}
.BgClassName
{
background-color: #7D4BAB;
}
</style>
border-color css
<style>
span { border-color: #7D4BAB; }
span { border-color: rgb(125,75,171); }
td.TdClassName
{
border-color: #7D4BAB;
}
.TagClassName
{
border-color: #7D4BAB;
}
</style>