Shades of Purple #741884
Tints of Purple #741884
RGB
CMYK
RGB Variations
Color information
#741884 (or 0x741884) is known color: Purple. HEX triplet: 74, 18 and 84. RGB value is (116,24,132). Sum of RGB (Red+Green+Blue) = 116+24+132=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #741884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741884 is #8BE77B. Grayscale: #3F3F3F. Windows color (decimal): -9168764 or 8657012. OLE color: 8657012.
HSL color Cylindrical-coordinate representation of color #741884: hue angle of 291.11º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741884 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 24 | 132 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.48 |
| HSL | 291.11º | 0.69% | 0.31% | - |
| HSV(B) | 291.11º | 0.82% | 0.52% | - |
| XYZ | 11.69 | 6.03 | 22.38 | - |
| YUV | 63.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 132 | 0.12 | 0.82 | 0 | 0.48 | 291.11 | 0.69 | 0.31 |
| Hex | 74 | 18 | 84 | C | 52 | 0 | 30 | 123 | 45 | 1F |
| Octal | 164 | 30 | 204 | 14 | 122 | 0 | 60 | 443 | 105 | 37 |
| Binary | 1110100 | 11000 | 10000100 | 1100 | 1010010 | 0 | 110000 | 100100011 | 1000101 | 11111 |
Color Harmonies of #741884
Complementary color
Monochromatic Colors of #741884
Black with #741884
Text Example
Text Example
White with #741884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741884; }
p { color: rgb(116,24,132); }
H1.HeaderClassName
{
color: #741884;
}
.AnyTagClassName
{
color: #741884;
}
</style>
background-color css
<style>
a { background-color: #741884; }
a { background-color: rgb(116,24,132); }
div.DivClassName
{
background-color: #741884;
}
.BgClassName
{
background-color: #741884;
}
</style>
border-color css
<style>
span { border-color: #741884; }
span { border-color: rgb(116,24,132); }
td.TdClassName
{
border-color: #741884;
}
.TagClassName
{
border-color: #741884;
}
</style>