Shades of Dark Purple #741470
Tints of Dark Purple #741470
RGB
CMYK
RGB Variations
Color information
#741470 (or 0x741470) is known color: Dark Purple. HEX triplet: 74, 14 and 70. RGB value is (116,20,112). Sum of RGB (Red+Green+Blue) = 116+20+112=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #741470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741470 is #8BEB8F. Grayscale: #3A3A3A. Windows color (decimal): -9169808 or 7345268. OLE color: 7345268.
HSL color Cylindrical-coordinate representation of color #741470: hue angle of 302.5º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741470 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 112 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.55 |
| HSL | 302.5º | 0.71% | 0.27% | - |
| HSV(B) | 302.5º | 0.83% | 0.45% | - |
| XYZ | 10.38 | 5.38 | 15.82 | - |
| YUV | 59.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 112 | 0 | 0.83 | 0.03 | 0.55 | 302.5 | 0.71 | 0.27 |
| Hex | 74 | 14 | 70 | 0 | 53 | 3 | 37 | 12E | 47 | 1B |
| Octal | 164 | 24 | 160 | 0 | 123 | 3 | 67 | 456 | 107 | 33 |
| Binary | 1110100 | 10100 | 1110000 | 0 | 1010011 | 11 | 110111 | 100101110 | 1000111 | 11011 |
Color Harmonies of #741470
Complementary color
Monochromatic Colors of #741470
Black with #741470
Text Example
Text Example
White with #741470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741470; }
p { color: rgb(116,20,112); }
H1.HeaderClassName
{
color: #741470;
}
.AnyTagClassName
{
color: #741470;
}
</style>
background-color css
<style>
a { background-color: #741470; }
a { background-color: rgb(116,20,112); }
div.DivClassName
{
background-color: #741470;
}
.BgClassName
{
background-color: #741470;
}
</style>
border-color css
<style>
span { border-color: #741470; }
span { border-color: rgb(116,20,112); }
td.TdClassName
{
border-color: #741470;
}
.TagClassName
{
border-color: #741470;
}
</style>