Shades of Purple #741381
Tints of Purple #741381
RGB
CMYK
RGB Variations
Color information
#741381 (or 0x741381) is known color: Purple. HEX triplet: 74, 13 and 81. RGB value is (116,19,129). Sum of RGB (Red+Green+Blue) = 116+19+129=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #741381 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741381 is #8BEC7E. Grayscale: #3C3C3C. Windows color (decimal): -9170047 or 8459124. OLE color: 8459124.
HSL color Cylindrical-coordinate representation of color #741381: hue angle of 292.91º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741381 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 19 | 129 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.49 |
| HSL | 292.91º | 0.74% | 0.29% | - |
| HSV(B) | 292.91º | 0.85% | 0.51% | - |
| XYZ | 11.4 | 5.76 | 21.28 | - |
| YUV | 60.54 | 166.64 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 129 | 0.10 | 0.85 | 0 | 0.49 | 292.91 | 0.74 | 0.29 |
| Hex | 74 | 13 | 81 | A | 55 | 0 | 31 | 125 | 4A | 1D |
| Octal | 164 | 23 | 201 | 12 | 125 | 0 | 61 | 445 | 112 | 35 |
| Binary | 1110100 | 10011 | 10000001 | 1010 | 1010101 | 0 | 110001 | 100100101 | 1001010 | 11101 |
Color Harmonies of #741381
Complementary color
Monochromatic Colors of #741381
Black with #741381
Text Example
Text Example
White with #741381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741381; }
p { color: rgb(116,19,129); }
H1.HeaderClassName
{
color: #741381;
}
.AnyTagClassName
{
color: #741381;
}
</style>
background-color css
<style>
a { background-color: #741381; }
a { background-color: rgb(116,19,129); }
div.DivClassName
{
background-color: #741381;
}
.BgClassName
{
background-color: #741381;
}
</style>
border-color css
<style>
span { border-color: #741381; }
span { border-color: rgb(116,19,129); }
td.TdClassName
{
border-color: #741381;
}
.TagClassName
{
border-color: #741381;
}
</style>