Shades of Purple #740265
Tints of Purple #740265
RGB
CMYK
RGB Variations
Color information
#740265 (or 0x740265) is known color: Purple. HEX triplet: 74, 02 and 65. RGB value is (116,2,101). Sum of RGB (Red+Green+Blue) = 116+2+101=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #740265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740265 is #8BFD9A. Grayscale: #2F2F2F. Windows color (decimal): -9174427 or 6619764. OLE color: 6619764.
HSL color Cylindrical-coordinate representation of color #740265: hue angle of 307.89º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740265 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 2 | 101 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.55 |
| HSL | 307.89º | 0.97% | 0.23% | - |
| HSV(B) | 307.89º | 0.98% | 0.45% | - |
| XYZ | 9.57 | 4.7 | 12.71 | - |
| YUV | 47.37 | 158.27 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 101 | 0 | 0.98 | 0.13 | 0.55 | 307.89 | 0.97 | 0.23 |
| Hex | 74 | 2 | 65 | 0 | 62 | D | 37 | 134 | 61 | 17 |
| Octal | 164 | 2 | 145 | 0 | 142 | 15 | 67 | 464 | 141 | 27 |
| Binary | 1110100 | 10 | 1100101 | 0 | 1100010 | 1101 | 110111 | 100110100 | 1100001 | 10111 |
Color Harmonies of #740265
Complementary color
Monochromatic Colors of #740265
Black with #740265
Text Example
Text Example
White with #740265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740265; }
p { color: rgb(116,2,101); }
H1.HeaderClassName
{
color: #740265;
}
.AnyTagClassName
{
color: #740265;
}
</style>
background-color css
<style>
a { background-color: #740265; }
a { background-color: rgb(116,2,101); }
div.DivClassName
{
background-color: #740265;
}
.BgClassName
{
background-color: #740265;
}
</style>
border-color css
<style>
span { border-color: #740265; }
span { border-color: rgb(116,2,101); }
td.TdClassName
{
border-color: #740265;
}
.TagClassName
{
border-color: #740265;
}
</style>