Shades of Studio #7D43BE
Tints of Studio #7D43BE
RGB
CMYK
RGB Variations
Color information
#7D43BE (or 0x7D43BE) is known color: Studio. HEX triplet: 7D, 43 and BE. RGB value is (125,67,190). Sum of RGB (Red+Green+Blue) = 125+67+190=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D43BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D43BE is #82BC41. Grayscale: #616161. Windows color (decimal): -8567874 or 12469117. OLE color: 12469117.
HSL color Cylindrical-coordinate representation of color #7D43BE: hue angle of 268.29º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D43BE is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 67 | 190 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.25 |
| HSL | 268.29º | 0.49% | 0.5% | - |
| HSV(B) | 268.29º | 0.65% | 0.75% | - |
| XYZ | 19.76 | 12.09 | 50.01 | - |
| YUV | 98.36 | 179.72 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 67 | 190 | 0.34 | 0.65 | 0 | 0.25 | 268.29 | 0.49 | 0.5 |
| Hex | 7D | 43 | BE | 22 | 41 | 0 | 19 | 10C | 31 | 32 |
| Octal | 175 | 103 | 276 | 42 | 101 | 0 | 31 | 414 | 61 | 62 |
| Binary | 1111101 | 1000011 | 10111110 | 100010 | 1000001 | 0 | 11001 | 100001100 | 110001 | 110010 |
Color Harmonies of #7D43BE
Complementary color
Monochromatic Colors of #7D43BE
Black with #7D43BE
Text Example
Text Example
White with #7D43BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D43BE; }
p { color: rgb(125,67,190); }
H1.HeaderClassName
{
color: #7D43BE;
}
.AnyTagClassName
{
color: #7D43BE;
}
</style>
background-color css
<style>
a { background-color: #7D43BE; }
a { background-color: rgb(125,67,190); }
div.DivClassName
{
background-color: #7D43BE;
}
.BgClassName
{
background-color: #7D43BE;
}
</style>
border-color css
<style>
span { border-color: #7D43BE; }
span { border-color: rgb(125,67,190); }
td.TdClassName
{
border-color: #7D43BE;
}
.TagClassName
{
border-color: #7D43BE;
}
</style>