Shades of Tyrian Purple #72023C
Tints of Tyrian Purple #72023C
RGB
CMYK
RGB Variations
Color information
#72023C (or 0x72023C) is known color: Tyrian Purple. HEX triplet: 72, 02 and 3C. RGB value is (114,2,60). Sum of RGB (Red+Green+Blue) = 114+2+60=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72023C is #8DFDC3. Grayscale: #292929. Windows color (decimal): -9305540 or 3932786. OLE color: 3932786.
HSL color Cylindrical-coordinate representation of color #72023C: hue angle of 328.93º 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 #72023C is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 2 | 60 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.55 |
| HSL | 328.93º | 0.97% | 0.23% | - |
| HSV(B) | 328.93º | 0.98% | 0.45% | - |
| XYZ | 7.78 | 3.95 | 4.63 | - |
| YUV | 42.1 | 138.11 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 60 | 0 | 0.98 | 0.47 | 0.55 | 328.93 | 0.97 | 0.23 |
| Hex | 72 | 2 | 3C | 0 | 62 | 2F | 37 | 149 | 61 | 17 |
| Octal | 162 | 2 | 74 | 0 | 142 | 57 | 67 | 511 | 141 | 27 |
| Binary | 1110010 | 10 | 111100 | 0 | 1100010 | 101111 | 110111 | 101001001 | 1100001 | 10111 |
Color Harmonies of #72023C
Complementary color
Monochromatic Colors of #72023C
Black with #72023C
Text Example
Text Example
White with #72023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72023C; }
p { color: rgb(114,2,60); }
H1.HeaderClassName
{
color: #72023C;
}
.AnyTagClassName
{
color: #72023C;
}
</style>
background-color css
<style>
a { background-color: #72023C; }
a { background-color: rgb(114,2,60); }
div.DivClassName
{
background-color: #72023C;
}
.BgClassName
{
background-color: #72023C;
}
</style>
border-color css
<style>
span { border-color: #72023C; }
span { border-color: rgb(114,2,60); }
td.TdClassName
{
border-color: #72023C;
}
.TagClassName
{
border-color: #72023C;
}
</style>