Shades of Studio #7F44BC
Tints of Studio #7F44BC
RGB
CMYK
RGB Variations
Color information
#7F44BC (or 0x7F44BC) is known color: Studio. HEX triplet: 7F, 44 and BC. RGB value is (127,68,188). Sum of RGB (Red+Green+Blue) = 127+68+188=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F44BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F44BC is #80BB43. Grayscale: #626262. Windows color (decimal): -8436548 or 12338303. OLE color: 12338303.
HSL color Cylindrical-coordinate representation of color #7F44BC: hue angle of 269.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F44BC is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 68 | 188 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.26 |
| HSL | 269.5º | 0.47% | 0.5% | - |
| HSV(B) | 269.5º | 0.64% | 0.74% | - |
| XYZ | 19.9 | 12.28 | 48.9 | - |
| YUV | 99.32 | 178.05 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 68 | 188 | 0.32 | 0.64 | 0 | 0.26 | 269.5 | 0.47 | 0.5 |
| Hex | 7F | 44 | BC | 20 | 40 | 0 | 1A | 10E | 2F | 32 |
| Octal | 177 | 104 | 274 | 40 | 100 | 0 | 32 | 416 | 57 | 62 |
| Binary | 1111111 | 1000100 | 10111100 | 100000 | 1000000 | 0 | 11010 | 100001110 | 101111 | 110010 |
Color Harmonies of #7F44BC
Complementary color
Monochromatic Colors of #7F44BC
Black with #7F44BC
Text Example
Text Example
White with #7F44BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F44BC; }
p { color: rgb(127,68,188); }
H1.HeaderClassName
{
color: #7F44BC;
}
.AnyTagClassName
{
color: #7F44BC;
}
</style>
background-color css
<style>
a { background-color: #7F44BC; }
a { background-color: rgb(127,68,188); }
div.DivClassName
{
background-color: #7F44BC;
}
.BgClassName
{
background-color: #7F44BC;
}
</style>
border-color css
<style>
span { border-color: #7F44BC; }
span { border-color: rgb(127,68,188); }
td.TdClassName
{
border-color: #7F44BC;
}
.TagClassName
{
border-color: #7F44BC;
}
</style>