Shades of Purple #740867
Tints of Purple #740867
RGB
CMYK
RGB Variations
Color information
#740867 (or 0x740867) is known color: Purple. HEX triplet: 74, 08 and 67. RGB value is (116,8,103). Sum of RGB (Red+Green+Blue) = 116+8+103=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #740867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740867 is #8BF798. Grayscale: #323232. Windows color (decimal): -9172889 or 6752372. OLE color: 6752372.
HSL color Cylindrical-coordinate representation of color #740867: hue angle of 307.22º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740867 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 8 | 103 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.55 |
| HSL | 307.22º | 0.87% | 0.24% | - |
| HSV(B) | 307.22º | 0.93% | 0.45% | - |
| XYZ | 9.74 | 4.87 | 13.26 | - |
| YUV | 51.12 | 157.28 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 103 | 0 | 0.93 | 0.11 | 0.55 | 307.22 | 0.87 | 0.24 |
| Hex | 74 | 8 | 67 | 0 | 5D | B | 37 | 133 | 57 | 18 |
| Octal | 164 | 10 | 147 | 0 | 135 | 13 | 67 | 463 | 127 | 30 |
| Binary | 1110100 | 1000 | 1100111 | 0 | 1011101 | 1011 | 110111 | 100110011 | 1010111 | 11000 |
Color Harmonies of #740867
Complementary color
Monochromatic Colors of #740867
Black with #740867
Text Example
Text Example
White with #740867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740867; }
p { color: rgb(116,8,103); }
H1.HeaderClassName
{
color: #740867;
}
.AnyTagClassName
{
color: #740867;
}
</style>
background-color css
<style>
a { background-color: #740867; }
a { background-color: rgb(116,8,103); }
div.DivClassName
{
background-color: #740867;
}
.BgClassName
{
background-color: #740867;
}
</style>
border-color css
<style>
span { border-color: #740867; }
span { border-color: rgb(116,8,103); }
td.TdClassName
{
border-color: #740867;
}
.TagClassName
{
border-color: #740867;
}
</style>