Shades of Purple #740065
Tints of Purple #740065
RGB
CMYK
RGB Variations
Color information
#740065 (or 0x740065) is known color: Purple. HEX triplet: 74, 00 and 65. RGB value is (116,0,101). Sum of RGB (Red+Green+Blue) = 116+0+101=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #740065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740065 is #8BFF9A. Grayscale: #2D2D2D. Windows color (decimal): -9174939 or 6619252. OLE color: 6619252.
HSL color Cylindrical-coordinate representation of color #740065: hue angle of 307.76º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740065 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.13 | 0.55 |
| HSL | 307.76º | 1% | 0.23% | - |
| HSV(B) | 307.76º | 1% | 0.45% | - |
| XYZ | 9.55 | 4.65 | 12.71 | - |
| YUV | 46.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 101 | 0 | 1 | 0.13 | 0.55 | 307.76 | 1 | 0.23 |
| Hex | 74 | 0 | 65 | 0 | 64 | D | 37 | 134 | 64 | 17 |
| Octal | 164 | 0 | 145 | 0 | 144 | 15 | 67 | 464 | 144 | 27 |
| Binary | 1110100 | 0 | 1100101 | 0 | 1100100 | 1101 | 110111 | 100110100 | 1100100 | 10111 |
Color Harmonies of #740065
Complementary color
Monochromatic Colors of #740065
Black with #740065
Text Example
Text Example
White with #740065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740065; }
p { color: rgb(116,0,101); }
H1.HeaderClassName
{
color: #740065;
}
.AnyTagClassName
{
color: #740065;
}
</style>
background-color css
<style>
a { background-color: #740065; }
a { background-color: rgb(116,0,101); }
div.DivClassName
{
background-color: #740065;
}
.BgClassName
{
background-color: #740065;
}
</style>
border-color css
<style>
span { border-color: #740065; }
span { border-color: rgb(116,0,101); }
td.TdClassName
{
border-color: #740065;
}
.TagClassName
{
border-color: #740065;
}
</style>