Shades of Studio #7247BA
Tints of Studio #7247BA
RGB
CMYK
RGB Variations
Color information
#7247BA (or 0x7247BA) is known color: Studio. HEX triplet: 72, 47 and BA. RGB value is (114,71,186). Sum of RGB (Red+Green+Blue) = 114+71+186=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #7247BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7247BA is #8DB845. Grayscale: #606060. Windows color (decimal): -9287750 or 12207986. OLE color: 12207986.
HSL color Cylindrical-coordinate representation of color #7247BA: hue angle of 262.43º 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 #7247BA is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 71 | 186 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.27 |
| HSL | 262.43º | 0.45% | 0.5% | - |
| HSV(B) | 262.43º | 0.62% | 0.73% | - |
| XYZ | 18.06 | 11.63 | 47.75 | - |
| YUV | 96.97 | 178.25 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 71 | 186 | 0.39 | 0.62 | 0 | 0.27 | 262.43 | 0.45 | 0.5 |
| Hex | 72 | 47 | BA | 27 | 3E | 0 | 1B | 106 | 2D | 32 |
| Octal | 162 | 107 | 272 | 47 | 76 | 0 | 33 | 406 | 55 | 62 |
| Binary | 1110010 | 1000111 | 10111010 | 100111 | 111110 | 0 | 11011 | 100000110 | 101101 | 110010 |
Color Harmonies of #7247BA
Complementary color
Monochromatic Colors of #7247BA
Black with #7247BA
Text Example
Text Example
White with #7247BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7247BA; }
p { color: rgb(114,71,186); }
H1.HeaderClassName
{
color: #7247BA;
}
.AnyTagClassName
{
color: #7247BA;
}
</style>
background-color css
<style>
a { background-color: #7247BA; }
a { background-color: rgb(114,71,186); }
div.DivClassName
{
background-color: #7247BA;
}
.BgClassName
{
background-color: #7247BA;
}
</style>
border-color css
<style>
span { border-color: #7247BA; }
span { border-color: rgb(114,71,186); }
td.TdClassName
{
border-color: #7247BA;
}
.TagClassName
{
border-color: #7247BA;
}
</style>