Shades of Tyrian Purple #72023F
Tints of Tyrian Purple #72023F
RGB
CMYK
RGB Variations
Color information
#72023F (or 0x72023F) is known color: Tyrian Purple. HEX triplet: 72, 02 and 3F. RGB value is (114,2,63). Sum of RGB (Red+Green+Blue) = 114+2+63=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #72023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72023F is #8DFDC0. Grayscale: #2A2A2A. Windows color (decimal): -9305537 or 4129394. OLE color: 4129394.
HSL color Cylindrical-coordinate representation of color #72023F: hue angle of 327.32º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #72023F is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 2 | 63 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.55 |
| HSL | 327.32º | 0.97% | 0.23% | - |
| HSV(B) | 327.32º | 0.98% | 0.45% | - |
| XYZ | 7.86 | 3.98 | 5.06 | - |
| YUV | 42.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 63 | 0 | 0.98 | 0.45 | 0.55 | 327.32 | 0.97 | 0.23 |
| Hex | 72 | 2 | 3F | 0 | 62 | 2D | 37 | 147 | 61 | 17 |
| Octal | 162 | 2 | 77 | 0 | 142 | 55 | 67 | 507 | 141 | 27 |
| Binary | 1110010 | 10 | 111111 | 0 | 1100010 | 101101 | 110111 | 101000111 | 1100001 | 10111 |
Color Harmonies of #72023F
Complementary color
Monochromatic Colors of #72023F
Black with #72023F
Text Example
Text Example
White with #72023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72023F; }
p { color: rgb(114,2,63); }
H1.HeaderClassName
{
color: #72023F;
}
.AnyTagClassName
{
color: #72023F;
}
</style>
background-color css
<style>
a { background-color: #72023F; }
a { background-color: rgb(114,2,63); }
div.DivClassName
{
background-color: #72023F;
}
.BgClassName
{
background-color: #72023F;
}
</style>
border-color css
<style>
span { border-color: #72023F; }
span { border-color: rgb(114,2,63); }
td.TdClassName
{
border-color: #72023F;
}
.TagClassName
{
border-color: #72023F;
}
</style>