Shades of Tyrian Purple #720632
Tints of Tyrian Purple #720632
RGB
CMYK
RGB Variations
Color information
#720632 (or 0x720632) is known color: Tyrian Purple. HEX triplet: 72, 06 and 32. RGB value is (114,6,50). Sum of RGB (Red+Green+Blue) = 114+6+50=170 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.06% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 114 - color contains mainly: red. Hex color #720632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720632 is #8DF9CD. Grayscale: #2B2B2B. Windows color (decimal): -9304526 or 3278450. OLE color: 3278450.
HSL color Cylindrical-coordinate representation of color #720632: hue angle of 335.56º 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 #720632 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 6 | 50 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.55 |
| HSL | 335.56º | 0.9% | 0.24% | - |
| HSV(B) | 335.56º | 0.95% | 0.45% | - |
| XYZ | 7.58 | 3.94 | 3.38 | - |
| YUV | 43.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 50 | 0 | 0.95 | 0.56 | 0.55 | 335.56 | 0.9 | 0.24 |
| Hex | 72 | 6 | 32 | 0 | 5F | 38 | 37 | 150 | 5A | 18 |
| Octal | 162 | 6 | 62 | 0 | 137 | 70 | 67 | 520 | 132 | 30 |
| Binary | 1110010 | 110 | 110010 | 0 | 1011111 | 111000 | 110111 | 101010000 | 1011010 | 11000 |
Color Harmonies of #720632
Complementary color
Monochromatic Colors of #720632
Black with #720632
Text Example
Text Example
White with #720632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720632; }
p { color: rgb(114,6,50); }
H1.HeaderClassName
{
color: #720632;
}
.AnyTagClassName
{
color: #720632;
}
</style>
background-color css
<style>
a { background-color: #720632; }
a { background-color: rgb(114,6,50); }
div.DivClassName
{
background-color: #720632;
}
.BgClassName
{
background-color: #720632;
}
</style>
border-color css
<style>
span { border-color: #720632; }
span { border-color: rgb(114,6,50); }
td.TdClassName
{
border-color: #720632;
}
.TagClassName
{
border-color: #720632;
}
</style>