Shades of Purple #740293
Tints of Purple #740293
RGB
CMYK
RGB Variations
Color information
#740293 (or 0x740293) is known color: Purple. HEX triplet: 74, 02 and 93. RGB value is (116,2,147). Sum of RGB (Red+Green+Blue) = 116+2+147=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #740293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740293 is #8BFD6C. Grayscale: #343434. Windows color (decimal): -9174381 or 9634420. OLE color: 9634420.
HSL color Cylindrical-coordinate representation of color #740293: hue angle of 287.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740293 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 2 | 147 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.42 |
| HSL | 287.17º | 0.97% | 0.29% | - |
| HSV(B) | 287.17º | 0.99% | 0.58% | - |
| XYZ | 12.49 | 5.86 | 28.08 | - |
| YUV | 52.62 | 181.27 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 147 | 0.21 | 0.99 | 0 | 0.42 | 287.17 | 0.97 | 0.29 |
| Hex | 74 | 2 | 93 | 15 | 63 | 0 | 2A | 11F | 61 | 1D |
| Octal | 164 | 2 | 223 | 25 | 143 | 0 | 52 | 437 | 141 | 35 |
| Binary | 1110100 | 10 | 10010011 | 10101 | 1100011 | 0 | 101010 | 100011111 | 1100001 | 11101 |
Color Harmonies of #740293
Complementary color
Monochromatic Colors of #740293
Black with #740293
Text Example
Text Example
White with #740293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740293; }
p { color: rgb(116,2,147); }
H1.HeaderClassName
{
color: #740293;
}
.AnyTagClassName
{
color: #740293;
}
</style>
background-color css
<style>
a { background-color: #740293; }
a { background-color: rgb(116,2,147); }
div.DivClassName
{
background-color: #740293;
}
.BgClassName
{
background-color: #740293;
}
</style>
border-color css
<style>
span { border-color: #740293; }
span { border-color: rgb(116,2,147); }
td.TdClassName
{
border-color: #740293;
}
.TagClassName
{
border-color: #740293;
}
</style>