Shades of Studio #7D4BC1
Tints of Studio #7D4BC1
RGB
CMYK
RGB Variations
Color information
#7D4BC1 (or 0x7D4BC1) is known color: Studio. HEX triplet: 7D, 4B and C1. RGB value is (125,75,193). Sum of RGB (Red+Green+Blue) = 125+75+193=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D4BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4BC1 is #82B43E. Grayscale: #666666. Windows color (decimal): -8565823 or 12667773. OLE color: 12667773.
HSL color Cylindrical-coordinate representation of color #7D4BC1: hue angle of 265.42º 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 #7D4BC1 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 75 | 193 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.24 |
| HSL | 265.42º | 0.49% | 0.53% | - |
| HSV(B) | 265.42º | 0.61% | 0.76% | - |
| XYZ | 20.6 | 13.24 | 51.92 | - |
| YUV | 103.4 | 178.57 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 193 | 0.35 | 0.61 | 0 | 0.24 | 265.42 | 0.49 | 0.53 |
| Hex | 7D | 4B | C1 | 23 | 3D | 0 | 18 | 109 | 31 | 35 |
| Octal | 175 | 113 | 301 | 43 | 75 | 0 | 30 | 411 | 61 | 65 |
| Binary | 1111101 | 1001011 | 11000001 | 100011 | 111101 | 0 | 11000 | 100001001 | 110001 | 110101 |
Color Harmonies of #7D4BC1
Complementary color
Monochromatic Colors of #7D4BC1
Black with #7D4BC1
Text Example
Text Example
White with #7D4BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4BC1; }
p { color: rgb(125,75,193); }
H1.HeaderClassName
{
color: #7D4BC1;
}
.AnyTagClassName
{
color: #7D4BC1;
}
</style>
background-color css
<style>
a { background-color: #7D4BC1; }
a { background-color: rgb(125,75,193); }
div.DivClassName
{
background-color: #7D4BC1;
}
.BgClassName
{
background-color: #7D4BC1;
}
</style>
border-color css
<style>
span { border-color: #7D4BC1; }
span { border-color: rgb(125,75,193); }
td.TdClassName
{
border-color: #7D4BC1;
}
.TagClassName
{
border-color: #7D4BC1;
}
</style>