Shades of Purple #740469
Tints of Purple #740469
RGB
CMYK
RGB Variations
Color information
#740469 (or 0x740469) is known color: Purple. HEX triplet: 74, 04 and 69. RGB value is (116,4,105). Sum of RGB (Red+Green+Blue) = 116+4+105=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #740469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740469 is #8BFB96. Grayscale: #303030. Windows color (decimal): -9173911 or 6882420. OLE color: 6882420.
HSL color Cylindrical-coordinate representation of color #740469: hue angle of 305.89º 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 #740469 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 105 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.55 |
| HSL | 305.89º | 0.93% | 0.24% | - |
| HSV(B) | 305.89º | 0.97% | 0.45% | - |
| XYZ | 9.8 | 4.82 | 13.78 | - |
| YUV | 49 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 105 | 0 | 0.97 | 0.09 | 0.55 | 305.89 | 0.93 | 0.24 |
| Hex | 74 | 4 | 69 | 0 | 61 | 9 | 37 | 132 | 5D | 18 |
| Octal | 164 | 4 | 151 | 0 | 141 | 11 | 67 | 462 | 135 | 30 |
| Binary | 1110100 | 100 | 1101001 | 0 | 1100001 | 1001 | 110111 | 100110010 | 1011101 | 11000 |
Color Harmonies of #740469
Complementary color
Monochromatic Colors of #740469
Black with #740469
Text Example
Text Example
White with #740469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740469; }
p { color: rgb(116,4,105); }
H1.HeaderClassName
{
color: #740469;
}
.AnyTagClassName
{
color: #740469;
}
</style>
background-color css
<style>
a { background-color: #740469; }
a { background-color: rgb(116,4,105); }
div.DivClassName
{
background-color: #740469;
}
.BgClassName
{
background-color: #740469;
}
</style>
border-color css
<style>
span { border-color: #740469; }
span { border-color: rgb(116,4,105); }
td.TdClassName
{
border-color: #740469;
}
.TagClassName
{
border-color: #740469;
}
</style>