Shades of Studio #7D48BF
Tints of Studio #7D48BF
RGB
CMYK
RGB Variations
Color information
#7D48BF (or 0x7D48BF) is known color: Studio. HEX triplet: 7D, 48 and BF. RGB value is (125,72,191). Sum of RGB (Red+Green+Blue) = 125+72+191=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D48BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D48BF is #82B740. Grayscale: #646464. Windows color (decimal): -8566593 or 12535933. OLE color: 12535933.
HSL color Cylindrical-coordinate representation of color #7D48BF: hue angle of 266.72º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D48BF is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 72 | 191 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.25 |
| HSL | 266.72º | 0.48% | 0.52% | - |
| HSV(B) | 266.72º | 0.62% | 0.75% | - |
| XYZ | 20.18 | 12.76 | 50.69 | - |
| YUV | 101.41 | 178.56 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 72 | 191 | 0.35 | 0.62 | 0 | 0.25 | 266.72 | 0.48 | 0.52 |
| Hex | 7D | 48 | BF | 23 | 3E | 0 | 19 | 10B | 30 | 34 |
| Octal | 175 | 110 | 277 | 43 | 76 | 0 | 31 | 413 | 60 | 64 |
| Binary | 1111101 | 1001000 | 10111111 | 100011 | 111110 | 0 | 11001 | 100001011 | 110000 | 110100 |
Color Harmonies of #7D48BF
Complementary color
Monochromatic Colors of #7D48BF
Black with #7D48BF
Text Example
Text Example
White with #7D48BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D48BF; }
p { color: rgb(125,72,191); }
H1.HeaderClassName
{
color: #7D48BF;
}
.AnyTagClassName
{
color: #7D48BF;
}
</style>
background-color css
<style>
a { background-color: #7D48BF; }
a { background-color: rgb(125,72,191); }
div.DivClassName
{
background-color: #7D48BF;
}
.BgClassName
{
background-color: #7D48BF;
}
</style>
border-color css
<style>
span { border-color: #7D48BF; }
span { border-color: rgb(125,72,191); }
td.TdClassName
{
border-color: #7D48BF;
}
.TagClassName
{
border-color: #7D48BF;
}
</style>