Shades of Dark Purple #741774
Tints of Dark Purple #741774
RGB
CMYK
RGB Variations
Color information
#741774 (or 0x741774) is known color: Dark Purple. HEX triplet: 74, 17 and 74. RGB value is (116,23,116). Sum of RGB (Red+Green+Blue) = 116+23+116=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #741774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741774 is #8BE88B. Grayscale: #3D3D3D. Windows color (decimal): -9169036 or 7608180. OLE color: 7608180.
HSL color Cylindrical-coordinate representation of color #741774: hue angle of 300º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741774 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 23 | 116 | - |
| CMYK | 0 | 0.80 | 0 | 0.55 |
| HSL | 300º | 0.67% | 0.27% | - |
| HSV(B) | 300º | 0.8% | 0.45% | - |
| XYZ | 10.66 | 5.59 | 17.04 | - |
| YUV | 61.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 116 | 0 | 0.80 | 0 | 0.55 | 300 | 0.67 | 0.27 |
| Hex | 74 | 17 | 74 | 0 | 50 | 0 | 37 | 12C | 43 | 1B |
| Octal | 164 | 27 | 164 | 0 | 120 | 0 | 67 | 454 | 103 | 33 |
| Binary | 1110100 | 10111 | 1110100 | 0 | 1010000 | 0 | 110111 | 100101100 | 1000011 | 11011 |
Color Harmonies of #741774
Complementary color
Monochromatic Colors of #741774
Black with #741774
Text Example
Text Example
White with #741774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741774; }
p { color: rgb(116,23,116); }
H1.HeaderClassName
{
color: #741774;
}
.AnyTagClassName
{
color: #741774;
}
</style>
background-color css
<style>
a { background-color: #741774; }
a { background-color: rgb(116,23,116); }
div.DivClassName
{
background-color: #741774;
}
.BgClassName
{
background-color: #741774;
}
</style>
border-color css
<style>
span { border-color: #741774; }
span { border-color: rgb(116,23,116); }
td.TdClassName
{
border-color: #741774;
}
.TagClassName
{
border-color: #741774;
}
</style>