Shades of Dark Purple #731A74
Tints of Dark Purple #731A74
RGB
CMYK
RGB Variations
Color information
#731A74 (or 0x731A74) is known color: Dark Purple. HEX triplet: 73, 1A and 74. RGB value is (115,26,116). Sum of RGB (Red+Green+Blue) = 115+26+116=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #731A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731A74 is #8CE58B. Grayscale: #3E3E3E. Windows color (decimal): -9233804 or 7608947. OLE color: 7608947.
HSL color Cylindrical-coordinate representation of color #731A74: hue angle of 299.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #731A74 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 26 | 116 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.55 |
| HSL | 299.33º | 0.63% | 0.28% | - |
| HSV(B) | 299.33º | 0.78% | 0.45% | - |
| XYZ | 10.59 | 5.64 | 17.05 | - |
| YUV | 62.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 116 | 0.01 | 0.78 | 0 | 0.55 | 299.33 | 0.63 | 0.28 |
| Hex | 73 | 1A | 74 | 1 | 4E | 0 | 37 | 12B | 3F | 1C |
| Octal | 163 | 32 | 164 | 1 | 116 | 0 | 67 | 453 | 77 | 34 |
| Binary | 1110011 | 11010 | 1110100 | 1 | 1001110 | 0 | 110111 | 100101011 | 111111 | 11100 |
Color Harmonies of #731A74
Complementary color
Monochromatic Colors of #731A74
Black with #731A74
Text Example
Text Example
White with #731A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731A74; }
p { color: rgb(115,26,116); }
H1.HeaderClassName
{
color: #731A74;
}
.AnyTagClassName
{
color: #731A74;
}
</style>
background-color css
<style>
a { background-color: #731A74; }
a { background-color: rgb(115,26,116); }
div.DivClassName
{
background-color: #731A74;
}
.BgClassName
{
background-color: #731A74;
}
</style>
border-color css
<style>
span { border-color: #731A74; }
span { border-color: rgb(115,26,116); }
td.TdClassName
{
border-color: #731A74;
}
.TagClassName
{
border-color: #731A74;
}
</style>