Shades of Purple #740C69
Tints of Purple #740C69
RGB
CMYK
RGB Variations
Color information
#740C69 (or 0x740C69) is known color: Purple. HEX triplet: 74, 0C and 69. RGB value is (116,12,105). Sum of RGB (Red+Green+Blue) = 116+12+105=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #740C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740C69 is #8BF396. Grayscale: #353535. Windows color (decimal): -9171863 or 6884468. OLE color: 6884468.
HSL color Cylindrical-coordinate representation of color #740C69: hue angle of 306.35º 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 #740C69 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 12 | 105 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.55 |
| HSL | 306.35º | 0.81% | 0.25% | - |
| HSV(B) | 306.35º | 0.9% | 0.45% | - |
| XYZ | 9.88 | 5 | 13.81 | - |
| YUV | 53.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 105 | 0 | 0.90 | 0.09 | 0.55 | 306.35 | 0.81 | 0.25 |
| Hex | 74 | C | 69 | 0 | 5A | 9 | 37 | 132 | 51 | 19 |
| Octal | 164 | 14 | 151 | 0 | 132 | 11 | 67 | 462 | 121 | 31 |
| Binary | 1110100 | 1100 | 1101001 | 0 | 1011010 | 1001 | 110111 | 100110010 | 1010001 | 11001 |
Color Harmonies of #740C69
Complementary color
Monochromatic Colors of #740C69
Black with #740C69
Text Example
Text Example
White with #740C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740C69; }
p { color: rgb(116,12,105); }
H1.HeaderClassName
{
color: #740C69;
}
.AnyTagClassName
{
color: #740C69;
}
</style>
background-color css
<style>
a { background-color: #740C69; }
a { background-color: rgb(116,12,105); }
div.DivClassName
{
background-color: #740C69;
}
.BgClassName
{
background-color: #740C69;
}
</style>
border-color css
<style>
span { border-color: #740C69; }
span { border-color: rgb(116,12,105); }
td.TdClassName
{
border-color: #740C69;
}
.TagClassName
{
border-color: #740C69;
}
</style>