Shades of Studio #7E43BF
Tints of Studio #7E43BF
RGB
CMYK
RGB Variations
Color information
#7E43BF (or 0x7E43BF) is known color: Studio. HEX triplet: 7E, 43 and BF. RGB value is (126,67,191). Sum of RGB (Red+Green+Blue) = 126+67+191=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E43BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E43BF is #81BC40. Grayscale: #626262. Windows color (decimal): -8502337 or 12534654. OLE color: 12534654.
HSL color Cylindrical-coordinate representation of color #7E43BF: hue angle of 268.55º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E43BF is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 67 | 191 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.25 |
| HSL | 268.55º | 0.49% | 0.51% | - |
| HSV(B) | 268.55º | 0.65% | 0.75% | - |
| XYZ | 20.02 | 12.21 | 50.59 | - |
| YUV | 98.78 | 180.05 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 191 | 0.34 | 0.65 | 0 | 0.25 | 268.55 | 0.49 | 0.51 |
| Hex | 7E | 43 | BF | 22 | 41 | 0 | 19 | 10D | 31 | 33 |
| Octal | 176 | 103 | 277 | 42 | 101 | 0 | 31 | 415 | 61 | 63 |
| Binary | 1111110 | 1000011 | 10111111 | 100010 | 1000001 | 0 | 11001 | 100001101 | 110001 | 110011 |
Color Harmonies of #7E43BF
Complementary color
Monochromatic Colors of #7E43BF
Black with #7E43BF
Text Example
Text Example
White with #7E43BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E43BF; }
p { color: rgb(126,67,191); }
H1.HeaderClassName
{
color: #7E43BF;
}
.AnyTagClassName
{
color: #7E43BF;
}
</style>
background-color css
<style>
a { background-color: #7E43BF; }
a { background-color: rgb(126,67,191); }
div.DivClassName
{
background-color: #7E43BF;
}
.BgClassName
{
background-color: #7E43BF;
}
</style>
border-color css
<style>
span { border-color: #7E43BF; }
span { border-color: rgb(126,67,191); }
td.TdClassName
{
border-color: #7E43BF;
}
.TagClassName
{
border-color: #7E43BF;
}
</style>