Shades of Tyrian Purple #72003D
Tints of Tyrian Purple #72003D
RGB
CMYK
RGB Variations
Color information
#72003D (or 0x72003D) is known color: Tyrian Purple. HEX triplet: 72, 00 and 3D. RGB value is (114,0,61). Sum of RGB (Red+Green+Blue) = 114+0+61=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #72003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72003D is #8DFFC2. Grayscale: #282828. Windows color (decimal): -9306051 or 3997810. OLE color: 3997810.
HSL color Cylindrical-coordinate representation of color #72003D: hue angle of 327.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72003D is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.46 | 0.55 |
| HSL | 327.89º | 1% | 0.22% | - |
| HSV(B) | 327.89º | 1% | 0.45% | - |
| XYZ | 7.78 | 3.91 | 4.76 | - |
| YUV | 41.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 61 | 0 | 1 | 0.46 | 0.55 | 327.89 | 1 | 0.22 |
| Hex | 72 | 0 | 3D | 0 | 64 | 2E | 37 | 148 | 64 | 16 |
| Octal | 162 | 0 | 75 | 0 | 144 | 56 | 67 | 510 | 144 | 26 |
| Binary | 1110010 | 0 | 111101 | 0 | 1100100 | 101110 | 110111 | 101001000 | 1100100 | 10110 |
Color Harmonies of #72003D
Complementary color
Monochromatic Colors of #72003D
Black with #72003D
Text Example
Text Example
White with #72003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72003D; }
p { color: rgb(114,0,61); }
H1.HeaderClassName
{
color: #72003D;
}
.AnyTagClassName
{
color: #72003D;
}
</style>
background-color css
<style>
a { background-color: #72003D; }
a { background-color: rgb(114,0,61); }
div.DivClassName
{
background-color: #72003D;
}
.BgClassName
{
background-color: #72003D;
}
</style>
border-color css
<style>
span { border-color: #72003D; }
span { border-color: rgb(114,0,61); }
td.TdClassName
{
border-color: #72003D;
}
.TagClassName
{
border-color: #72003D;
}
</style>