Shades of Tyrian Purple #580232
Tints of Tyrian Purple #580232
RGB
CMYK
RGB Variations
Color information
#580232 (or 0x580232) is known color: Tyrian Purple. HEX triplet: 58, 02 and 32. RGB value is (88,2,50). Sum of RGB (Red+Green+Blue) = 88+2+50=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #580232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580232 is #A7FDCD. Grayscale: #212121. Windows color (decimal): -11009486 or 3277400. OLE color: 3277400.
HSL color Cylindrical-coordinate representation of color #580232: hue angle of 326.51º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580232 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 2 | 50 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.65 |
| HSL | 326.51º | 0.96% | 0.18% | - |
| HSV(B) | 326.51º | 0.98% | 0.35% | - |
| XYZ | 4.62 | 2.35 | 3.23 | - |
| YUV | 33.19 | 137.49 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 50 | 0 | 0.98 | 0.43 | 0.65 | 326.51 | 0.96 | 0.18 |
| Hex | 58 | 2 | 32 | 0 | 62 | 2B | 41 | 147 | 60 | 12 |
| Octal | 130 | 2 | 62 | 0 | 142 | 53 | 101 | 507 | 140 | 22 |
| Binary | 1011000 | 10 | 110010 | 0 | 1100010 | 101011 | 1000001 | 101000111 | 1100000 | 10010 |
Color Harmonies of #580232
Complementary color
Monochromatic Colors of #580232
Black with #580232
Text Example
Text Example
White with #580232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580232; }
p { color: rgb(88,2,50); }
H1.HeaderClassName
{
color: #580232;
}
.AnyTagClassName
{
color: #580232;
}
</style>
background-color css
<style>
a { background-color: #580232; }
a { background-color: rgb(88,2,50); }
div.DivClassName
{
background-color: #580232;
}
.BgClassName
{
background-color: #580232;
}
</style>
border-color css
<style>
span { border-color: #580232; }
span { border-color: rgb(88,2,50); }
td.TdClassName
{
border-color: #580232;
}
.TagClassName
{
border-color: #580232;
}
</style>