Shades of Studio #7F44BE
Tints of Studio #7F44BE
RGB
CMYK
RGB Variations
Color information
#7F44BE (or 0x7F44BE) is known color: Studio. HEX triplet: 7F, 44 and BE. RGB value is (127,68,190). Sum of RGB (Red+Green+Blue) = 127+68+190=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F44BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F44BE is #80BB41. Grayscale: #636363. Windows color (decimal): -8436546 or 12469375. OLE color: 12469375.
HSL color Cylindrical-coordinate representation of color #7F44BE: hue angle of 269.02º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F44BE is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 68 | 190 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.25 |
| HSL | 269.02º | 0.48% | 0.51% | - |
| HSV(B) | 269.02º | 0.64% | 0.75% | - |
| XYZ | 20.11 | 12.36 | 50.04 | - |
| YUV | 99.55 | 179.05 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 68 | 190 | 0.33 | 0.64 | 0 | 0.25 | 269.02 | 0.48 | 0.51 |
| Hex | 7F | 44 | BE | 21 | 40 | 0 | 19 | 10D | 30 | 33 |
| Octal | 177 | 104 | 276 | 41 | 100 | 0 | 31 | 415 | 60 | 63 |
| Binary | 1111111 | 1000100 | 10111110 | 100001 | 1000000 | 0 | 11001 | 100001101 | 110000 | 110011 |
Color Harmonies of #7F44BE
Complementary color
Monochromatic Colors of #7F44BE
Black with #7F44BE
Text Example
Text Example
White with #7F44BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F44BE; }
p { color: rgb(127,68,190); }
H1.HeaderClassName
{
color: #7F44BE;
}
.AnyTagClassName
{
color: #7F44BE;
}
</style>
background-color css
<style>
a { background-color: #7F44BE; }
a { background-color: rgb(127,68,190); }
div.DivClassName
{
background-color: #7F44BE;
}
.BgClassName
{
background-color: #7F44BE;
}
</style>
border-color css
<style>
span { border-color: #7F44BE; }
span { border-color: rgb(127,68,190); }
td.TdClassName
{
border-color: #7F44BE;
}
.TagClassName
{
border-color: #7F44BE;
}
</style>