Shades of Tyrian Purple #72013D
Tints of Tyrian Purple #72013D
RGB
CMYK
RGB Variations
Color information
#72013D (or 0x72013D) is known color: Tyrian Purple. HEX triplet: 72, 01 and 3D. RGB value is (114,1,61). Sum of RGB (Red+Green+Blue) = 114+1+61=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72013D is #8DFEC2. Grayscale: #292929. Windows color (decimal): -9305795 or 3998066. OLE color: 3998066.
HSL color Cylindrical-coordinate representation of color #72013D: hue angle of 328.14º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72013D is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.55 |
| HSL | 328.14º | 0.98% | 0.23% | - |
| HSV(B) | 328.14º | 0.99% | 0.45% | - |
| XYZ | 7.79 | 3.94 | 4.76 | - |
| YUV | 41.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 61 | 0 | 0.99 | 0.46 | 0.55 | 328.14 | 0.98 | 0.23 |
| Hex | 72 | 1 | 3D | 0 | 63 | 2E | 37 | 148 | 62 | 17 |
| Octal | 162 | 1 | 75 | 0 | 143 | 56 | 67 | 510 | 142 | 27 |
| Binary | 1110010 | 1 | 111101 | 0 | 1100011 | 101110 | 110111 | 101001000 | 1100010 | 10111 |
Color Harmonies of #72013D
Complementary color
Monochromatic Colors of #72013D
Black with #72013D
Text Example
Text Example
White with #72013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72013D; }
p { color: rgb(114,1,61); }
H1.HeaderClassName
{
color: #72013D;
}
.AnyTagClassName
{
color: #72013D;
}
</style>
background-color css
<style>
a { background-color: #72013D; }
a { background-color: rgb(114,1,61); }
div.DivClassName
{
background-color: #72013D;
}
.BgClassName
{
background-color: #72013D;
}
</style>
border-color css
<style>
span { border-color: #72013D; }
span { border-color: rgb(114,1,61); }
td.TdClassName
{
border-color: #72013D;
}
.TagClassName
{
border-color: #72013D;
}
</style>