Shades of Purple #740162
Tints of Purple #740162
RGB
CMYK
RGB Variations
Color information
#740162 (or 0x740162) is known color: Purple. HEX triplet: 74, 01 and 62. RGB value is (116,1,98). Sum of RGB (Red+Green+Blue) = 116+1+98=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #740162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740162 is #8BFE9D. Grayscale: #2E2E2E. Windows color (decimal): -9174686 or 6422900. OLE color: 6422900.
HSL color Cylindrical-coordinate representation of color #740162: hue angle of 309.39º 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 #740162 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 98 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.55 |
| HSL | 309.39º | 0.98% | 0.23% | - |
| HSV(B) | 309.39º | 0.99% | 0.45% | - |
| XYZ | 9.42 | 4.62 | 11.95 | - |
| YUV | 46.44 | 157.1 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 98 | 0 | 0.99 | 0.16 | 0.55 | 309.39 | 0.98 | 0.23 |
| Hex | 74 | 1 | 62 | 0 | 63 | 10 | 37 | 135 | 62 | 17 |
| Octal | 164 | 1 | 142 | 0 | 143 | 20 | 67 | 465 | 142 | 27 |
| Binary | 1110100 | 1 | 1100010 | 0 | 1100011 | 10000 | 110111 | 100110101 | 1100010 | 10111 |
Color Harmonies of #740162
Complementary color
Monochromatic Colors of #740162
Black with #740162
Text Example
Text Example
White with #740162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740162; }
p { color: rgb(116,1,98); }
H1.HeaderClassName
{
color: #740162;
}
.AnyTagClassName
{
color: #740162;
}
</style>
background-color css
<style>
a { background-color: #740162; }
a { background-color: rgb(116,1,98); }
div.DivClassName
{
background-color: #740162;
}
.BgClassName
{
background-color: #740162;
}
</style>
border-color css
<style>
span { border-color: #740162; }
span { border-color: rgb(116,1,98); }
td.TdClassName
{
border-color: #740162;
}
.TagClassName
{
border-color: #740162;
}
</style>