Shades of Tyrian Purple #581243
Tints of Tyrian Purple #581243
RGB
CMYK
RGB Variations
Color information
#581243 (or 0x581243) is known color: Tyrian Purple. HEX triplet: 58, 12 and 43. RGB value is (88,18,67). Sum of RGB (Red+Green+Blue) = 88+18+67=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #581243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581243 is #A7EDBC. Grayscale: #2C2C2C. Windows color (decimal): -11005373 or 4395608. OLE color: 4395608.
HSL color Cylindrical-coordinate representation of color #581243: hue angle of 318º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581243 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 18 | 67 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.65 |
| HSL | 318º | 0.66% | 0.21% | - |
| HSV(B) | 318º | 0.8% | 0.35% | - |
| XYZ | 5.25 | 2.91 | 5.6 | - |
| YUV | 44.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 67 | 0 | 0.80 | 0.24 | 0.65 | 318 | 0.66 | 0.21 |
| Hex | 58 | 12 | 43 | 0 | 50 | 18 | 41 | 13E | 42 | 15 |
| Octal | 130 | 22 | 103 | 0 | 120 | 30 | 101 | 476 | 102 | 25 |
| Binary | 1011000 | 10010 | 1000011 | 0 | 1010000 | 11000 | 1000001 | 100111110 | 1000010 | 10101 |
Color Harmonies of #581243
Complementary color
Monochromatic Colors of #581243
Black with #581243
Text Example
Text Example
White with #581243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581243; }
p { color: rgb(88,18,67); }
H1.HeaderClassName
{
color: #581243;
}
.AnyTagClassName
{
color: #581243;
}
</style>
background-color css
<style>
a { background-color: #581243; }
a { background-color: rgb(88,18,67); }
div.DivClassName
{
background-color: #581243;
}
.BgClassName
{
background-color: #581243;
}
</style>
border-color css
<style>
span { border-color: #581243; }
span { border-color: rgb(88,18,67); }
td.TdClassName
{
border-color: #581243;
}
.TagClassName
{
border-color: #581243;
}
</style>