Shades of Purple #740666
Tints of Purple #740666
RGB
CMYK
RGB Variations
Color information
#740666 (or 0x740666) is known color: Purple. HEX triplet: 74, 06 and 66. RGB value is (116,6,102). Sum of RGB (Red+Green+Blue) = 116+6+102=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #740666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740666 is #8BF999. Grayscale: #313131. Windows color (decimal): -9173402 or 6686324. OLE color: 6686324.
HSL color Cylindrical-coordinate representation of color #740666: hue angle of 307.64º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740666 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 6 | 102 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.55 |
| HSL | 307.64º | 0.9% | 0.24% | - |
| HSV(B) | 307.64º | 0.95% | 0.45% | - |
| XYZ | 9.67 | 4.8 | 12.99 | - |
| YUV | 49.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 6 | 102 | 0 | 0.95 | 0.12 | 0.55 | 307.64 | 0.9 | 0.24 |
| Hex | 74 | 6 | 66 | 0 | 5F | C | 37 | 134 | 5A | 18 |
| Octal | 164 | 6 | 146 | 0 | 137 | 14 | 67 | 464 | 132 | 30 |
| Binary | 1110100 | 110 | 1100110 | 0 | 1011111 | 1100 | 110111 | 100110100 | 1011010 | 11000 |
Color Harmonies of #740666
Complementary color
Monochromatic Colors of #740666
Black with #740666
Text Example
Text Example
White with #740666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740666; }
p { color: rgb(116,6,102); }
H1.HeaderClassName
{
color: #740666;
}
.AnyTagClassName
{
color: #740666;
}
</style>
background-color css
<style>
a { background-color: #740666; }
a { background-color: rgb(116,6,102); }
div.DivClassName
{
background-color: #740666;
}
.BgClassName
{
background-color: #740666;
}
</style>
border-color css
<style>
span { border-color: #740666; }
span { border-color: rgb(116,6,102); }
td.TdClassName
{
border-color: #740666;
}
.TagClassName
{
border-color: #740666;
}
</style>