Shades of Purple #740063
Tints of Purple #740063
RGB
CMYK
RGB Variations
Color information
#740063 (or 0x740063) is known color: Purple. HEX triplet: 74, 00 and 63. RGB value is (116,0,99). Sum of RGB (Red+Green+Blue) = 116+0+99=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #740063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740063 is #8BFF9C. Grayscale: #2D2D2D. Windows color (decimal): -9174941 or 6488180. OLE color: 6488180.
HSL color Cylindrical-coordinate representation of color #740063: hue angle of 308.79º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740063 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.15 | 0.55 |
| HSL | 308.79º | 1% | 0.23% | - |
| HSV(B) | 308.79º | 1% | 0.45% | - |
| XYZ | 9.45 | 4.61 | 12.2 | - |
| YUV | 45.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 99 | 0 | 1 | 0.15 | 0.55 | 308.79 | 1 | 0.23 |
| Hex | 74 | 0 | 63 | 0 | 64 | F | 37 | 135 | 64 | 17 |
| Octal | 164 | 0 | 143 | 0 | 144 | 17 | 67 | 465 | 144 | 27 |
| Binary | 1110100 | 0 | 1100011 | 0 | 1100100 | 1111 | 110111 | 100110101 | 1100100 | 10111 |
Color Harmonies of #740063
Complementary color
Monochromatic Colors of #740063
Black with #740063
Text Example
Text Example
White with #740063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740063; }
p { color: rgb(116,0,99); }
H1.HeaderClassName
{
color: #740063;
}
.AnyTagClassName
{
color: #740063;
}
</style>
background-color css
<style>
a { background-color: #740063; }
a { background-color: rgb(116,0,99); }
div.DivClassName
{
background-color: #740063;
}
.BgClassName
{
background-color: #740063;
}
</style>
border-color css
<style>
span { border-color: #740063; }
span { border-color: rgb(116,0,99); }
td.TdClassName
{
border-color: #740063;
}
.TagClassName
{
border-color: #740063;
}
</style>