Shades of Purple #741393
Tints of Purple #741393
RGB
CMYK
RGB Variations
Color information
#741393 (or 0x741393) is known color: Purple. HEX triplet: 74, 13 and 93. RGB value is (116,19,147). Sum of RGB (Red+Green+Blue) = 116+19+147=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #741393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741393 is #8BEC6C. Grayscale: #3E3E3E. Windows color (decimal): -9170029 or 9638772. OLE color: 9638772.
HSL color Cylindrical-coordinate representation of color #741393: hue angle of 285.47º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741393 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 19 | 147 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.42 |
| HSL | 285.47º | 0.77% | 0.33% | - |
| HSV(B) | 285.47º | 0.87% | 0.58% | - |
| XYZ | 12.7 | 6.29 | 28.15 | - |
| YUV | 62.6 | 175.64 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 147 | 0.21 | 0.87 | 0 | 0.42 | 285.47 | 0.77 | 0.33 |
| Hex | 74 | 13 | 93 | 15 | 57 | 0 | 2A | 11D | 4D | 21 |
| Octal | 164 | 23 | 223 | 25 | 127 | 0 | 52 | 435 | 115 | 41 |
| Binary | 1110100 | 10011 | 10010011 | 10101 | 1010111 | 0 | 101010 | 100011101 | 1001101 | 100001 |
Color Harmonies of #741393
Complementary color
Monochromatic Colors of #741393
Black with #741393
Text Example
Text Example
White with #741393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741393; }
p { color: rgb(116,19,147); }
H1.HeaderClassName
{
color: #741393;
}
.AnyTagClassName
{
color: #741393;
}
</style>
background-color css
<style>
a { background-color: #741393; }
a { background-color: rgb(116,19,147); }
div.DivClassName
{
background-color: #741393;
}
.BgClassName
{
background-color: #741393;
}
</style>
border-color css
<style>
span { border-color: #741393; }
span { border-color: rgb(116,19,147); }
td.TdClassName
{
border-color: #741393;
}
.TagClassName
{
border-color: #741393;
}
</style>