Shades of Dark Purple #721974
Tints of Dark Purple #721974
RGB
CMYK
RGB Variations
Color information
#721974 (or 0x721974) is known color: Dark Purple. HEX triplet: 72, 19 and 74. RGB value is (114,25,116). Sum of RGB (Red+Green+Blue) = 114+25+116=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #721974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721974 is #8DE68B. Grayscale: #3D3D3D. Windows color (decimal): -9299596 or 7608690. OLE color: 7608690.
HSL color Cylindrical-coordinate representation of color #721974: hue angle of 298.68º degrees, saturation: 0.65, 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 #721974 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 25 | 116 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.55 |
| HSL | 298.68º | 0.65% | 0.28% | - |
| HSV(B) | 298.68º | 0.78% | 0.45% | - |
| XYZ | 10.44 | 5.53 | 17.04 | - |
| YUV | 61.99 | 158.49 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 116 | 0.02 | 0.78 | 0 | 0.55 | 298.68 | 0.65 | 0.28 |
| Hex | 72 | 19 | 74 | 2 | 4E | 0 | 37 | 12B | 41 | 1C |
| Octal | 162 | 31 | 164 | 2 | 116 | 0 | 67 | 453 | 101 | 34 |
| Binary | 1110010 | 11001 | 1110100 | 10 | 1001110 | 0 | 110111 | 100101011 | 1000001 | 11100 |
Color Harmonies of #721974
Complementary color
Monochromatic Colors of #721974
Black with #721974
Text Example
Text Example
White with #721974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721974; }
p { color: rgb(114,25,116); }
H1.HeaderClassName
{
color: #721974;
}
.AnyTagClassName
{
color: #721974;
}
</style>
background-color css
<style>
a { background-color: #721974; }
a { background-color: rgb(114,25,116); }
div.DivClassName
{
background-color: #721974;
}
.BgClassName
{
background-color: #721974;
}
</style>
border-color css
<style>
span { border-color: #721974; }
span { border-color: rgb(114,25,116); }
td.TdClassName
{
border-color: #721974;
}
.TagClassName
{
border-color: #721974;
}
</style>