Shades of Purple #741273
Tints of Purple #741273
RGB
CMYK
RGB Variations
Color information
#741273 (or 0x741273) is known color: Purple. HEX triplet: 74, 12 and 73. RGB value is (116,18,115). Sum of RGB (Red+Green+Blue) = 116+18+115=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #741273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741273 is #8BED8C. Grayscale: #3A3A3A. Windows color (decimal): -9170317 or 7541364. OLE color: 7541364.
HSL color Cylindrical-coordinate representation of color #741273: hue angle of 300.61º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741273 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 18 | 115 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.55 |
| HSL | 300.61º | 0.73% | 0.26% | - |
| HSV(B) | 300.61º | 0.84% | 0.45% | - |
| XYZ | 10.51 | 5.38 | 16.7 | - |
| YUV | 58.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 115 | 0 | 0.84 | 0.01 | 0.55 | 300.61 | 0.73 | 0.26 |
| Hex | 74 | 12 | 73 | 0 | 54 | 1 | 37 | 12D | 49 | 1A |
| Octal | 164 | 22 | 163 | 0 | 124 | 1 | 67 | 455 | 111 | 32 |
| Binary | 1110100 | 10010 | 1110011 | 0 | 1010100 | 1 | 110111 | 100101101 | 1001001 | 11010 |
Color Harmonies of #741273
Complementary color
Monochromatic Colors of #741273
Black with #741273
Text Example
Text Example
White with #741273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741273; }
p { color: rgb(116,18,115); }
H1.HeaderClassName
{
color: #741273;
}
.AnyTagClassName
{
color: #741273;
}
</style>
background-color css
<style>
a { background-color: #741273; }
a { background-color: rgb(116,18,115); }
div.DivClassName
{
background-color: #741273;
}
.BgClassName
{
background-color: #741273;
}
</style>
border-color css
<style>
span { border-color: #741273; }
span { border-color: rgb(116,18,115); }
td.TdClassName
{
border-color: #741273;
}
.TagClassName
{
border-color: #741273;
}
</style>