Shades of Studio #7F3EBA
Tints of Studio #7F3EBA
RGB
CMYK
RGB Variations
Color information
#7F3EBA (or 0x7F3EBA) is known color: Studio. HEX triplet: 7F, 3E and BA. RGB value is (127,62,186). Sum of RGB (Red+Green+Blue) = 127+62+186=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3EBA is #80C145. Grayscale: #5F5F5F. Windows color (decimal): -8438086 or 12205695. OLE color: 12205695.
HSL color Cylindrical-coordinate representation of color #7F3EBA: hue angle of 271.45º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F3EBA is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 62 | 186 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.27 |
| HSL | 271.45º | 0.5% | 0.49% | - |
| HSV(B) | 271.45º | 0.67% | 0.73% | - |
| XYZ | 19.34 | 11.5 | 47.66 | - |
| YUV | 95.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 62 | 186 | 0.32 | 0.67 | 0 | 0.27 | 271.45 | 0.5 | 0.49 |
| Hex | 7F | 3E | BA | 20 | 43 | 0 | 1B | 10F | 32 | 31 |
| Octal | 177 | 76 | 272 | 40 | 103 | 0 | 33 | 417 | 62 | 61 |
| Binary | 1111111 | 111110 | 10111010 | 100000 | 1000011 | 0 | 11011 | 100001111 | 110010 | 110001 |
Color Harmonies of #7F3EBA
Complementary color
Monochromatic Colors of #7F3EBA
Black with #7F3EBA
Text Example
Text Example
White with #7F3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3EBA; }
p { color: rgb(127,62,186); }
H1.HeaderClassName
{
color: #7F3EBA;
}
.AnyTagClassName
{
color: #7F3EBA;
}
</style>
background-color css
<style>
a { background-color: #7F3EBA; }
a { background-color: rgb(127,62,186); }
div.DivClassName
{
background-color: #7F3EBA;
}
.BgClassName
{
background-color: #7F3EBA;
}
</style>
border-color css
<style>
span { border-color: #7F3EBA; }
span { border-color: rgb(127,62,186); }
td.TdClassName
{
border-color: #7F3EBA;
}
.TagClassName
{
border-color: #7F3EBA;
}
</style>