Shades of Studio #7F45BC
Tints of Studio #7F45BC
RGB
CMYK
RGB Variations
Color information
#7F45BC (or 0x7F45BC) is known color: Studio. HEX triplet: 7F, 45 and BC. RGB value is (127,69,188). Sum of RGB (Red+Green+Blue) = 127+69+188=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F45BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F45BC is #80BA43. Grayscale: #636363. Windows color (decimal): -8436292 or 12338559. OLE color: 12338559.
HSL color Cylindrical-coordinate representation of color #7F45BC: hue angle of 269.24º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F45BC is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 69 | 188 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.26 |
| HSL | 269.24º | 0.47% | 0.5% | - |
| HSV(B) | 269.24º | 0.63% | 0.74% | - |
| XYZ | 19.96 | 12.4 | 48.92 | - |
| YUV | 99.91 | 177.72 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 188 | 0.32 | 0.63 | 0 | 0.26 | 269.24 | 0.47 | 0.5 |
| Hex | 7F | 45 | BC | 20 | 3F | 0 | 1A | 10D | 2F | 32 |
| Octal | 177 | 105 | 274 | 40 | 77 | 0 | 32 | 415 | 57 | 62 |
| Binary | 1111111 | 1000101 | 10111100 | 100000 | 111111 | 0 | 11010 | 100001101 | 101111 | 110010 |
Color Harmonies of #7F45BC
Complementary color
Monochromatic Colors of #7F45BC
Black with #7F45BC
Text Example
Text Example
White with #7F45BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F45BC; }
p { color: rgb(127,69,188); }
H1.HeaderClassName
{
color: #7F45BC;
}
.AnyTagClassName
{
color: #7F45BC;
}
</style>
background-color css
<style>
a { background-color: #7F45BC; }
a { background-color: rgb(127,69,188); }
div.DivClassName
{
background-color: #7F45BC;
}
.BgClassName
{
background-color: #7F45BC;
}
</style>
border-color css
<style>
span { border-color: #7F45BC; }
span { border-color: rgb(127,69,188); }
td.TdClassName
{
border-color: #7F45BC;
}
.TagClassName
{
border-color: #7F45BC;
}
</style>