Shades of Studio #7D41BE
Tints of Studio #7D41BE
RGB
CMYK
RGB Variations
Color information
#7D41BE (or 0x7D41BE) is known color: Studio. HEX triplet: 7D, 41 and BE. RGB value is (125,65,190). Sum of RGB (Red+Green+Blue) = 125+65+190=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D41BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D41BE is #82BE41. Grayscale: #606060. Windows color (decimal): -8568386 or 12468605. OLE color: 12468605.
HSL color Cylindrical-coordinate representation of color #7D41BE: hue angle of 268.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D41BE is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 65 | 190 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.25 |
| HSL | 268.8º | 0.49% | 0.5% | - |
| HSV(B) | 268.8º | 0.66% | 0.75% | - |
| XYZ | 19.64 | 11.86 | 49.97 | - |
| YUV | 97.19 | 180.38 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 65 | 190 | 0.34 | 0.66 | 0 | 0.25 | 268.8 | 0.49 | 0.5 |
| Hex | 7D | 41 | BE | 22 | 42 | 0 | 19 | 10D | 31 | 32 |
| Octal | 175 | 101 | 276 | 42 | 102 | 0 | 31 | 415 | 61 | 62 |
| Binary | 1111101 | 1000001 | 10111110 | 100010 | 1000010 | 0 | 11001 | 100001101 | 110001 | 110010 |
Color Harmonies of #7D41BE
Complementary color
Monochromatic Colors of #7D41BE
Black with #7D41BE
Text Example
Text Example
White with #7D41BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D41BE; }
p { color: rgb(125,65,190); }
H1.HeaderClassName
{
color: #7D41BE;
}
.AnyTagClassName
{
color: #7D41BE;
}
</style>
background-color css
<style>
a { background-color: #7D41BE; }
a { background-color: rgb(125,65,190); }
div.DivClassName
{
background-color: #7D41BE;
}
.BgClassName
{
background-color: #7D41BE;
}
</style>
border-color css
<style>
span { border-color: #7D41BE; }
span { border-color: rgb(125,65,190); }
td.TdClassName
{
border-color: #7D41BE;
}
.TagClassName
{
border-color: #7D41BE;
}
</style>