Shades of Studio #7D44BC
Tints of Studio #7D44BC
RGB
CMYK
RGB Variations
Color information
#7D44BC (or 0x7D44BC) is known color: Studio. HEX triplet: 7D, 44 and BC. RGB value is (125,68,188). Sum of RGB (Red+Green+Blue) = 125+68+188=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D44BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D44BC is #82BB43. Grayscale: #626262. Windows color (decimal): -8567620 or 12338301. OLE color: 12338301.
HSL color Cylindrical-coordinate representation of color #7D44BC: hue angle of 268.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D44BC is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 68 | 188 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.26 |
| HSL | 268.5º | 0.47% | 0.5% | - |
| HSV(B) | 268.5º | 0.64% | 0.74% | - |
| XYZ | 19.6 | 12.13 | 48.88 | - |
| YUV | 98.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 68 | 188 | 0.34 | 0.64 | 0 | 0.26 | 268.5 | 0.47 | 0.5 |
| Hex | 7D | 44 | BC | 22 | 40 | 0 | 1A | 10C | 2F | 32 |
| Octal | 175 | 104 | 274 | 42 | 100 | 0 | 32 | 414 | 57 | 62 |
| Binary | 1111101 | 1000100 | 10111100 | 100010 | 1000000 | 0 | 11010 | 100001100 | 101111 | 110010 |
Color Harmonies of #7D44BC
Complementary color
Monochromatic Colors of #7D44BC
Black with #7D44BC
Text Example
Text Example
White with #7D44BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D44BC; }
p { color: rgb(125,68,188); }
H1.HeaderClassName
{
color: #7D44BC;
}
.AnyTagClassName
{
color: #7D44BC;
}
</style>
background-color css
<style>
a { background-color: #7D44BC; }
a { background-color: rgb(125,68,188); }
div.DivClassName
{
background-color: #7D44BC;
}
.BgClassName
{
background-color: #7D44BC;
}
</style>
border-color css
<style>
span { border-color: #7D44BC; }
span { border-color: rgb(125,68,188); }
td.TdClassName
{
border-color: #7D44BC;
}
.TagClassName
{
border-color: #7D44BC;
}
</style>