Shades of Purple #740386
Tints of Purple #740386
RGB
CMYK
RGB Variations
Color information
#740386 (or 0x740386) is known color: Purple. HEX triplet: 74, 03 and 86. RGB value is (116,3,134). Sum of RGB (Red+Green+Blue) = 116+3+134=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #740386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740386 is #8BFC79. Grayscale: #333333. Windows color (decimal): -9174138 or 8782708. OLE color: 8782708.
HSL color Cylindrical-coordinate representation of color #740386: hue angle of 291.76º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740386 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 3 | 134 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.47 |
| HSL | 291.76º | 0.96% | 0.27% | - |
| HSV(B) | 291.76º | 0.98% | 0.53% | - |
| XYZ | 11.54 | 5.5 | 23.01 | - |
| YUV | 51.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 134 | 0.13 | 0.98 | 0 | 0.47 | 291.76 | 0.96 | 0.27 |
| Hex | 74 | 3 | 86 | D | 62 | 0 | 2F | 124 | 60 | 1B |
| Octal | 164 | 3 | 206 | 15 | 142 | 0 | 57 | 444 | 140 | 33 |
| Binary | 1110100 | 11 | 10000110 | 1101 | 1100010 | 0 | 101111 | 100100100 | 1100000 | 11011 |
Color Harmonies of #740386
Complementary color
Monochromatic Colors of #740386
Black with #740386
Text Example
Text Example
White with #740386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740386; }
p { color: rgb(116,3,134); }
H1.HeaderClassName
{
color: #740386;
}
.AnyTagClassName
{
color: #740386;
}
</style>
background-color css
<style>
a { background-color: #740386; }
a { background-color: rgb(116,3,134); }
div.DivClassName
{
background-color: #740386;
}
.BgClassName
{
background-color: #740386;
}
</style>
border-color css
<style>
span { border-color: #740386; }
span { border-color: rgb(116,3,134); }
td.TdClassName
{
border-color: #740386;
}
.TagClassName
{
border-color: #740386;
}
</style>