Shades of Tyrian Purple #72005D
Tints of Tyrian Purple #72005D
RGB
CMYK
RGB Variations
Color information
#72005D (or 0x72005D) is known color: Tyrian Purple. HEX triplet: 72, 00 and 5D. RGB value is (114,0,93). Sum of RGB (Red+Green+Blue) = 114+0+93=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #72005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72005D is #8DFFA2. Grayscale: #2C2C2C. Windows color (decimal): -9306019 or 6094962. OLE color: 6094962.
HSL color Cylindrical-coordinate representation of color #72005D: hue angle of 311.05º 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 #72005D is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.18 | 0.55 |
| HSL | 311.05º | 1% | 0.22% | - |
| HSV(B) | 311.05º | 1% | 0.45% | - |
| XYZ | 8.92 | 4.37 | 10.73 | - |
| YUV | 44.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 93 | 0 | 1 | 0.18 | 0.55 | 311.05 | 1 | 0.22 |
| Hex | 72 | 0 | 5D | 0 | 64 | 12 | 37 | 137 | 64 | 16 |
| Octal | 162 | 0 | 135 | 0 | 144 | 22 | 67 | 467 | 144 | 26 |
| Binary | 1110010 | 0 | 1011101 | 0 | 1100100 | 10010 | 110111 | 100110111 | 1100100 | 10110 |
Color Harmonies of #72005D
Complementary color
Monochromatic Colors of #72005D
Black with #72005D
Text Example
Text Example
White with #72005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72005D; }
p { color: rgb(114,0,93); }
H1.HeaderClassName
{
color: #72005D;
}
.AnyTagClassName
{
color: #72005D;
}
</style>
background-color css
<style>
a { background-color: #72005D; }
a { background-color: rgb(114,0,93); }
div.DivClassName
{
background-color: #72005D;
}
.BgClassName
{
background-color: #72005D;
}
</style>
border-color css
<style>
span { border-color: #72005D; }
span { border-color: rgb(114,0,93); }
td.TdClassName
{
border-color: #72005D;
}
.TagClassName
{
border-color: #72005D;
}
</style>