Shades of Topaz #7D7390
Tints of Topaz #7D7390
RGB
CMYK
RGB Variations
Color information
#7D7390 (or 0x7D7390) is known color: Topaz. HEX triplet: 7D, 73 and 90. RGB value is (125,115,144). Sum of RGB (Red+Green+Blue) = 125+115+144=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D7390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7390 is #828C6F. Grayscale: #797979. Windows color (decimal): -8555632 or 9466749. OLE color: 9466749.
HSL color Cylindrical-coordinate representation of color #7D7390: hue angle of 260.69º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D7390 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 115 | 144 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.44 |
| HSL | 260.69º | 0.12% | 0.51% | - |
| HSV(B) | 260.69º | 0.2% | 0.56% | - |
| XYZ | 19.62 | 18.64 | 28.95 | - |
| YUV | 121.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 115 | 144 | 0.13 | 0.20 | 0 | 0.44 | 260.69 | 0.12 | 0.51 |
| Hex | 7D | 73 | 90 | D | 14 | 0 | 2C | 105 | C | 33 |
| Octal | 175 | 163 | 220 | 15 | 24 | 0 | 54 | 405 | 14 | 63 |
| Binary | 1111101 | 1110011 | 10010000 | 1101 | 10100 | 0 | 101100 | 100000101 | 1100 | 110011 |
Color Harmonies of #7D7390
Complementary color
Monochromatic Colors of #7D7390
Black with #7D7390
Text Example
Text Example
White with #7D7390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7390; }
p { color: rgb(125,115,144); }
H1.HeaderClassName
{
color: #7D7390;
}
.AnyTagClassName
{
color: #7D7390;
}
</style>
background-color css
<style>
a { background-color: #7D7390; }
a { background-color: rgb(125,115,144); }
div.DivClassName
{
background-color: #7D7390;
}
.BgClassName
{
background-color: #7D7390;
}
</style>
border-color css
<style>
span { border-color: #7D7390; }
span { border-color: rgb(125,115,144); }
td.TdClassName
{
border-color: #7D7390;
}
.TagClassName
{
border-color: #7D7390;
}
</style>