Shades of Tyrian Purple #72063D
Tints of Tyrian Purple #72063D
RGB
CMYK
RGB Variations
Color information
#72063D (or 0x72063D) is known color: Tyrian Purple. HEX triplet: 72, 06 and 3D. RGB value is (114,6,61). Sum of RGB (Red+Green+Blue) = 114+6+61=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #72063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72063D is #8DF9C2. Grayscale: #2C2C2C. Windows color (decimal): -9304515 or 3999346. OLE color: 3999346.
HSL color Cylindrical-coordinate representation of color #72063D: hue angle of 329.44º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72063D is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 6 | 61 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.55 |
| HSL | 329.44º | 0.9% | 0.24% | - |
| HSV(B) | 329.44º | 0.95% | 0.45% | - |
| XYZ | 7.85 | 4.04 | 4.78 | - |
| YUV | 44.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 61 | 0 | 0.95 | 0.46 | 0.55 | 329.44 | 0.9 | 0.24 |
| Hex | 72 | 6 | 3D | 0 | 5F | 2E | 37 | 149 | 5A | 18 |
| Octal | 162 | 6 | 75 | 0 | 137 | 56 | 67 | 511 | 132 | 30 |
| Binary | 1110010 | 110 | 111101 | 0 | 1011111 | 101110 | 110111 | 101001001 | 1011010 | 11000 |
Color Harmonies of #72063D
Complementary color
Monochromatic Colors of #72063D
Black with #72063D
Text Example
Text Example
White with #72063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72063D; }
p { color: rgb(114,6,61); }
H1.HeaderClassName
{
color: #72063D;
}
.AnyTagClassName
{
color: #72063D;
}
</style>
background-color css
<style>
a { background-color: #72063D; }
a { background-color: rgb(114,6,61); }
div.DivClassName
{
background-color: #72063D;
}
.BgClassName
{
background-color: #72063D;
}
</style>
border-color css
<style>
span { border-color: #72063D; }
span { border-color: rgb(114,6,61); }
td.TdClassName
{
border-color: #72063D;
}
.TagClassName
{
border-color: #72063D;
}
</style>