Shades of Studio #7F49BE
Tints of Studio #7F49BE
RGB
CMYK
RGB Variations
Color information
#7F49BE (or 0x7F49BE) is known color: Studio. HEX triplet: 7F, 49 and BE. RGB value is (127,73,190). Sum of RGB (Red+Green+Blue) = 127+73+190=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F49BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F49BE is #80B641. Grayscale: #666666. Windows color (decimal): -8435266 or 12470655. OLE color: 12470655.
HSL color Cylindrical-coordinate representation of color #7F49BE: hue angle of 267.69º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F49BE is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 73 | 190 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.25 |
| HSL | 267.69º | 0.47% | 0.52% | - |
| HSV(B) | 267.69º | 0.62% | 0.75% | - |
| XYZ | 20.43 | 12.99 | 50.15 | - |
| YUV | 102.48 | 177.39 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 73 | 190 | 0.33 | 0.62 | 0 | 0.25 | 267.69 | 0.47 | 0.52 |
| Hex | 7F | 49 | BE | 21 | 3E | 0 | 19 | 10C | 2F | 34 |
| Octal | 177 | 111 | 276 | 41 | 76 | 0 | 31 | 414 | 57 | 64 |
| Binary | 1111111 | 1001001 | 10111110 | 100001 | 111110 | 0 | 11001 | 100001100 | 101111 | 110100 |
Color Harmonies of #7F49BE
Complementary color
Monochromatic Colors of #7F49BE
Black with #7F49BE
Text Example
Text Example
White with #7F49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F49BE; }
p { color: rgb(127,73,190); }
H1.HeaderClassName
{
color: #7F49BE;
}
.AnyTagClassName
{
color: #7F49BE;
}
</style>
background-color css
<style>
a { background-color: #7F49BE; }
a { background-color: rgb(127,73,190); }
div.DivClassName
{
background-color: #7F49BE;
}
.BgClassName
{
background-color: #7F49BE;
}
</style>
border-color css
<style>
span { border-color: #7F49BE; }
span { border-color: rgb(127,73,190); }
td.TdClassName
{
border-color: #7F49BE;
}
.TagClassName
{
border-color: #7F49BE;
}
</style>