Shades of Tyrian Purple #88033F
Tints of Tyrian Purple #88033F
RGB
CMYK
RGB Variations
Color information
#88033F (or 0x88033F) is known color: Tyrian Purple. HEX triplet: 88, 03 and 3F. RGB value is (136,3,63). Sum of RGB (Red+Green+Blue) = 136+3+63=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #88033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88033F is #77FCC0. Grayscale: #313131. Windows color (decimal): -7863489 or 4129672. OLE color: 4129672.
HSL color Cylindrical-coordinate representation of color #88033F: hue angle of 332.93º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88033F is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.47 |
| HSL | 332.93º | 0.96% | 0.27% | - |
| HSV(B) | 332.93º | 0.98% | 0.53% | - |
| XYZ | 11.08 | 5.66 | 5.21 | - |
| YUV | 49.61 | 135.56 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 63 | 0 | 0.98 | 0.54 | 0.47 | 332.93 | 0.96 | 0.27 |
| Hex | 88 | 3 | 3F | 0 | 62 | 36 | 2F | 14D | 60 | 1B |
| Octal | 210 | 3 | 77 | 0 | 142 | 66 | 57 | 515 | 140 | 33 |
| Binary | 10001000 | 11 | 111111 | 0 | 1100010 | 110110 | 101111 | 101001101 | 1100000 | 11011 |
Color Harmonies of #88033F
Complementary color
Monochromatic Colors of #88033F
Black with #88033F
Text Example
Text Example
White with #88033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88033F; }
p { color: rgb(136,3,63); }
H1.HeaderClassName
{
color: #88033F;
}
.AnyTagClassName
{
color: #88033F;
}
</style>
background-color css
<style>
a { background-color: #88033F; }
a { background-color: rgb(136,3,63); }
div.DivClassName
{
background-color: #88033F;
}
.BgClassName
{
background-color: #88033F;
}
</style>
border-color css
<style>
span { border-color: #88033F; }
span { border-color: rgb(136,3,63); }
td.TdClassName
{
border-color: #88033F;
}
.TagClassName
{
border-color: #88033F;
}
</style>