Shades of Studio #7D54AC
Tints of Studio #7D54AC
RGB
CMYK
RGB Variations
Color information
#7D54AC (or 0x7D54AC) is known color: Studio. HEX triplet: 7D, 54 and AC. RGB value is (125,84,172). Sum of RGB (Red+Green+Blue) = 125+84+172=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D54AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D54AC is #82AB53. Grayscale: #696969. Windows color (decimal): -8563540 or 11293821. OLE color: 11293821.
HSL color Cylindrical-coordinate representation of color #7D54AC: hue angle of 267.95º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D54AC is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 84 | 172 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.33 |
| HSL | 267.95º | 0.35% | 0.5% | - |
| HSV(B) | 267.95º | 0.51% | 0.67% | - |
| XYZ | 19.07 | 13.68 | 40.66 | - |
| YUV | 106.29 | 165.08 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 84 | 172 | 0.27 | 0.51 | 0 | 0.33 | 267.95 | 0.35 | 0.5 |
| Hex | 7D | 54 | AC | 1B | 33 | 0 | 21 | 10C | 23 | 32 |
| Octal | 175 | 124 | 254 | 33 | 63 | 0 | 41 | 414 | 43 | 62 |
| Binary | 1111101 | 1010100 | 10101100 | 11011 | 110011 | 0 | 100001 | 100001100 | 100011 | 110010 |
Color Harmonies of #7D54AC
Complementary color
Monochromatic Colors of #7D54AC
Black with #7D54AC
Text Example
Text Example
White with #7D54AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D54AC; }
p { color: rgb(125,84,172); }
H1.HeaderClassName
{
color: #7D54AC;
}
.AnyTagClassName
{
color: #7D54AC;
}
</style>
background-color css
<style>
a { background-color: #7D54AC; }
a { background-color: rgb(125,84,172); }
div.DivClassName
{
background-color: #7D54AC;
}
.BgClassName
{
background-color: #7D54AC;
}
</style>
border-color css
<style>
span { border-color: #7D54AC; }
span { border-color: rgb(125,84,172); }
td.TdClassName
{
border-color: #7D54AC;
}
.TagClassName
{
border-color: #7D54AC;
}
</style>