Shades of Tyrian Purple #72003B
Tints of Tyrian Purple #72003B
RGB
CMYK
RGB Variations
Color information
#72003B (or 0x72003B) is known color: Tyrian Purple. HEX triplet: 72, 00 and 3B. RGB value is (114,0,59). Sum of RGB (Red+Green+Blue) = 114+0+59=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #72003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72003B is #8DFFC4. Grayscale: #282828. Windows color (decimal): -9306053 or 3866738. OLE color: 3866738.
HSL color Cylindrical-coordinate representation of color #72003B: hue angle of 328.95º 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 #72003B is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.48 | 0.55 |
| HSL | 328.95º | 1% | 0.22% | - |
| HSV(B) | 328.95º | 1% | 0.45% | - |
| XYZ | 7.73 | 3.89 | 4.48 | - |
| YUV | 40.81 | 138.27 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 59 | 0 | 1 | 0.48 | 0.55 | 328.95 | 1 | 0.22 |
| Hex | 72 | 0 | 3B | 0 | 64 | 30 | 37 | 149 | 64 | 16 |
| Octal | 162 | 0 | 73 | 0 | 144 | 60 | 67 | 511 | 144 | 26 |
| Binary | 1110010 | 0 | 111011 | 0 | 1100100 | 110000 | 110111 | 101001001 | 1100100 | 10110 |
Color Harmonies of #72003B
Complementary color
Monochromatic Colors of #72003B
Black with #72003B
Text Example
Text Example
White with #72003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72003B; }
p { color: rgb(114,0,59); }
H1.HeaderClassName
{
color: #72003B;
}
.AnyTagClassName
{
color: #72003B;
}
</style>
background-color css
<style>
a { background-color: #72003B; }
a { background-color: rgb(114,0,59); }
div.DivClassName
{
background-color: #72003B;
}
.BgClassName
{
background-color: #72003B;
}
</style>
border-color css
<style>
span { border-color: #72003B; }
span { border-color: rgb(114,0,59); }
td.TdClassName
{
border-color: #72003B;
}
.TagClassName
{
border-color: #72003B;
}
</style>