Shades of Purple #741588
Tints of Purple #741588
RGB
CMYK
RGB Variations
Color information
#741588 (or 0x741588) is known color: Purple. HEX triplet: 74, 15 and 88. RGB value is (116,21,136). Sum of RGB (Red+Green+Blue) = 116+21+136=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #741588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741588 is #8BEA77. Grayscale: #3E3E3E. Windows color (decimal): -9169528 or 8918388. OLE color: 8918388.
HSL color Cylindrical-coordinate representation of color #741588: hue angle of 289.57º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741588 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 21 | 136 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.47 |
| HSL | 289.57º | 0.73% | 0.31% | - |
| HSV(B) | 289.57º | 0.85% | 0.53% | - |
| XYZ | 11.91 | 6.03 | 23.83 | - |
| YUV | 62.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 136 | 0.15 | 0.85 | 0 | 0.47 | 289.57 | 0.73 | 0.31 |
| Hex | 74 | 15 | 88 | F | 55 | 0 | 2F | 122 | 49 | 1F |
| Octal | 164 | 25 | 210 | 17 | 125 | 0 | 57 | 442 | 111 | 37 |
| Binary | 1110100 | 10101 | 10001000 | 1111 | 1010101 | 0 | 101111 | 100100010 | 1001001 | 11111 |
Color Harmonies of #741588
Complementary color
Monochromatic Colors of #741588
Black with #741588
Text Example
Text Example
White with #741588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741588; }
p { color: rgb(116,21,136); }
H1.HeaderClassName
{
color: #741588;
}
.AnyTagClassName
{
color: #741588;
}
</style>
background-color css
<style>
a { background-color: #741588; }
a { background-color: rgb(116,21,136); }
div.DivClassName
{
background-color: #741588;
}
.BgClassName
{
background-color: #741588;
}
</style>
border-color css
<style>
span { border-color: #741588; }
span { border-color: rgb(116,21,136); }
td.TdClassName
{
border-color: #741588;
}
.TagClassName
{
border-color: #741588;
}
</style>