Shades of Studio #7D46BC
Tints of Studio #7D46BC
RGB
CMYK
RGB Variations
Color information
#7D46BC (or 0x7D46BC) is known color: Studio. HEX triplet: 7D, 46 and BC. RGB value is (125,70,188). Sum of RGB (Red+Green+Blue) = 125+70+188=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D46BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D46BC is #82B943. Grayscale: #636363. Windows color (decimal): -8567108 or 12338813. OLE color: 12338813.
HSL color Cylindrical-coordinate representation of color #7D46BC: hue angle of 267.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D46BC is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 70 | 188 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.26 |
| HSL | 267.97º | 0.47% | 0.51% | - |
| HSV(B) | 267.97º | 0.63% | 0.74% | - |
| XYZ | 19.72 | 12.37 | 48.93 | - |
| YUV | 99.9 | 177.72 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 70 | 188 | 0.34 | 0.63 | 0 | 0.26 | 267.97 | 0.47 | 0.51 |
| Hex | 7D | 46 | BC | 22 | 3F | 0 | 1A | 10C | 2F | 33 |
| Octal | 175 | 106 | 274 | 42 | 77 | 0 | 32 | 414 | 57 | 63 |
| Binary | 1111101 | 1000110 | 10111100 | 100010 | 111111 | 0 | 11010 | 100001100 | 101111 | 110011 |
Color Harmonies of #7D46BC
Complementary color
Monochromatic Colors of #7D46BC
Black with #7D46BC
Text Example
Text Example
White with #7D46BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D46BC; }
p { color: rgb(125,70,188); }
H1.HeaderClassName
{
color: #7D46BC;
}
.AnyTagClassName
{
color: #7D46BC;
}
</style>
background-color css
<style>
a { background-color: #7D46BC; }
a { background-color: rgb(125,70,188); }
div.DivClassName
{
background-color: #7D46BC;
}
.BgClassName
{
background-color: #7D46BC;
}
</style>
border-color css
<style>
span { border-color: #7D46BC; }
span { border-color: rgb(125,70,188); }
td.TdClassName
{
border-color: #7D46BC;
}
.TagClassName
{
border-color: #7D46BC;
}
</style>