Shades of Purple #741088
Tints of Purple #741088
RGB
CMYK
RGB Variations
Color information
#741088 (or 0x741088) is known color: Purple. HEX triplet: 74, 10 and 88. RGB value is (116,16,136). Sum of RGB (Red+Green+Blue) = 116+16+136=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #741088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741088 is #8BEF77. Grayscale: #3B3B3B. Windows color (decimal): -9170808 or 8917108. OLE color: 8917108.
HSL color Cylindrical-coordinate representation of color #741088: hue angle of 290º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741088 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 16 | 136 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.47 |
| HSL | 290º | 0.79% | 0.3% | - |
| HSV(B) | 290º | 0.88% | 0.53% | - |
| XYZ | 11.83 | 5.86 | 23.8 | - |
| YUV | 59.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 136 | 0.15 | 0.88 | 0 | 0.47 | 290 | 0.79 | 0.3 |
| Hex | 74 | 10 | 88 | F | 58 | 0 | 2F | 122 | 4F | 1E |
| Octal | 164 | 20 | 210 | 17 | 130 | 0 | 57 | 442 | 117 | 36 |
| Binary | 1110100 | 10000 | 10001000 | 1111 | 1011000 | 0 | 101111 | 100100010 | 1001111 | 11110 |
Color Harmonies of #741088
Complementary color
Monochromatic Colors of #741088
Black with #741088
Text Example
Text Example
White with #741088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741088; }
p { color: rgb(116,16,136); }
H1.HeaderClassName
{
color: #741088;
}
.AnyTagClassName
{
color: #741088;
}
</style>
background-color css
<style>
a { background-color: #741088; }
a { background-color: rgb(116,16,136); }
div.DivClassName
{
background-color: #741088;
}
.BgClassName
{
background-color: #741088;
}
</style>
border-color css
<style>
span { border-color: #741088; }
span { border-color: rgb(116,16,136); }
td.TdClassName
{
border-color: #741088;
}
.TagClassName
{
border-color: #741088;
}
</style>