Shades of Purple #740166
Tints of Purple #740166
RGB
CMYK
RGB Variations
Color information
#740166 (or 0x740166) is known color: Purple. HEX triplet: 74, 01 and 66. RGB value is (116,1,102). Sum of RGB (Red+Green+Blue) = 116+1+102=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #740166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740166 is #8BFE99. Grayscale: #2E2E2E. Windows color (decimal): -9174682 or 6685044. OLE color: 6685044.
HSL color Cylindrical-coordinate representation of color #740166: hue angle of 307.3º 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 #740166 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.55 |
| HSL | 307.3º | 0.98% | 0.23% | - |
| HSV(B) | 307.3º | 0.99% | 0.45% | - |
| XYZ | 9.61 | 4.69 | 12.97 | - |
| YUV | 46.9 | 159.1 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 102 | 0 | 0.99 | 0.12 | 0.55 | 307.3 | 0.98 | 0.23 |
| Hex | 74 | 1 | 66 | 0 | 63 | C | 37 | 133 | 62 | 17 |
| Octal | 164 | 1 | 146 | 0 | 143 | 14 | 67 | 463 | 142 | 27 |
| Binary | 1110100 | 1 | 1100110 | 0 | 1100011 | 1100 | 110111 | 100110011 | 1100010 | 10111 |
Color Harmonies of #740166
Complementary color
Monochromatic Colors of #740166
Black with #740166
Text Example
Text Example
White with #740166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740166; }
p { color: rgb(116,1,102); }
H1.HeaderClassName
{
color: #740166;
}
.AnyTagClassName
{
color: #740166;
}
</style>
background-color css
<style>
a { background-color: #740166; }
a { background-color: rgb(116,1,102); }
div.DivClassName
{
background-color: #740166;
}
.BgClassName
{
background-color: #740166;
}
</style>
border-color css
<style>
span { border-color: #740166; }
span { border-color: rgb(116,1,102); }
td.TdClassName
{
border-color: #740166;
}
.TagClassName
{
border-color: #740166;
}
</style>