Shades of Studio #7D53B9
Tints of Studio #7D53B9
RGB
CMYK
RGB Variations
Color information
#7D53B9 (or 0x7D53B9) is known color: Studio. HEX triplet: 7D, 53 and B9. RGB value is (125,83,185). Sum of RGB (Red+Green+Blue) = 125+83+185=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D53B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D53B9 is #82AC46. Grayscale: #6A6A6A. Windows color (decimal): -8563783 or 12145533. OLE color: 12145533.
HSL color Cylindrical-coordinate representation of color #7D53B9: hue angle of 264.71º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D53B9 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 83 | 185 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.27 |
| HSL | 264.71º | 0.42% | 0.53% | - |
| HSV(B) | 264.71º | 0.55% | 0.73% | - |
| XYZ | 20.31 | 14.05 | 47.54 | - |
| YUV | 107.19 | 171.91 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 83 | 185 | 0.32 | 0.55 | 0 | 0.27 | 264.71 | 0.42 | 0.53 |
| Hex | 7D | 53 | B9 | 20 | 37 | 0 | 1B | 109 | 2A | 35 |
| Octal | 175 | 123 | 271 | 40 | 67 | 0 | 33 | 411 | 52 | 65 |
| Binary | 1111101 | 1010011 | 10111001 | 100000 | 110111 | 0 | 11011 | 100001001 | 101010 | 110101 |
Color Harmonies of #7D53B9
Complementary color
Monochromatic Colors of #7D53B9
Black with #7D53B9
Text Example
Text Example
White with #7D53B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D53B9; }
p { color: rgb(125,83,185); }
H1.HeaderClassName
{
color: #7D53B9;
}
.AnyTagClassName
{
color: #7D53B9;
}
</style>
background-color css
<style>
a { background-color: #7D53B9; }
a { background-color: rgb(125,83,185); }
div.DivClassName
{
background-color: #7D53B9;
}
.BgClassName
{
background-color: #7D53B9;
}
</style>
border-color css
<style>
span { border-color: #7D53B9; }
span { border-color: rgb(125,83,185); }
td.TdClassName
{
border-color: #7D53B9;
}
.TagClassName
{
border-color: #7D53B9;
}
</style>