Shades of Studio #7D4CAC
Tints of Studio #7D4CAC
RGB
CMYK
RGB Variations
Color information
#7D4CAC (or 0x7D4CAC) is known color: Studio. HEX triplet: 7D, 4C and AC. RGB value is (125,76,172). Sum of RGB (Red+Green+Blue) = 125+76+172=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D4CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4CAC is #82B353. Grayscale: #656565. Windows color (decimal): -8565588 or 11291773. OLE color: 11291773.
HSL color Cylindrical-coordinate representation of color #7D4CAC: hue angle of 270.62º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D4CAC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 76 | 172 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.33 |
| HSL | 270.63º | 0.39% | 0.49% | - |
| HSV(B) | 270.63º | 0.56% | 0.67% | - |
| XYZ | 18.49 | 12.51 | 40.47 | - |
| YUV | 101.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 172 | 0.27 | 0.56 | 0 | 0.33 | 270.63 | 0.39 | 0.49 |
| Hex | 7D | 4C | AC | 1B | 38 | 0 | 21 | 10F | 27 | 31 |
| Octal | 175 | 114 | 254 | 33 | 70 | 0 | 41 | 417 | 47 | 61 |
| Binary | 1111101 | 1001100 | 10101100 | 11011 | 111000 | 0 | 100001 | 100001111 | 100111 | 110001 |
Color Harmonies of #7D4CAC
Complementary color
Monochromatic Colors of #7D4CAC
Black with #7D4CAC
Text Example
Text Example
White with #7D4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4CAC; }
p { color: rgb(125,76,172); }
H1.HeaderClassName
{
color: #7D4CAC;
}
.AnyTagClassName
{
color: #7D4CAC;
}
</style>
background-color css
<style>
a { background-color: #7D4CAC; }
a { background-color: rgb(125,76,172); }
div.DivClassName
{
background-color: #7D4CAC;
}
.BgClassName
{
background-color: #7D4CAC;
}
</style>
border-color css
<style>
span { border-color: #7D4CAC; }
span { border-color: rgb(125,76,172); }
td.TdClassName
{
border-color: #7D4CAC;
}
.TagClassName
{
border-color: #7D4CAC;
}
</style>