Shades of Studio #7D3EBA
Tints of Studio #7D3EBA
RGB
CMYK
RGB Variations
Color information
#7D3EBA (or 0x7D3EBA) is known color: Studio. HEX triplet: 7D, 3E and BA. RGB value is (125,62,186). Sum of RGB (Red+Green+Blue) = 125+62+186=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3EBA is #82C145. Grayscale: #5E5E5E. Windows color (decimal): -8569158 or 12205693. OLE color: 12205693.
HSL color Cylindrical-coordinate representation of color #7D3EBA: hue angle of 270.48º 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 #7D3EBA is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 62 | 186 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.27 |
| HSL | 270.48º | 0.5% | 0.49% | - |
| HSV(B) | 270.48º | 0.67% | 0.73% | - |
| XYZ | 19.04 | 11.35 | 47.64 | - |
| YUV | 94.97 | 179.37 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 62 | 186 | 0.33 | 0.67 | 0 | 0.27 | 270.48 | 0.5 | 0.49 |
| Hex | 7D | 3E | BA | 21 | 43 | 0 | 1B | 10E | 32 | 31 |
| Octal | 175 | 76 | 272 | 41 | 103 | 0 | 33 | 416 | 62 | 61 |
| Binary | 1111101 | 111110 | 10111010 | 100001 | 1000011 | 0 | 11011 | 100001110 | 110010 | 110001 |
Color Harmonies of #7D3EBA
Complementary color
Monochromatic Colors of #7D3EBA
Black with #7D3EBA
Text Example
Text Example
White with #7D3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3EBA; }
p { color: rgb(125,62,186); }
H1.HeaderClassName
{
color: #7D3EBA;
}
.AnyTagClassName
{
color: #7D3EBA;
}
</style>
background-color css
<style>
a { background-color: #7D3EBA; }
a { background-color: rgb(125,62,186); }
div.DivClassName
{
background-color: #7D3EBA;
}
.BgClassName
{
background-color: #7D3EBA;
}
</style>
border-color css
<style>
span { border-color: #7D3EBA; }
span { border-color: rgb(125,62,186); }
td.TdClassName
{
border-color: #7D3EBA;
}
.TagClassName
{
border-color: #7D3EBA;
}
</style>