Shades of Purple #740C68
Tints of Purple #740C68
RGB
CMYK
RGB Variations
Color information
#740C68 (or 0x740C68) is known color: Purple. HEX triplet: 74, 0C and 68. RGB value is (116,12,104). Sum of RGB (Red+Green+Blue) = 116+12+104=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #740C68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740C68 is #8BF397. Grayscale: #353535. Windows color (decimal): -9171864 or 6818932. OLE color: 6818932.
HSL color Cylindrical-coordinate representation of color #740C68: hue angle of 306.92º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740C68 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 104 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.55 |
| HSL | 306.92º | 0.81% | 0.25% | - |
| HSV(B) | 306.92º | 0.9% | 0.45% | - |
| XYZ | 9.83 | 4.98 | 13.54 | - |
| YUV | 53.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 104 | 0 | 0.90 | 0.10 | 0.55 | 306.92 | 0.81 | 0.25 |
| Hex | 74 | C | 68 | 0 | 5A | A | 37 | 133 | 51 | 19 |
| Octal | 164 | 14 | 150 | 0 | 132 | 12 | 67 | 463 | 121 | 31 |
| Binary | 1110100 | 1100 | 1101000 | 0 | 1011010 | 1010 | 110111 | 100110011 | 1010001 | 11001 |
Color Harmonies of #740C68
Complementary color
Monochromatic Colors of #740C68
Black with #740C68
Text Example
Text Example
White with #740C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C68; }
p { color: rgb(116,12,104); }
H1.HeaderClassName
{
color: #740C68;
}
.AnyTagClassName
{
color: #740C68;
}
</style>
background-color css
<style>
a { background-color: #740C68; }
a { background-color: rgb(116,12,104); }
div.DivClassName
{
background-color: #740C68;
}
.BgClassName
{
background-color: #740C68;
}
</style>
border-color css
<style>
span { border-color: #740C68; }
span { border-color: rgb(116,12,104); }
td.TdClassName
{
border-color: #740C68;
}
.TagClassName
{
border-color: #740C68;
}
</style>