Shades of Tyrian Purple #720852
Tints of Tyrian Purple #720852
RGB
CMYK
RGB Variations
Color information
#720852 (or 0x720852) is known color: Tyrian Purple. HEX triplet: 72, 08 and 52. RGB value is (114,8,82). Sum of RGB (Red+Green+Blue) = 114+8+82=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #720852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720852 is #8DF7AD. Grayscale: #2F2F2F. Windows color (decimal): -9303982 or 5376114. OLE color: 5376114.
HSL color Cylindrical-coordinate representation of color #720852: hue angle of 318.11º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720852 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 8 | 82 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.55 |
| HSL | 318.11º | 0.87% | 0.24% | - |
| HSV(B) | 318.11º | 0.93% | 0.45% | - |
| XYZ | 8.55 | 4.36 | 8.37 | - |
| YUV | 48.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 8 | 82 | 0 | 0.93 | 0.28 | 0.55 | 318.11 | 0.87 | 0.24 |
| Hex | 72 | 8 | 52 | 0 | 5D | 1C | 37 | 13E | 57 | 18 |
| Octal | 162 | 10 | 122 | 0 | 135 | 34 | 67 | 476 | 127 | 30 |
| Binary | 1110010 | 1000 | 1010010 | 0 | 1011101 | 11100 | 110111 | 100111110 | 1010111 | 11000 |
Color Harmonies of #720852
Complementary color
Monochromatic Colors of #720852
Black with #720852
Text Example
Text Example
White with #720852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720852; }
p { color: rgb(114,8,82); }
H1.HeaderClassName
{
color: #720852;
}
.AnyTagClassName
{
color: #720852;
}
</style>
background-color css
<style>
a { background-color: #720852; }
a { background-color: rgb(114,8,82); }
div.DivClassName
{
background-color: #720852;
}
.BgClassName
{
background-color: #720852;
}
</style>
border-color css
<style>
span { border-color: #720852; }
span { border-color: rgb(114,8,82); }
td.TdClassName
{
border-color: #720852;
}
.TagClassName
{
border-color: #720852;
}
</style>