Shades of Studio #7D48BC
Tints of Studio #7D48BC
RGB
CMYK
RGB Variations
Color information
#7D48BC (or 0x7D48BC) is known color: Studio. HEX triplet: 7D, 48 and BC. RGB value is (125,72,188). Sum of RGB (Red+Green+Blue) = 125+72+188=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D48BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D48BC is #82B743. Grayscale: #646464. Windows color (decimal): -8566596 or 12339325. OLE color: 12339325.
HSL color Cylindrical-coordinate representation of color #7D48BC: hue angle of 267.41º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D48BC is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 72 | 188 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.26 |
| HSL | 267.41º | 0.46% | 0.51% | - |
| HSV(B) | 267.41º | 0.62% | 0.74% | - |
| XYZ | 19.85 | 12.63 | 48.97 | - |
| YUV | 101.07 | 177.06 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 72 | 188 | 0.34 | 0.62 | 0 | 0.26 | 267.41 | 0.46 | 0.51 |
| Hex | 7D | 48 | BC | 22 | 3E | 0 | 1A | 10B | 2E | 33 |
| Octal | 175 | 110 | 274 | 42 | 76 | 0 | 32 | 413 | 56 | 63 |
| Binary | 1111101 | 1001000 | 10111100 | 100010 | 111110 | 0 | 11010 | 100001011 | 101110 | 110011 |
Color Harmonies of #7D48BC
Complementary color
Monochromatic Colors of #7D48BC
Black with #7D48BC
Text Example
Text Example
White with #7D48BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D48BC; }
p { color: rgb(125,72,188); }
H1.HeaderClassName
{
color: #7D48BC;
}
.AnyTagClassName
{
color: #7D48BC;
}
</style>
background-color css
<style>
a { background-color: #7D48BC; }
a { background-color: rgb(125,72,188); }
div.DivClassName
{
background-color: #7D48BC;
}
.BgClassName
{
background-color: #7D48BC;
}
</style>
border-color css
<style>
span { border-color: #7D48BC; }
span { border-color: rgb(125,72,188); }
td.TdClassName
{
border-color: #7D48BC;
}
.TagClassName
{
border-color: #7D48BC;
}
</style>