Shades of Purple #741296
Tints of Purple #741296
RGB
CMYK
RGB Variations
Color information
#741296 (or 0x741296) is known color: Purple. HEX triplet: 74, 12 and 96. RGB value is (116,18,150). Sum of RGB (Red+Green+Blue) = 116+18+150=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #741296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741296 is #8BED69. Grayscale: #3D3D3D. Windows color (decimal): -9170282 or 9835124. OLE color: 9835124.
HSL color Cylindrical-coordinate representation of color #741296: hue angle of 284.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741296 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 18 | 150 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.41 |
| HSL | 284.55º | 0.79% | 0.33% | - |
| HSV(B) | 284.55º | 0.88% | 0.59% | - |
| XYZ | 12.92 | 6.35 | 29.4 | - |
| YUV | 62.35 | 177.47 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 150 | 0.23 | 0.88 | 0 | 0.41 | 284.55 | 0.79 | 0.33 |
| Hex | 74 | 12 | 96 | 17 | 58 | 0 | 29 | 11D | 4F | 21 |
| Octal | 164 | 22 | 226 | 27 | 130 | 0 | 51 | 435 | 117 | 41 |
| Binary | 1110100 | 10010 | 10010110 | 10111 | 1011000 | 0 | 101001 | 100011101 | 1001111 | 100001 |
Color Harmonies of #741296
Complementary color
Monochromatic Colors of #741296
Black with #741296
Text Example
Text Example
White with #741296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741296; }
p { color: rgb(116,18,150); }
H1.HeaderClassName
{
color: #741296;
}
.AnyTagClassName
{
color: #741296;
}
</style>
background-color css
<style>
a { background-color: #741296; }
a { background-color: rgb(116,18,150); }
div.DivClassName
{
background-color: #741296;
}
.BgClassName
{
background-color: #741296;
}
</style>
border-color css
<style>
span { border-color: #741296; }
span { border-color: rgb(116,18,150); }
td.TdClassName
{
border-color: #741296;
}
.TagClassName
{
border-color: #741296;
}
</style>