Shades of Studio #7D42BE
Tints of Studio #7D42BE
RGB
CMYK
RGB Variations
Color information
#7D42BE (or 0x7D42BE) is known color: Studio. HEX triplet: 7D, 42 and BE. RGB value is (125,66,190). Sum of RGB (Red+Green+Blue) = 125+66+190=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D42BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D42BE is #82BD41. Grayscale: #616161. Windows color (decimal): -8568130 or 12468861. OLE color: 12468861.
HSL color Cylindrical-coordinate representation of color #7D42BE: hue angle of 268.55º 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 #7D42BE is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 66 | 190 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.25 |
| HSL | 268.55º | 0.49% | 0.5% | - |
| HSV(B) | 268.55º | 0.65% | 0.75% | - |
| XYZ | 19.7 | 11.97 | 49.99 | - |
| YUV | 97.78 | 180.05 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 190 | 0.34 | 0.65 | 0 | 0.25 | 268.55 | 0.49 | 0.5 |
| Hex | 7D | 42 | BE | 22 | 41 | 0 | 19 | 10D | 31 | 32 |
| Octal | 175 | 102 | 276 | 42 | 101 | 0 | 31 | 415 | 61 | 62 |
| Binary | 1111101 | 1000010 | 10111110 | 100010 | 1000001 | 0 | 11001 | 100001101 | 110001 | 110010 |
Color Harmonies of #7D42BE
Complementary color
Monochromatic Colors of #7D42BE
Black with #7D42BE
Text Example
Text Example
White with #7D42BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D42BE; }
p { color: rgb(125,66,190); }
H1.HeaderClassName
{
color: #7D42BE;
}
.AnyTagClassName
{
color: #7D42BE;
}
</style>
background-color css
<style>
a { background-color: #7D42BE; }
a { background-color: rgb(125,66,190); }
div.DivClassName
{
background-color: #7D42BE;
}
.BgClassName
{
background-color: #7D42BE;
}
</style>
border-color css
<style>
span { border-color: #7D42BE; }
span { border-color: rgb(125,66,190); }
td.TdClassName
{
border-color: #7D42BE;
}
.TagClassName
{
border-color: #7D42BE;
}
</style>