Shades of Tyrian Purple #72003C
Tints of Tyrian Purple #72003C
RGB
CMYK
RGB Variations
Color information
#72003C (or 0x72003C) is known color: Tyrian Purple. HEX triplet: 72, 00 and 3C. RGB value is (114,0,60). Sum of RGB (Red+Green+Blue) = 114+0+60=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #72003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72003C is #8DFFC3. Grayscale: #282828. Windows color (decimal): -9306052 or 3932274. OLE color: 3932274.
HSL color Cylindrical-coordinate representation of color #72003C: hue angle of 328.42º 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 #72003C is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.47 | 0.55 |
| HSL | 328.42º | 1% | 0.22% | - |
| HSV(B) | 328.42º | 1% | 0.45% | - |
| XYZ | 7.76 | 3.9 | 4.62 | - |
| YUV | 40.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 60 | 0 | 1 | 0.47 | 0.55 | 328.42 | 1 | 0.22 |
| Hex | 72 | 0 | 3C | 0 | 64 | 2F | 37 | 148 | 64 | 16 |
| Octal | 162 | 0 | 74 | 0 | 144 | 57 | 67 | 510 | 144 | 26 |
| Binary | 1110010 | 0 | 111100 | 0 | 1100100 | 101111 | 110111 | 101001000 | 1100100 | 10110 |
Color Harmonies of #72003C
Complementary color
Monochromatic Colors of #72003C
Black with #72003C
Text Example
Text Example
White with #72003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72003C; }
p { color: rgb(114,0,60); }
H1.HeaderClassName
{
color: #72003C;
}
.AnyTagClassName
{
color: #72003C;
}
</style>
background-color css
<style>
a { background-color: #72003C; }
a { background-color: rgb(114,0,60); }
div.DivClassName
{
background-color: #72003C;
}
.BgClassName
{
background-color: #72003C;
}
</style>
border-color css
<style>
span { border-color: #72003C; }
span { border-color: rgb(114,0,60); }
td.TdClassName
{
border-color: #72003C;
}
.TagClassName
{
border-color: #72003C;
}
</style>