Shades of Purple #740878
Tints of Purple #740878
RGB
CMYK
RGB Variations
Color information
#740878 (or 0x740878) is known color: Purple. HEX triplet: 74, 08 and 78. RGB value is (116,8,120). Sum of RGB (Red+Green+Blue) = 116+8+120=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #740878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740878 is #8BF787. Grayscale: #343434. Windows color (decimal): -9172872 or 7866484. OLE color: 7866484.
HSL color Cylindrical-coordinate representation of color #740878: hue angle of 297.86º degrees, saturation: 0.88, 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 #740878 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 8 | 120 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.53 |
| HSL | 297.86º | 0.88% | 0.25% | - |
| HSV(B) | 297.86º | 0.93% | 0.47% | - |
| XYZ | 10.68 | 5.24 | 18.22 | - |
| YUV | 53.06 | 165.78 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 120 | 0.03 | 0.93 | 0 | 0.53 | 297.86 | 0.88 | 0.25 |
| Hex | 74 | 8 | 78 | 3 | 5D | 0 | 35 | 12A | 58 | 19 |
| Octal | 164 | 10 | 170 | 3 | 135 | 0 | 65 | 452 | 130 | 31 |
| Binary | 1110100 | 1000 | 1111000 | 11 | 1011101 | 0 | 110101 | 100101010 | 1011000 | 11001 |
Color Harmonies of #740878
Complementary color
Monochromatic Colors of #740878
Black with #740878
Text Example
Text Example
White with #740878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740878; }
p { color: rgb(116,8,120); }
H1.HeaderClassName
{
color: #740878;
}
.AnyTagClassName
{
color: #740878;
}
</style>
background-color css
<style>
a { background-color: #740878; }
a { background-color: rgb(116,8,120); }
div.DivClassName
{
background-color: #740878;
}
.BgClassName
{
background-color: #740878;
}
</style>
border-color css
<style>
span { border-color: #740878; }
span { border-color: rgb(116,8,120); }
td.TdClassName
{
border-color: #740878;
}
.TagClassName
{
border-color: #740878;
}
</style>