Shades of Studio #7F4CB7
Tints of Studio #7F4CB7
RGB
CMYK
RGB Variations
Color information
#7F4CB7 (or 0x7F4CB7) is known color: Studio. HEX triplet: 7F, 4C and B7. RGB value is (127,76,183). Sum of RGB (Red+Green+Blue) = 127+76+183=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #7F4CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4CB7 is #80B348. Grayscale: #676767. Windows color (decimal): -8434505 or 12012671. OLE color: 12012671.
HSL color Cylindrical-coordinate representation of color #7F4CB7: hue angle of 268.6º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F4CB7 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 76 | 183 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.28 |
| HSL | 268.6º | 0.43% | 0.51% | - |
| HSV(B) | 268.6º | 0.58% | 0.72% | - |
| XYZ | 19.88 | 13.1 | 46.28 | - |
| YUV | 103.45 | 172.9 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 76 | 183 | 0.31 | 0.58 | 0 | 0.28 | 268.6 | 0.43 | 0.51 |
| Hex | 7F | 4C | B7 | 1F | 3A | 0 | 1C | 10D | 2B | 33 |
| Octal | 177 | 114 | 267 | 37 | 72 | 0 | 34 | 415 | 53 | 63 |
| Binary | 1111111 | 1001100 | 10110111 | 11111 | 111010 | 0 | 11100 | 100001101 | 101011 | 110011 |
Color Harmonies of #7F4CB7
Complementary color
Monochromatic Colors of #7F4CB7
Black with #7F4CB7
Text Example
Text Example
White with #7F4CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4CB7; }
p { color: rgb(127,76,183); }
H1.HeaderClassName
{
color: #7F4CB7;
}
.AnyTagClassName
{
color: #7F4CB7;
}
</style>
background-color css
<style>
a { background-color: #7F4CB7; }
a { background-color: rgb(127,76,183); }
div.DivClassName
{
background-color: #7F4CB7;
}
.BgClassName
{
background-color: #7F4CB7;
}
</style>
border-color css
<style>
span { border-color: #7F4CB7; }
span { border-color: rgb(127,76,183); }
td.TdClassName
{
border-color: #7F4CB7;
}
.TagClassName
{
border-color: #7F4CB7;
}
</style>