Shades of Purple #740294
Tints of Purple #740294
RGB
CMYK
RGB Variations
Color information
#740294 (or 0x740294) is known color: Purple. HEX triplet: 74, 02 and 94. RGB value is (116,2,148). Sum of RGB (Red+Green+Blue) = 116+2+148=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #740294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740294 is #8BFD6B. Grayscale: #343434. Windows color (decimal): -9174380 or 9699956. OLE color: 9699956.
HSL color Cylindrical-coordinate representation of color #740294: hue angle of 286.85º 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 #740294 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 2 | 148 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.42 |
| HSL | 286.85º | 0.97% | 0.29% | - |
| HSV(B) | 286.85º | 0.99% | 0.58% | - |
| XYZ | 12.57 | 5.89 | 28.49 | - |
| YUV | 52.73 | 181.77 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 148 | 0.22 | 0.99 | 0 | 0.42 | 286.85 | 0.97 | 0.29 |
| Hex | 74 | 2 | 94 | 16 | 63 | 0 | 2A | 11F | 61 | 1D |
| Octal | 164 | 2 | 224 | 26 | 143 | 0 | 52 | 437 | 141 | 35 |
| Binary | 1110100 | 10 | 10010100 | 10110 | 1100011 | 0 | 101010 | 100011111 | 1100001 | 11101 |
Color Harmonies of #740294
Complementary color
Monochromatic Colors of #740294
Black with #740294
Text Example
Text Example
White with #740294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740294; }
p { color: rgb(116,2,148); }
H1.HeaderClassName
{
color: #740294;
}
.AnyTagClassName
{
color: #740294;
}
</style>
background-color css
<style>
a { background-color: #740294; }
a { background-color: rgb(116,2,148); }
div.DivClassName
{
background-color: #740294;
}
.BgClassName
{
background-color: #740294;
}
</style>
border-color css
<style>
span { border-color: #740294; }
span { border-color: rgb(116,2,148); }
td.TdClassName
{
border-color: #740294;
}
.TagClassName
{
border-color: #740294;
}
</style>