Shades of Studio #7F43BC
Tints of Studio #7F43BC
RGB
CMYK
RGB Variations
Color information
#7F43BC (or 0x7F43BC) is known color: Studio. HEX triplet: 7F, 43 and BC. RGB value is (127,67,188). Sum of RGB (Red+Green+Blue) = 127+67+188=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F43BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F43BC is #80BC43. Grayscale: #626262. Windows color (decimal): -8436804 or 12338047. OLE color: 12338047.
HSL color Cylindrical-coordinate representation of color #7F43BC: hue angle of 269.75º 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 #7F43BC is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 67 | 188 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.26 |
| HSL | 269.75º | 0.47% | 0.5% | - |
| HSV(B) | 269.75º | 0.64% | 0.74% | - |
| XYZ | 19.84 | 12.16 | 48.88 | - |
| YUV | 98.73 | 178.38 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 67 | 188 | 0.32 | 0.64 | 0 | 0.26 | 269.75 | 0.47 | 0.5 |
| Hex | 7F | 43 | BC | 20 | 40 | 0 | 1A | 10E | 2F | 32 |
| Octal | 177 | 103 | 274 | 40 | 100 | 0 | 32 | 416 | 57 | 62 |
| Binary | 1111111 | 1000011 | 10111100 | 100000 | 1000000 | 0 | 11010 | 100001110 | 101111 | 110010 |
Color Harmonies of #7F43BC
Complementary color
Monochromatic Colors of #7F43BC
Black with #7F43BC
Text Example
Text Example
White with #7F43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F43BC; }
p { color: rgb(127,67,188); }
H1.HeaderClassName
{
color: #7F43BC;
}
.AnyTagClassName
{
color: #7F43BC;
}
</style>
background-color css
<style>
a { background-color: #7F43BC; }
a { background-color: rgb(127,67,188); }
div.DivClassName
{
background-color: #7F43BC;
}
.BgClassName
{
background-color: #7F43BC;
}
</style>
border-color css
<style>
span { border-color: #7F43BC; }
span { border-color: rgb(127,67,188); }
td.TdClassName
{
border-color: #7F43BC;
}
.TagClassName
{
border-color: #7F43BC;
}
</style>