Shades of Dark Purple #741978
Tints of Dark Purple #741978
RGB
CMYK
RGB Variations
Color information
#741978 (or 0x741978) is known color: Dark Purple. HEX triplet: 74, 19 and 78. RGB value is (116,25,120). Sum of RGB (Red+Green+Blue) = 116+25+120=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #741978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741978 is #8BE687. Grayscale: #3E3E3E. Windows color (decimal): -9168520 or 7870836. OLE color: 7870836.
HSL color Cylindrical-coordinate representation of color #741978: hue angle of 297.47º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741978 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 25 | 120 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.53 |
| HSL | 297.47º | 0.66% | 0.28% | - |
| HSV(B) | 297.47º | 0.79% | 0.47% | - |
| XYZ | 10.94 | 5.76 | 18.31 | - |
| YUV | 63.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 120 | 0.03 | 0.79 | 0 | 0.53 | 297.47 | 0.66 | 0.28 |
| Hex | 74 | 19 | 78 | 3 | 4F | 0 | 35 | 129 | 42 | 1C |
| Octal | 164 | 31 | 170 | 3 | 117 | 0 | 65 | 451 | 102 | 34 |
| Binary | 1110100 | 11001 | 1111000 | 11 | 1001111 | 0 | 110101 | 100101001 | 1000010 | 11100 |
Color Harmonies of #741978
Complementary color
Monochromatic Colors of #741978
Black with #741978
Text Example
Text Example
White with #741978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741978; }
p { color: rgb(116,25,120); }
H1.HeaderClassName
{
color: #741978;
}
.AnyTagClassName
{
color: #741978;
}
</style>
background-color css
<style>
a { background-color: #741978; }
a { background-color: rgb(116,25,120); }
div.DivClassName
{
background-color: #741978;
}
.BgClassName
{
background-color: #741978;
}
</style>
border-color css
<style>
span { border-color: #741978; }
span { border-color: rgb(116,25,120); }
td.TdClassName
{
border-color: #741978;
}
.TagClassName
{
border-color: #741978;
}
</style>