Shades of Tyrian Purple #72044F
Tints of Tyrian Purple #72044F
RGB
CMYK
RGB Variations
Color information
#72044F (or 0x72044F) is known color: Tyrian Purple. HEX triplet: 72, 04 and 4F. RGB value is (114,4,79). Sum of RGB (Red+Green+Blue) = 114+4+79=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72044F is #8DFBB0. Grayscale: #2D2D2D. Windows color (decimal): -9305009 or 5178482. OLE color: 5178482.
HSL color Cylindrical-coordinate representation of color #72044F: hue angle of 319.09º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72044F is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 4 | 79 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.55 |
| HSL | 319.09º | 0.93% | 0.23% | - |
| HSV(B) | 319.09º | 0.96% | 0.45% | - |
| XYZ | 8.39 | 4.23 | 7.77 | - |
| YUV | 45.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 4 | 79 | 0 | 0.96 | 0.31 | 0.55 | 319.09 | 0.93 | 0.23 |
| Hex | 72 | 4 | 4F | 0 | 60 | 1F | 37 | 13F | 5D | 17 |
| Octal | 162 | 4 | 117 | 0 | 140 | 37 | 67 | 477 | 135 | 27 |
| Binary | 1110010 | 100 | 1001111 | 0 | 1100000 | 11111 | 110111 | 100111111 | 1011101 | 10111 |
Color Harmonies of #72044F
Complementary color
Monochromatic Colors of #72044F
Black with #72044F
Text Example
Text Example
White with #72044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72044F; }
p { color: rgb(114,4,79); }
H1.HeaderClassName
{
color: #72044F;
}
.AnyTagClassName
{
color: #72044F;
}
</style>
background-color css
<style>
a { background-color: #72044F; }
a { background-color: rgb(114,4,79); }
div.DivClassName
{
background-color: #72044F;
}
.BgClassName
{
background-color: #72044F;
}
</style>
border-color css
<style>
span { border-color: #72044F; }
span { border-color: rgb(114,4,79); }
td.TdClassName
{
border-color: #72044F;
}
.TagClassName
{
border-color: #72044F;
}
</style>