Shades of Studio #7F45BA
Tints of Studio #7F45BA
RGB
CMYK
RGB Variations
Color information
#7F45BA (or 0x7F45BA) is known color: Studio. HEX triplet: 7F, 45 and BA. RGB value is (127,69,186). Sum of RGB (Red+Green+Blue) = 127+69+186=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F45BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F45BA is #80BA45. Grayscale: #636363. Windows color (decimal): -8436294 or 12207487. OLE color: 12207487.
HSL color Cylindrical-coordinate representation of color #7F45BA: hue angle of 269.74º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F45BA is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 69 | 186 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.27 |
| HSL | 269.74º | 0.46% | 0.5% | - |
| HSV(B) | 269.74º | 0.63% | 0.73% | - |
| XYZ | 19.74 | 12.31 | 47.79 | - |
| YUV | 99.68 | 176.72 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 186 | 0.32 | 0.63 | 0 | 0.27 | 269.74 | 0.46 | 0.5 |
| Hex | 7F | 45 | BA | 20 | 3F | 0 | 1B | 10E | 2E | 32 |
| Octal | 177 | 105 | 272 | 40 | 77 | 0 | 33 | 416 | 56 | 62 |
| Binary | 1111111 | 1000101 | 10111010 | 100000 | 111111 | 0 | 11011 | 100001110 | 101110 | 110010 |
Color Harmonies of #7F45BA
Complementary color
Monochromatic Colors of #7F45BA
Black with #7F45BA
Text Example
Text Example
White with #7F45BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F45BA; }
p { color: rgb(127,69,186); }
H1.HeaderClassName
{
color: #7F45BA;
}
.AnyTagClassName
{
color: #7F45BA;
}
</style>
background-color css
<style>
a { background-color: #7F45BA; }
a { background-color: rgb(127,69,186); }
div.DivClassName
{
background-color: #7F45BA;
}
.BgClassName
{
background-color: #7F45BA;
}
</style>
border-color css
<style>
span { border-color: #7F45BA; }
span { border-color: rgb(127,69,186); }
td.TdClassName
{
border-color: #7F45BA;
}
.TagClassName
{
border-color: #7F45BA;
}
</style>