Shades of Studio #7447BA
Tints of Studio #7447BA
RGB
CMYK
RGB Variations
Color information
#7447BA (or 0x7447BA) is known color: Studio. HEX triplet: 74, 47 and BA. RGB value is (116,71,186). Sum of RGB (Red+Green+Blue) = 116+71+186=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #7447BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7447BA is #8BB845. Grayscale: #616161. Windows color (decimal): -9156678 or 12207988. OLE color: 12207988.
HSL color Cylindrical-coordinate representation of color #7447BA: hue angle of 263.48º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7447BA is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 71 | 186 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.27 |
| HSL | 263.48º | 0.45% | 0.5% | - |
| HSV(B) | 263.48º | 0.62% | 0.73% | - |
| XYZ | 18.32 | 11.76 | 47.76 | - |
| YUV | 97.57 | 177.91 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 186 | 0.38 | 0.62 | 0 | 0.27 | 263.48 | 0.45 | 0.5 |
| Hex | 74 | 47 | BA | 26 | 3E | 0 | 1B | 107 | 2D | 32 |
| Octal | 164 | 107 | 272 | 46 | 76 | 0 | 33 | 407 | 55 | 62 |
| Binary | 1110100 | 1000111 | 10111010 | 100110 | 111110 | 0 | 11011 | 100000111 | 101101 | 110010 |
Color Harmonies of #7447BA
Complementary color
Monochromatic Colors of #7447BA
Black with #7447BA
Text Example
Text Example
White with #7447BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7447BA; }
p { color: rgb(116,71,186); }
H1.HeaderClassName
{
color: #7447BA;
}
.AnyTagClassName
{
color: #7447BA;
}
</style>
background-color css
<style>
a { background-color: #7447BA; }
a { background-color: rgb(116,71,186); }
div.DivClassName
{
background-color: #7447BA;
}
.BgClassName
{
background-color: #7447BA;
}
</style>
border-color css
<style>
span { border-color: #7447BA; }
span { border-color: rgb(116,71,186); }
td.TdClassName
{
border-color: #7447BA;
}
.TagClassName
{
border-color: #7447BA;
}
</style>