Shades of Studio #7147BB
Tints of Studio #7147BB
RGB
CMYK
RGB Variations
Color information
#7147BB (or 0x7147BB) is known color: Studio. HEX triplet: 71, 47 and BB. RGB value is (113,71,187). Sum of RGB (Red+Green+Blue) = 113+71+187=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #7147BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7147BB is #8EB844. Grayscale: #606060. Windows color (decimal): -9353285 or 12273521. OLE color: 12273521.
HSL color Cylindrical-coordinate representation of color #7147BB: hue angle of 261.72º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7147BB is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 71 | 187 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.27 |
| HSL | 261.72º | 0.46% | 0.51% | - |
| HSV(B) | 261.72º | 0.62% | 0.73% | - |
| XYZ | 18.03 | 11.61 | 48.3 | - |
| YUV | 96.78 | 178.91 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 71 | 187 | 0.40 | 0.62 | 0 | 0.27 | 261.72 | 0.46 | 0.51 |
| Hex | 71 | 47 | BB | 28 | 3E | 0 | 1B | 106 | 2E | 33 |
| Octal | 161 | 107 | 273 | 50 | 76 | 0 | 33 | 406 | 56 | 63 |
| Binary | 1110001 | 1000111 | 10111011 | 101000 | 111110 | 0 | 11011 | 100000110 | 101110 | 110011 |
Color Harmonies of #7147BB
Complementary color
Monochromatic Colors of #7147BB
Black with #7147BB
Text Example
Text Example
White with #7147BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7147BB; }
p { color: rgb(113,71,187); }
H1.HeaderClassName
{
color: #7147BB;
}
.AnyTagClassName
{
color: #7147BB;
}
</style>
background-color css
<style>
a { background-color: #7147BB; }
a { background-color: rgb(113,71,187); }
div.DivClassName
{
background-color: #7147BB;
}
.BgClassName
{
background-color: #7147BB;
}
</style>
border-color css
<style>
span { border-color: #7147BB; }
span { border-color: rgb(113,71,187); }
td.TdClassName
{
border-color: #7147BB;
}
.TagClassName
{
border-color: #7147BB;
}
</style>