Shades of Purple #741488
Tints of Purple #741488
RGB
CMYK
RGB Variations
Color information
#741488 (or 0x741488) is known color: Purple. HEX triplet: 74, 14 and 88. RGB value is (116,20,136). Sum of RGB (Red+Green+Blue) = 116+20+136=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #741488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741488 is #8BEB77. Grayscale: #3D3D3D. Windows color (decimal): -9169784 or 8918132. OLE color: 8918132.
HSL color Cylindrical-coordinate representation of color #741488: hue angle of 289.66º degrees, saturation: 0.74, 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 #741488 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 20 | 136 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.47 |
| HSL | 289.66º | 0.74% | 0.31% | - |
| HSV(B) | 289.66º | 0.85% | 0.53% | - |
| XYZ | 11.9 | 5.99 | 23.82 | - |
| YUV | 61.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 136 | 0.15 | 0.85 | 0 | 0.47 | 289.66 | 0.74 | 0.31 |
| Hex | 74 | 14 | 88 | F | 55 | 0 | 2F | 122 | 4A | 1F |
| Octal | 164 | 24 | 210 | 17 | 125 | 0 | 57 | 442 | 112 | 37 |
| Binary | 1110100 | 10100 | 10001000 | 1111 | 1010101 | 0 | 101111 | 100100010 | 1001010 | 11111 |
Color Harmonies of #741488
Complementary color
Monochromatic Colors of #741488
Black with #741488
Text Example
Text Example
White with #741488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741488; }
p { color: rgb(116,20,136); }
H1.HeaderClassName
{
color: #741488;
}
.AnyTagClassName
{
color: #741488;
}
</style>
background-color css
<style>
a { background-color: #741488; }
a { background-color: rgb(116,20,136); }
div.DivClassName
{
background-color: #741488;
}
.BgClassName
{
background-color: #741488;
}
</style>
border-color css
<style>
span { border-color: #741488; }
span { border-color: rgb(116,20,136); }
td.TdClassName
{
border-color: #741488;
}
.TagClassName
{
border-color: #741488;
}
</style>