Shades of Studio #7F48BA
Tints of Studio #7F48BA
RGB
CMYK
RGB Variations
Color information
#7F48BA (or 0x7F48BA) is known color: Studio. HEX triplet: 7F, 48 and BA. RGB value is (127,72,186). Sum of RGB (Red+Green+Blue) = 127+72+186=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F48BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F48BA is #80B745. Grayscale: #656565. Windows color (decimal): -8435526 or 12208255. OLE color: 12208255.
HSL color Cylindrical-coordinate representation of color #7F48BA: hue angle of 268.95º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F48BA is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 72 | 186 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.27 |
| HSL | 268.95º | 0.45% | 0.51% | - |
| HSV(B) | 268.95º | 0.61% | 0.73% | - |
| XYZ | 19.93 | 12.69 | 47.85 | - |
| YUV | 101.44 | 175.72 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 72 | 186 | 0.32 | 0.61 | 0 | 0.27 | 268.95 | 0.45 | 0.51 |
| Hex | 7F | 48 | BA | 20 | 3D | 0 | 1B | 10D | 2D | 33 |
| Octal | 177 | 110 | 272 | 40 | 75 | 0 | 33 | 415 | 55 | 63 |
| Binary | 1111111 | 1001000 | 10111010 | 100000 | 111101 | 0 | 11011 | 100001101 | 101101 | 110011 |
Color Harmonies of #7F48BA
Complementary color
Monochromatic Colors of #7F48BA
Black with #7F48BA
Text Example
Text Example
White with #7F48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F48BA; }
p { color: rgb(127,72,186); }
H1.HeaderClassName
{
color: #7F48BA;
}
.AnyTagClassName
{
color: #7F48BA;
}
</style>
background-color css
<style>
a { background-color: #7F48BA; }
a { background-color: rgb(127,72,186); }
div.DivClassName
{
background-color: #7F48BA;
}
.BgClassName
{
background-color: #7F48BA;
}
</style>
border-color css
<style>
span { border-color: #7F48BA; }
span { border-color: rgb(127,72,186); }
td.TdClassName
{
border-color: #7F48BA;
}
.TagClassName
{
border-color: #7F48BA;
}
</style>