Shades of Purple #740165
Tints of Purple #740165
RGB
CMYK
RGB Variations
Color information
#740165 (or 0x740165) is known color: Purple. HEX triplet: 74, 01 and 65. RGB value is (116,1,101). Sum of RGB (Red+Green+Blue) = 116+1+101=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #740165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740165 is #8BFE9A. Grayscale: #2E2E2E. Windows color (decimal): -9174683 or 6619508. OLE color: 6619508.
HSL color Cylindrical-coordinate representation of color #740165: hue angle of 307.83º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740165 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 101 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.55 |
| HSL | 307.83º | 0.98% | 0.23% | - |
| HSV(B) | 307.83º | 0.99% | 0.45% | - |
| XYZ | 9.56 | 4.67 | 12.71 | - |
| YUV | 46.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 101 | 0 | 0.99 | 0.13 | 0.55 | 307.83 | 0.98 | 0.23 |
| Hex | 74 | 1 | 65 | 0 | 63 | D | 37 | 134 | 62 | 17 |
| Octal | 164 | 1 | 145 | 0 | 143 | 15 | 67 | 464 | 142 | 27 |
| Binary | 1110100 | 1 | 1100101 | 0 | 1100011 | 1101 | 110111 | 100110100 | 1100010 | 10111 |
Color Harmonies of #740165
Complementary color
Monochromatic Colors of #740165
Black with #740165
Text Example
Text Example
White with #740165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740165; }
p { color: rgb(116,1,101); }
H1.HeaderClassName
{
color: #740165;
}
.AnyTagClassName
{
color: #740165;
}
</style>
background-color css
<style>
a { background-color: #740165; }
a { background-color: rgb(116,1,101); }
div.DivClassName
{
background-color: #740165;
}
.BgClassName
{
background-color: #740165;
}
</style>
border-color css
<style>
span { border-color: #740165; }
span { border-color: rgb(116,1,101); }
td.TdClassName
{
border-color: #740165;
}
.TagClassName
{
border-color: #740165;
}
</style>