Shades of Dark Purple #741873
Tints of Dark Purple #741873
RGB
CMYK
RGB Variations
Color information
#741873 (or 0x741873) is known color: Dark Purple. HEX triplet: 74, 18 and 73. RGB value is (116,24,115). Sum of RGB (Red+Green+Blue) = 116+24+115=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #741873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741873 is #8BE78C. Grayscale: #3D3D3D. Windows color (decimal): -9168781 or 7542900. OLE color: 7542900.
HSL color Cylindrical-coordinate representation of color #741873: hue angle of 300.65º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741873 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 24 | 115 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.55 |
| HSL | 300.65º | 0.66% | 0.27% | - |
| HSV(B) | 300.65º | 0.79% | 0.45% | - |
| XYZ | 10.62 | 5.6 | 16.74 | - |
| YUV | 61.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 115 | 0 | 0.79 | 0.01 | 0.55 | 300.65 | 0.66 | 0.27 |
| Hex | 74 | 18 | 73 | 0 | 4F | 1 | 37 | 12D | 42 | 1B |
| Octal | 164 | 30 | 163 | 0 | 117 | 1 | 67 | 455 | 102 | 33 |
| Binary | 1110100 | 11000 | 1110011 | 0 | 1001111 | 1 | 110111 | 100101101 | 1000010 | 11011 |
Color Harmonies of #741873
Complementary color
Monochromatic Colors of #741873
Black with #741873
Text Example
Text Example
White with #741873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741873; }
p { color: rgb(116,24,115); }
H1.HeaderClassName
{
color: #741873;
}
.AnyTagClassName
{
color: #741873;
}
</style>
background-color css
<style>
a { background-color: #741873; }
a { background-color: rgb(116,24,115); }
div.DivClassName
{
background-color: #741873;
}
.BgClassName
{
background-color: #741873;
}
</style>
border-color css
<style>
span { border-color: #741873; }
span { border-color: rgb(116,24,115); }
td.TdClassName
{
border-color: #741873;
}
.TagClassName
{
border-color: #741873;
}
</style>