Shades of Tyrian Purple #720B3C
Tints of Tyrian Purple #720B3C
RGB
CMYK
RGB Variations
Color information
#720B3C (or 0x720B3C) is known color: Tyrian Purple. HEX triplet: 72, 0B and 3C. RGB value is (114,11,60). Sum of RGB (Red+Green+Blue) = 114+11+60=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #720B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B3C is #8DF4C3. Grayscale: #2F2F2F. Windows color (decimal): -9303236 or 3935090. OLE color: 3935090.
HSL color Cylindrical-coordinate representation of color #720B3C: hue angle of 331.46º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B3C is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 11 | 60 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.55 |
| HSL | 331.46º | 0.82% | 0.25% | - |
| HSV(B) | 331.46º | 0.9% | 0.45% | - |
| XYZ | 7.87 | 4.14 | 4.66 | - |
| YUV | 47.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 60 | 0 | 0.90 | 0.47 | 0.55 | 331.46 | 0.82 | 0.25 |
| Hex | 72 | B | 3C | 0 | 5A | 2F | 37 | 14B | 52 | 19 |
| Octal | 162 | 13 | 74 | 0 | 132 | 57 | 67 | 513 | 122 | 31 |
| Binary | 1110010 | 1011 | 111100 | 0 | 1011010 | 101111 | 110111 | 101001011 | 1010010 | 11001 |
Color Harmonies of #720B3C
Complementary color
Monochromatic Colors of #720B3C
Black with #720B3C
Text Example
Text Example
White with #720B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B3C; }
p { color: rgb(114,11,60); }
H1.HeaderClassName
{
color: #720B3C;
}
.AnyTagClassName
{
color: #720B3C;
}
</style>
background-color css
<style>
a { background-color: #720B3C; }
a { background-color: rgb(114,11,60); }
div.DivClassName
{
background-color: #720B3C;
}
.BgClassName
{
background-color: #720B3C;
}
</style>
border-color css
<style>
span { border-color: #720B3C; }
span { border-color: rgb(114,11,60); }
td.TdClassName
{
border-color: #720B3C;
}
.TagClassName
{
border-color: #720B3C;
}
</style>