Shades of Purple #740463
Tints of Purple #740463
RGB
CMYK
RGB Variations
Color information
#740463 (or 0x740463) is known color: Purple. HEX triplet: 74, 04 and 63. RGB value is (116,4,99). Sum of RGB (Red+Green+Blue) = 116+4+99=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #740463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740463 is #8BFB9C. Grayscale: #303030. Windows color (decimal): -9173917 or 6489204. OLE color: 6489204.
HSL color Cylindrical-coordinate representation of color #740463: hue angle of 309.11º 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 #740463 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 99 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.55 |
| HSL | 309.11º | 0.93% | 0.24% | - |
| HSV(B) | 309.11º | 0.97% | 0.45% | - |
| XYZ | 9.5 | 4.7 | 12.21 | - |
| YUV | 48.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 99 | 0 | 0.97 | 0.15 | 0.55 | 309.11 | 0.93 | 0.24 |
| Hex | 74 | 4 | 63 | 0 | 61 | F | 37 | 135 | 5D | 18 |
| Octal | 164 | 4 | 143 | 0 | 141 | 17 | 67 | 465 | 135 | 30 |
| Binary | 1110100 | 100 | 1100011 | 0 | 1100001 | 1111 | 110111 | 100110101 | 1011101 | 11000 |
Color Harmonies of #740463
Complementary color
Monochromatic Colors of #740463
Black with #740463
Text Example
Text Example
White with #740463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740463; }
p { color: rgb(116,4,99); }
H1.HeaderClassName
{
color: #740463;
}
.AnyTagClassName
{
color: #740463;
}
</style>
background-color css
<style>
a { background-color: #740463; }
a { background-color: rgb(116,4,99); }
div.DivClassName
{
background-color: #740463;
}
.BgClassName
{
background-color: #740463;
}
</style>
border-color css
<style>
span { border-color: #740463; }
span { border-color: rgb(116,4,99); }
td.TdClassName
{
border-color: #740463;
}
.TagClassName
{
border-color: #740463;
}
</style>