Shades of Studio #7D52BA
Tints of Studio #7D52BA
RGB
CMYK
RGB Variations
Color information
#7D52BA (or 0x7D52BA) is known color: Studio. HEX triplet: 7D, 52 and BA. RGB value is (125,82,186). Sum of RGB (Red+Green+Blue) = 125+82+186=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D52BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D52BA is #82AD45. Grayscale: #6A6A6A. Windows color (decimal): -8564038 or 12210813. OLE color: 12210813.
HSL color Cylindrical-coordinate representation of color #7D52BA: hue angle of 264.81º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D52BA is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 82 | 186 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.27 |
| HSL | 264.81º | 0.43% | 0.53% | - |
| HSV(B) | 264.81º | 0.56% | 0.73% | - |
| XYZ | 20.34 | 13.94 | 48.07 | - |
| YUV | 106.71 | 172.75 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 186 | 0.33 | 0.56 | 0 | 0.27 | 264.81 | 0.43 | 0.53 |
| Hex | 7D | 52 | BA | 21 | 38 | 0 | 1B | 109 | 2B | 35 |
| Octal | 175 | 122 | 272 | 41 | 70 | 0 | 33 | 411 | 53 | 65 |
| Binary | 1111101 | 1010010 | 10111010 | 100001 | 111000 | 0 | 11011 | 100001001 | 101011 | 110101 |
Color Harmonies of #7D52BA
Complementary color
Monochromatic Colors of #7D52BA
Black with #7D52BA
Text Example
Text Example
White with #7D52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D52BA; }
p { color: rgb(125,82,186); }
H1.HeaderClassName
{
color: #7D52BA;
}
.AnyTagClassName
{
color: #7D52BA;
}
</style>
background-color css
<style>
a { background-color: #7D52BA; }
a { background-color: rgb(125,82,186); }
div.DivClassName
{
background-color: #7D52BA;
}
.BgClassName
{
background-color: #7D52BA;
}
</style>
border-color css
<style>
span { border-color: #7D52BA; }
span { border-color: rgb(125,82,186); }
td.TdClassName
{
border-color: #7D52BA;
}
.TagClassName
{
border-color: #7D52BA;
}
</style>