Shades of Tyrian Purple #72015B
Tints of Tyrian Purple #72015B
RGB
CMYK
RGB Variations
Color information
#72015B (or 0x72015B) is known color: Tyrian Purple. HEX triplet: 72, 01 and 5B. RGB value is (114,1,91). Sum of RGB (Red+Green+Blue) = 114+1+91=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #72015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72015B is #8DFEA4. Grayscale: #2C2C2C. Windows color (decimal): -9305765 or 5964146. OLE color: 5964146.
HSL color Cylindrical-coordinate representation of color #72015B: hue angle of 312.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72015B is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.55 |
| HSL | 312.21º | 0.98% | 0.23% | - |
| HSV(B) | 312.21º | 0.99% | 0.45% | - |
| XYZ | 8.84 | 4.35 | 10.27 | - |
| YUV | 45.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 91 | 0 | 0.99 | 0.20 | 0.55 | 312.21 | 0.98 | 0.23 |
| Hex | 72 | 1 | 5B | 0 | 63 | 14 | 37 | 138 | 62 | 17 |
| Octal | 162 | 1 | 133 | 0 | 143 | 24 | 67 | 470 | 142 | 27 |
| Binary | 1110010 | 1 | 1011011 | 0 | 1100011 | 10100 | 110111 | 100111000 | 1100010 | 10111 |
Color Harmonies of #72015B
Complementary color
Monochromatic Colors of #72015B
Black with #72015B
Text Example
Text Example
White with #72015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72015B; }
p { color: rgb(114,1,91); }
H1.HeaderClassName
{
color: #72015B;
}
.AnyTagClassName
{
color: #72015B;
}
</style>
background-color css
<style>
a { background-color: #72015B; }
a { background-color: rgb(114,1,91); }
div.DivClassName
{
background-color: #72015B;
}
.BgClassName
{
background-color: #72015B;
}
</style>
border-color css
<style>
span { border-color: #72015B; }
span { border-color: rgb(114,1,91); }
td.TdClassName
{
border-color: #72015B;
}
.TagClassName
{
border-color: #72015B;
}
</style>