Shades of Tyrian Purple #72063B
Tints of Tyrian Purple #72063B
RGB
CMYK
RGB Variations
Color information
#72063B (or 0x72063B) is known color: Tyrian Purple. HEX triplet: 72, 06 and 3B. RGB value is (114,6,59). Sum of RGB (Red+Green+Blue) = 114+6+59=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #72063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72063B is #8DF9C4. Grayscale: #2C2C2C. Windows color (decimal): -9304517 or 3868274. OLE color: 3868274.
HSL color Cylindrical-coordinate representation of color #72063B: hue angle of 330.56º 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 #72063B is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 6 | 59 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.55 |
| HSL | 330.56º | 0.9% | 0.24% | - |
| HSV(B) | 330.56º | 0.95% | 0.45% | - |
| XYZ | 7.79 | 4.02 | 4.5 | - |
| YUV | 44.33 | 136.28 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 59 | 0 | 0.95 | 0.48 | 0.55 | 330.56 | 0.9 | 0.24 |
| Hex | 72 | 6 | 3B | 0 | 5F | 30 | 37 | 14B | 5A | 18 |
| Octal | 162 | 6 | 73 | 0 | 137 | 60 | 67 | 513 | 132 | 30 |
| Binary | 1110010 | 110 | 111011 | 0 | 1011111 | 110000 | 110111 | 101001011 | 1011010 | 11000 |
Color Harmonies of #72063B
Complementary color
Monochromatic Colors of #72063B
Black with #72063B
Text Example
Text Example
White with #72063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72063B; }
p { color: rgb(114,6,59); }
H1.HeaderClassName
{
color: #72063B;
}
.AnyTagClassName
{
color: #72063B;
}
</style>
background-color css
<style>
a { background-color: #72063B; }
a { background-color: rgb(114,6,59); }
div.DivClassName
{
background-color: #72063B;
}
.BgClassName
{
background-color: #72063B;
}
</style>
border-color css
<style>
span { border-color: #72063B; }
span { border-color: rgb(114,6,59); }
td.TdClassName
{
border-color: #72063B;
}
.TagClassName
{
border-color: #72063B;
}
</style>