Shades of Studio #7D3EBB
Tints of Studio #7D3EBB
RGB
CMYK
RGB Variations
Color information
#7D3EBB (or 0x7D3EBB) is known color: Studio. HEX triplet: 7D, 3E and BB. RGB value is (125,62,187). Sum of RGB (Red+Green+Blue) = 125+62+187=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D3EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3EBB is #82C144. Grayscale: #5E5E5E. Windows color (decimal): -8569157 or 12271229. OLE color: 12271229.
HSL color Cylindrical-coordinate representation of color #7D3EBB: hue angle of 270.24º 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 #7D3EBB is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 62 | 187 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.27 |
| HSL | 270.24º | 0.5% | 0.49% | - |
| HSV(B) | 270.24º | 0.67% | 0.73% | - |
| XYZ | 19.15 | 11.39 | 48.2 | - |
| YUV | 95.09 | 179.87 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 62 | 187 | 0.33 | 0.67 | 0 | 0.27 | 270.24 | 0.5 | 0.49 |
| Hex | 7D | 3E | BB | 21 | 43 | 0 | 1B | 10E | 32 | 31 |
| Octal | 175 | 76 | 273 | 41 | 103 | 0 | 33 | 416 | 62 | 61 |
| Binary | 1111101 | 111110 | 10111011 | 100001 | 1000011 | 0 | 11011 | 100001110 | 110010 | 110001 |
Color Harmonies of #7D3EBB
Complementary color
Monochromatic Colors of #7D3EBB
Black with #7D3EBB
Text Example
Text Example
White with #7D3EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3EBB; }
p { color: rgb(125,62,187); }
H1.HeaderClassName
{
color: #7D3EBB;
}
.AnyTagClassName
{
color: #7D3EBB;
}
</style>
background-color css
<style>
a { background-color: #7D3EBB; }
a { background-color: rgb(125,62,187); }
div.DivClassName
{
background-color: #7D3EBB;
}
.BgClassName
{
background-color: #7D3EBB;
}
</style>
border-color css
<style>
span { border-color: #7D3EBB; }
span { border-color: rgb(125,62,187); }
td.TdClassName
{
border-color: #7D3EBB;
}
.TagClassName
{
border-color: #7D3EBB;
}
</style>