Shades of Purple #740468
Tints of Purple #740468
RGB
CMYK
RGB Variations
Color information
#740468 (or 0x740468) is known color: Purple. HEX triplet: 74, 04 and 68. RGB value is (116,4,104). Sum of RGB (Red+Green+Blue) = 116+4+104=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #740468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740468 is #8BFB97. Grayscale: #303030. Windows color (decimal): -9173912 or 6816884. OLE color: 6816884.
HSL color Cylindrical-coordinate representation of color #740468: hue angle of 306.43º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740468 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 104 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.55 |
| HSL | 306.43º | 0.93% | 0.24% | - |
| HSV(B) | 306.43º | 0.97% | 0.45% | - |
| XYZ | 9.74 | 4.8 | 13.51 | - |
| YUV | 48.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 104 | 0 | 0.97 | 0.10 | 0.55 | 306.43 | 0.93 | 0.24 |
| Hex | 74 | 4 | 68 | 0 | 61 | A | 37 | 132 | 5D | 18 |
| Octal | 164 | 4 | 150 | 0 | 141 | 12 | 67 | 462 | 135 | 30 |
| Binary | 1110100 | 100 | 1101000 | 0 | 1100001 | 1010 | 110111 | 100110010 | 1011101 | 11000 |
Color Harmonies of #740468
Complementary color
Monochromatic Colors of #740468
Black with #740468
Text Example
Text Example
White with #740468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740468; }
p { color: rgb(116,4,104); }
H1.HeaderClassName
{
color: #740468;
}
.AnyTagClassName
{
color: #740468;
}
</style>
background-color css
<style>
a { background-color: #740468; }
a { background-color: rgb(116,4,104); }
div.DivClassName
{
background-color: #740468;
}
.BgClassName
{
background-color: #740468;
}
</style>
border-color css
<style>
span { border-color: #740468; }
span { border-color: rgb(116,4,104); }
td.TdClassName
{
border-color: #740468;
}
.TagClassName
{
border-color: #740468;
}
</style>