Shades of Topaz #7D7491
Tints of Topaz #7D7491
RGB
CMYK
RGB Variations
Color information
#7D7491 (or 0x7D7491) is known color: Topaz. HEX triplet: 7D, 74 and 91. RGB value is (125,116,145). Sum of RGB (Red+Green+Blue) = 125+116+145=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D7491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7491 is #828B6E. Grayscale: #797979. Windows color (decimal): -8555375 or 9532541. OLE color: 9532541.
HSL color Cylindrical-coordinate representation of color #7D7491: hue angle of 258.62º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D7491 is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 116 | 145 | - |
| CMYK | 0.14 | 0.2 | 0 | 0.43 |
| HSL | 258.62º | 0.12% | 0.51% | - |
| HSV(B) | 258.62º | 0.2% | 0.57% | - |
| XYZ | 19.81 | 18.9 | 29.39 | - |
| YUV | 122 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 116 | 145 | 0.14 | 0.2 | 0 | 0.43 | 258.62 | 0.12 | 0.51 |
| Hex | 7D | 74 | 91 | E | 14 | 0 | 2B | 103 | C | 33 |
| Octal | 175 | 164 | 221 | 16 | 24 | 0 | 53 | 403 | 14 | 63 |
| Binary | 1111101 | 1110100 | 10010001 | 1110 | 10100 | 0 | 101011 | 100000011 | 1100 | 110011 |
Color Harmonies of #7D7491
Complementary color
Monochromatic Colors of #7D7491
Black with #7D7491
Text Example
Text Example
White with #7D7491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7491; }
p { color: rgb(125,116,145); }
H1.HeaderClassName
{
color: #7D7491;
}
.AnyTagClassName
{
color: #7D7491;
}
</style>
background-color css
<style>
a { background-color: #7D7491; }
a { background-color: rgb(125,116,145); }
div.DivClassName
{
background-color: #7D7491;
}
.BgClassName
{
background-color: #7D7491;
}
</style>
border-color css
<style>
span { border-color: #7D7491; }
span { border-color: rgb(125,116,145); }
td.TdClassName
{
border-color: #7D7491;
}
.TagClassName
{
border-color: #7D7491;
}
</style>