Shades of Studio #7D4CC1
Tints of Studio #7D4CC1
RGB
CMYK
RGB Variations
Color information
#7D4CC1 (or 0x7D4CC1) is known color: Studio. HEX triplet: 7D, 4C and C1. RGB value is (125,76,193). Sum of RGB (Red+Green+Blue) = 125+76+193=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D4CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4CC1 is #82B33E. Grayscale: #676767. Windows color (decimal): -8565567 or 12668029. OLE color: 12668029.
HSL color Cylindrical-coordinate representation of color #7D4CC1: hue angle of 265.13º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D4CC1 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 76 | 193 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.24 |
| HSL | 265.13º | 0.49% | 0.53% | - |
| HSV(B) | 265.13º | 0.61% | 0.76% | - |
| XYZ | 20.67 | 13.38 | 51.95 | - |
| YUV | 103.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 193 | 0.35 | 0.61 | 0 | 0.24 | 265.13 | 0.49 | 0.53 |
| Hex | 7D | 4C | C1 | 23 | 3D | 0 | 18 | 109 | 31 | 35 |
| Octal | 175 | 114 | 301 | 43 | 75 | 0 | 30 | 411 | 61 | 65 |
| Binary | 1111101 | 1001100 | 11000001 | 100011 | 111101 | 0 | 11000 | 100001001 | 110001 | 110101 |
Color Harmonies of #7D4CC1
Complementary color
Monochromatic Colors of #7D4CC1
Black with #7D4CC1
Text Example
Text Example
White with #7D4CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4CC1; }
p { color: rgb(125,76,193); }
H1.HeaderClassName
{
color: #7D4CC1;
}
.AnyTagClassName
{
color: #7D4CC1;
}
</style>
background-color css
<style>
a { background-color: #7D4CC1; }
a { background-color: rgb(125,76,193); }
div.DivClassName
{
background-color: #7D4CC1;
}
.BgClassName
{
background-color: #7D4CC1;
}
</style>
border-color css
<style>
span { border-color: #7D4CC1; }
span { border-color: rgb(125,76,193); }
td.TdClassName
{
border-color: #7D4CC1;
}
.TagClassName
{
border-color: #7D4CC1;
}
</style>