Shades of Purple #741280
Tints of Purple #741280
RGB
CMYK
RGB Variations
Color information
#741280 (or 0x741280) is known color: Purple. HEX triplet: 74, 12 and 80. RGB value is (116,18,128). Sum of RGB (Red+Green+Blue) = 116+18+128=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #741280 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741280 is #8BED7F. Grayscale: #3B3B3B. Windows color (decimal): -9170304 or 8393332. OLE color: 8393332.
HSL color Cylindrical-coordinate representation of color #741280: hue angle of 293.45º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741280 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 18 | 128 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.50 |
| HSL | 293.45º | 0.75% | 0.29% | - |
| HSV(B) | 293.45º | 0.86% | 0.5% | - |
| XYZ | 11.32 | 5.7 | 20.93 | - |
| YUV | 59.84 | 166.47 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 128 | 0.09 | 0.86 | 0 | 0.50 | 293.45 | 0.75 | 0.29 |
| Hex | 74 | 12 | 80 | 9 | 56 | 0 | 32 | 125 | 4B | 1D |
| Octal | 164 | 22 | 200 | 11 | 126 | 0 | 62 | 445 | 113 | 35 |
| Binary | 1110100 | 10010 | 10000000 | 1001 | 1010110 | 0 | 110010 | 100100101 | 1001011 | 11101 |
Color Harmonies of #741280
Complementary color
Monochromatic Colors of #741280
Black with #741280
Text Example
Text Example
White with #741280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741280; }
p { color: rgb(116,18,128); }
H1.HeaderClassName
{
color: #741280;
}
.AnyTagClassName
{
color: #741280;
}
</style>
background-color css
<style>
a { background-color: #741280; }
a { background-color: rgb(116,18,128); }
div.DivClassName
{
background-color: #741280;
}
.BgClassName
{
background-color: #741280;
}
</style>
border-color css
<style>
span { border-color: #741280; }
span { border-color: rgb(116,18,128); }
td.TdClassName
{
border-color: #741280;
}
.TagClassName
{
border-color: #741280;
}
</style>