Shades of Purple #740167
Tints of Purple #740167
RGB
CMYK
RGB Variations
Color information
#740167 (or 0x740167) is known color: Purple. HEX triplet: 74, 01 and 67. RGB value is (116,1,103). Sum of RGB (Red+Green+Blue) = 116+1+103=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #740167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740167 is #8BFE98. Grayscale: #2E2E2E. Windows color (decimal): -9174681 or 6750580. OLE color: 6750580.
HSL color Cylindrical-coordinate representation of color #740167: hue angle of 306.78º 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 #740167 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 103 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.55 |
| HSL | 306.78º | 0.98% | 0.23% | - |
| HSV(B) | 306.78º | 0.99% | 0.45% | - |
| XYZ | 9.66 | 4.71 | 13.23 | - |
| YUV | 47.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 103 | 0 | 0.99 | 0.11 | 0.55 | 306.78 | 0.98 | 0.23 |
| Hex | 74 | 1 | 67 | 0 | 63 | B | 37 | 133 | 62 | 17 |
| Octal | 164 | 1 | 147 | 0 | 143 | 13 | 67 | 463 | 142 | 27 |
| Binary | 1110100 | 1 | 1100111 | 0 | 1100011 | 1011 | 110111 | 100110011 | 1100010 | 10111 |
Color Harmonies of #740167
Complementary color
Monochromatic Colors of #740167
Black with #740167
Text Example
Text Example
White with #740167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740167; }
p { color: rgb(116,1,103); }
H1.HeaderClassName
{
color: #740167;
}
.AnyTagClassName
{
color: #740167;
}
</style>
background-color css
<style>
a { background-color: #740167; }
a { background-color: rgb(116,1,103); }
div.DivClassName
{
background-color: #740167;
}
.BgClassName
{
background-color: #740167;
}
</style>
border-color css
<style>
span { border-color: #740167; }
span { border-color: rgb(116,1,103); }
td.TdClassName
{
border-color: #740167;
}
.TagClassName
{
border-color: #740167;
}
</style>