Shades of Studio #7F43BB
Tints of Studio #7F43BB
RGB
CMYK
RGB Variations
Color information
#7F43BB (or 0x7F43BB) is known color: Studio. HEX triplet: 7F, 43 and BB. RGB value is (127,67,187). Sum of RGB (Red+Green+Blue) = 127+67+187=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F43BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F43BB is #80BC44. Grayscale: #626262. Windows color (decimal): -8436805 or 12272511. OLE color: 12272511.
HSL color Cylindrical-coordinate representation of color #7F43BB: hue angle of 270º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F43BB is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 67 | 187 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.27 |
| HSL | 270º | 0.47% | 0.5% | - |
| HSV(B) | 270º | 0.64% | 0.73% | - |
| XYZ | 19.73 | 12.11 | 48.31 | - |
| YUV | 98.62 | 177.88 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 67 | 187 | 0.32 | 0.64 | 0 | 0.27 | 270 | 0.47 | 0.5 |
| Hex | 7F | 43 | BB | 20 | 40 | 0 | 1B | 10E | 2F | 32 |
| Octal | 177 | 103 | 273 | 40 | 100 | 0 | 33 | 416 | 57 | 62 |
| Binary | 1111111 | 1000011 | 10111011 | 100000 | 1000000 | 0 | 11011 | 100001110 | 101111 | 110010 |
Color Harmonies of #7F43BB
Complementary color
Monochromatic Colors of #7F43BB
Black with #7F43BB
Text Example
Text Example
White with #7F43BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F43BB; }
p { color: rgb(127,67,187); }
H1.HeaderClassName
{
color: #7F43BB;
}
.AnyTagClassName
{
color: #7F43BB;
}
</style>
background-color css
<style>
a { background-color: #7F43BB; }
a { background-color: rgb(127,67,187); }
div.DivClassName
{
background-color: #7F43BB;
}
.BgClassName
{
background-color: #7F43BB;
}
</style>
border-color css
<style>
span { border-color: #7F43BB; }
span { border-color: rgb(127,67,187); }
td.TdClassName
{
border-color: #7F43BB;
}
.TagClassName
{
border-color: #7F43BB;
}
</style>