Shades of Dark Purple #721A75
Tints of Dark Purple #721A75
RGB
CMYK
RGB Variations
Color information
#721A75 (or 0x721A75) is known color: Dark Purple. HEX triplet: 72, 1A and 75. RGB value is (114,26,117). Sum of RGB (Red+Green+Blue) = 114+26+117=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #721A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A75 is #8DE58A. Grayscale: #3E3E3E. Windows color (decimal): -9299339 or 7674482. OLE color: 7674482.
HSL color Cylindrical-coordinate representation of color #721A75: hue angle of 298.02º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721A75 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 26 | 117 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.54 |
| HSL | 298.02º | 0.64% | 0.28% | - |
| HSV(B) | 298.02º | 0.78% | 0.46% | - |
| XYZ | 10.52 | 5.6 | 17.36 | - |
| YUV | 62.69 | 158.65 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 117 | 0.03 | 0.78 | 0 | 0.54 | 298.02 | 0.64 | 0.28 |
| Hex | 72 | 1A | 75 | 3 | 4E | 0 | 36 | 12A | 40 | 1C |
| Octal | 162 | 32 | 165 | 3 | 116 | 0 | 66 | 452 | 100 | 34 |
| Binary | 1110010 | 11010 | 1110101 | 11 | 1001110 | 0 | 110110 | 100101010 | 1000000 | 11100 |
Color Harmonies of #721A75
Complementary color
Monochromatic Colors of #721A75
Black with #721A75
Text Example
Text Example
White with #721A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721A75; }
p { color: rgb(114,26,117); }
H1.HeaderClassName
{
color: #721A75;
}
.AnyTagClassName
{
color: #721A75;
}
</style>
background-color css
<style>
a { background-color: #721A75; }
a { background-color: rgb(114,26,117); }
div.DivClassName
{
background-color: #721A75;
}
.BgClassName
{
background-color: #721A75;
}
</style>
border-color css
<style>
span { border-color: #721A75; }
span { border-color: rgb(114,26,117); }
td.TdClassName
{
border-color: #721A75;
}
.TagClassName
{
border-color: #721A75;
}
</style>