Shades of Tyrian Purple #72064C
Tints of Tyrian Purple #72064C
RGB
CMYK
RGB Variations
Color information
#72064C (or 0x72064C) is known color: Tyrian Purple. HEX triplet: 72, 06 and 4C. RGB value is (114,6,76). Sum of RGB (Red+Green+Blue) = 114+6+76=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72064C is #8DF9B3. Grayscale: #2E2E2E. Windows color (decimal): -9304500 or 4982386. OLE color: 4982386.
HSL color Cylindrical-coordinate representation of color #72064C: hue angle of 321.11º 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 #72064C is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 6 | 76 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.55 |
| HSL | 321.11º | 0.9% | 0.24% | - |
| HSV(B) | 321.11º | 0.95% | 0.45% | - |
| XYZ | 8.31 | 4.23 | 7.22 | - |
| YUV | 46.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 76 | 0 | 0.95 | 0.33 | 0.55 | 321.11 | 0.9 | 0.24 |
| Hex | 72 | 6 | 4C | 0 | 5F | 21 | 37 | 141 | 5A | 18 |
| Octal | 162 | 6 | 114 | 0 | 137 | 41 | 67 | 501 | 132 | 30 |
| Binary | 1110010 | 110 | 1001100 | 0 | 1011111 | 100001 | 110111 | 101000001 | 1011010 | 11000 |
Color Harmonies of #72064C
Complementary color
Monochromatic Colors of #72064C
Black with #72064C
Text Example
Text Example
White with #72064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72064C; }
p { color: rgb(114,6,76); }
H1.HeaderClassName
{
color: #72064C;
}
.AnyTagClassName
{
color: #72064C;
}
</style>
background-color css
<style>
a { background-color: #72064C; }
a { background-color: rgb(114,6,76); }
div.DivClassName
{
background-color: #72064C;
}
.BgClassName
{
background-color: #72064C;
}
</style>
border-color css
<style>
span { border-color: #72064C; }
span { border-color: rgb(114,6,76); }
td.TdClassName
{
border-color: #72064C;
}
.TagClassName
{
border-color: #72064C;
}
</style>