Shades of Purple #740884
Tints of Purple #740884
RGB
CMYK
RGB Variations
Color information
#740884 (or 0x740884) is known color: Purple. HEX triplet: 74, 08 and 84. RGB value is (116,8,132). Sum of RGB (Red+Green+Blue) = 116+8+132=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #740884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740884 is #8BF77B. Grayscale: #363636. Windows color (decimal): -9172860 or 8652916. OLE color: 8652916.
HSL color Cylindrical-coordinate representation of color #740884: hue angle of 292.26º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740884 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 8 | 132 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.48 |
| HSL | 292.26º | 0.89% | 0.27% | - |
| HSV(B) | 292.26º | 0.94% | 0.52% | - |
| XYZ | 11.45 | 5.55 | 22.3 | - |
| YUV | 54.43 | 171.78 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 132 | 0.12 | 0.94 | 0 | 0.48 | 292.26 | 0.89 | 0.27 |
| Hex | 74 | 8 | 84 | C | 5E | 0 | 30 | 124 | 59 | 1B |
| Octal | 164 | 10 | 204 | 14 | 136 | 0 | 60 | 444 | 131 | 33 |
| Binary | 1110100 | 1000 | 10000100 | 1100 | 1011110 | 0 | 110000 | 100100100 | 1011001 | 11011 |
Color Harmonies of #740884
Complementary color
Monochromatic Colors of #740884
Black with #740884
Text Example
Text Example
White with #740884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740884; }
p { color: rgb(116,8,132); }
H1.HeaderClassName
{
color: #740884;
}
.AnyTagClassName
{
color: #740884;
}
</style>
background-color css
<style>
a { background-color: #740884; }
a { background-color: rgb(116,8,132); }
div.DivClassName
{
background-color: #740884;
}
.BgClassName
{
background-color: #740884;
}
</style>
border-color css
<style>
span { border-color: #740884; }
span { border-color: rgb(116,8,132); }
td.TdClassName
{
border-color: #740884;
}
.TagClassName
{
border-color: #740884;
}
</style>