Shades of Dark Purple #721674
Tints of Dark Purple #721674
RGB
CMYK
RGB Variations
Color information
#721674 (or 0x721674) is known color: Dark Purple. HEX triplet: 72, 16 and 74. RGB value is (114,22,116). Sum of RGB (Red+Green+Blue) = 114+22+116=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #721674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721674 is #8DE98B. Grayscale: #3B3B3B. Windows color (decimal): -9300364 or 7607922. OLE color: 7607922.
HSL color Cylindrical-coordinate representation of color #721674: hue angle of 298.72º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721674 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 22 | 116 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.55 |
| HSL | 298.72º | 0.68% | 0.27% | - |
| HSV(B) | 298.72º | 0.81% | 0.45% | - |
| XYZ | 10.38 | 5.41 | 17.02 | - |
| YUV | 60.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 116 | 0.02 | 0.81 | 0 | 0.55 | 298.72 | 0.68 | 0.27 |
| Hex | 72 | 16 | 74 | 2 | 51 | 0 | 37 | 12B | 44 | 1B |
| Octal | 162 | 26 | 164 | 2 | 121 | 0 | 67 | 453 | 104 | 33 |
| Binary | 1110010 | 10110 | 1110100 | 10 | 1010001 | 0 | 110111 | 100101011 | 1000100 | 11011 |
Color Harmonies of #721674
Complementary color
Monochromatic Colors of #721674
Black with #721674
Text Example
Text Example
White with #721674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721674; }
p { color: rgb(114,22,116); }
H1.HeaderClassName
{
color: #721674;
}
.AnyTagClassName
{
color: #721674;
}
</style>
background-color css
<style>
a { background-color: #721674; }
a { background-color: rgb(114,22,116); }
div.DivClassName
{
background-color: #721674;
}
.BgClassName
{
background-color: #721674;
}
</style>
border-color css
<style>
span { border-color: #721674; }
span { border-color: rgb(114,22,116); }
td.TdClassName
{
border-color: #721674;
}
.TagClassName
{
border-color: #721674;
}
</style>