Shades of Purple #740978
Tints of Purple #740978
RGB
CMYK
RGB Variations
Color information
#740978 (or 0x740978) is known color: Purple. HEX triplet: 74, 09 and 78. RGB value is (116,9,120). Sum of RGB (Red+Green+Blue) = 116+9+120=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #740978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740978 is #8BF687. Grayscale: #353535. Windows color (decimal): -9172616 or 7866740. OLE color: 7866740.
HSL color Cylindrical-coordinate representation of color #740978: hue angle of 297.84º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740978 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 9 | 120 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.53 |
| HSL | 297.84º | 0.86% | 0.25% | - |
| HSV(B) | 297.84º | 0.93% | 0.47% | - |
| XYZ | 10.69 | 5.26 | 18.22 | - |
| YUV | 53.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 120 | 0.03 | 0.92 | 0 | 0.53 | 297.84 | 0.86 | 0.25 |
| Hex | 74 | 9 | 78 | 3 | 5C | 0 | 35 | 12A | 56 | 19 |
| Octal | 164 | 11 | 170 | 3 | 134 | 0 | 65 | 452 | 126 | 31 |
| Binary | 1110100 | 1001 | 1111000 | 11 | 1011100 | 0 | 110101 | 100101010 | 1010110 | 11001 |
Color Harmonies of #740978
Complementary color
Monochromatic Colors of #740978
Black with #740978
Text Example
Text Example
White with #740978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740978; }
p { color: rgb(116,9,120); }
H1.HeaderClassName
{
color: #740978;
}
.AnyTagClassName
{
color: #740978;
}
</style>
background-color css
<style>
a { background-color: #740978; }
a { background-color: rgb(116,9,120); }
div.DivClassName
{
background-color: #740978;
}
.BgClassName
{
background-color: #740978;
}
</style>
border-color css
<style>
span { border-color: #740978; }
span { border-color: rgb(116,9,120); }
td.TdClassName
{
border-color: #740978;
}
.TagClassName
{
border-color: #740978;
}
</style>