Shades of Purple #740569
Tints of Purple #740569
RGB
CMYK
RGB Variations
Color information
#740569 (or 0x740569) is known color: Purple. HEX triplet: 74, 05 and 69. RGB value is (116,5,105). Sum of RGB (Red+Green+Blue) = 116+5+105=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #740569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740569 is #8BFA96. Grayscale: #313131. Windows color (decimal): -9173655 or 6882676. OLE color: 6882676.
HSL color Cylindrical-coordinate representation of color #740569: hue angle of 305.95º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740569 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 5 | 105 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.55 |
| HSL | 305.95º | 0.92% | 0.24% | - |
| HSV(B) | 305.95º | 0.96% | 0.45% | - |
| XYZ | 9.81 | 4.84 | 13.78 | - |
| YUV | 49.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 5 | 105 | 0 | 0.96 | 0.09 | 0.55 | 305.95 | 0.92 | 0.24 |
| Hex | 74 | 5 | 69 | 0 | 60 | 9 | 37 | 132 | 5C | 18 |
| Octal | 164 | 5 | 151 | 0 | 140 | 11 | 67 | 462 | 134 | 30 |
| Binary | 1110100 | 101 | 1101001 | 0 | 1100000 | 1001 | 110111 | 100110010 | 1011100 | 11000 |
Color Harmonies of #740569
Complementary color
Monochromatic Colors of #740569
Black with #740569
Text Example
Text Example
White with #740569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740569; }
p { color: rgb(116,5,105); }
H1.HeaderClassName
{
color: #740569;
}
.AnyTagClassName
{
color: #740569;
}
</style>
background-color css
<style>
a { background-color: #740569; }
a { background-color: rgb(116,5,105); }
div.DivClassName
{
background-color: #740569;
}
.BgClassName
{
background-color: #740569;
}
</style>
border-color css
<style>
span { border-color: #740569; }
span { border-color: rgb(116,5,105); }
td.TdClassName
{
border-color: #740569;
}
.TagClassName
{
border-color: #740569;
}
</style>