Shades of Purple #740465
Tints of Purple #740465
RGB
CMYK
RGB Variations
Color information
#740465 (or 0x740465) is known color: Purple. HEX triplet: 74, 04 and 65. RGB value is (116,4,101). Sum of RGB (Red+Green+Blue) = 116+4+101=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #740465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740465 is #8BFB9A. Grayscale: #303030. Windows color (decimal): -9173915 or 6620276. OLE color: 6620276.
HSL color Cylindrical-coordinate representation of color #740465: hue angle of 308.04º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740465 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 101 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.55 |
| HSL | 308.04º | 0.93% | 0.24% | - |
| HSV(B) | 308.04º | 0.97% | 0.45% | - |
| XYZ | 9.59 | 4.74 | 12.72 | - |
| YUV | 48.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 101 | 0 | 0.97 | 0.13 | 0.55 | 308.04 | 0.93 | 0.24 |
| Hex | 74 | 4 | 65 | 0 | 61 | D | 37 | 134 | 5D | 18 |
| Octal | 164 | 4 | 145 | 0 | 141 | 15 | 67 | 464 | 135 | 30 |
| Binary | 1110100 | 100 | 1100101 | 0 | 1100001 | 1101 | 110111 | 100110100 | 1011101 | 11000 |
Color Harmonies of #740465
Complementary color
Monochromatic Colors of #740465
Black with #740465
Text Example
Text Example
White with #740465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740465; }
p { color: rgb(116,4,101); }
H1.HeaderClassName
{
color: #740465;
}
.AnyTagClassName
{
color: #740465;
}
</style>
background-color css
<style>
a { background-color: #740465; }
a { background-color: rgb(116,4,101); }
div.DivClassName
{
background-color: #740465;
}
.BgClassName
{
background-color: #740465;
}
</style>
border-color css
<style>
span { border-color: #740465; }
span { border-color: rgb(116,4,101); }
td.TdClassName
{
border-color: #740465;
}
.TagClassName
{
border-color: #740465;
}
</style>