Shades of Tyrian Purple #58022B
Tints of Tyrian Purple #58022B
RGB
CMYK
RGB Variations
Color information
#58022B (or 0x58022B) is known color: Tyrian Purple. HEX triplet: 58, 02 and 2B. RGB value is (88,2,43). Sum of RGB (Red+Green+Blue) = 88+2+43=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #58022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58022B is #A7FDD4. Grayscale: #202020. Windows color (decimal): -11009493 or 2818648. OLE color: 2818648.
HSL color Cylindrical-coordinate representation of color #58022B: hue angle of 331.4º 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 #58022B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 2 | 43 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.65 |
| HSL | 331.4º | 0.96% | 0.18% | - |
| HSV(B) | 331.4º | 0.98% | 0.35% | - |
| XYZ | 4.48 | 2.29 | 2.49 | - |
| YUV | 32.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 43 | 0 | 0.98 | 0.51 | 0.65 | 331.4 | 0.96 | 0.18 |
| Hex | 58 | 2 | 2B | 0 | 62 | 33 | 41 | 14B | 60 | 12 |
| Octal | 130 | 2 | 53 | 0 | 142 | 63 | 101 | 513 | 140 | 22 |
| Binary | 1011000 | 10 | 101011 | 0 | 1100010 | 110011 | 1000001 | 101001011 | 1100000 | 10010 |
Color Harmonies of #58022B
Complementary color
Monochromatic Colors of #58022B
Black with #58022B
Text Example
Text Example
White with #58022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58022B; }
p { color: rgb(88,2,43); }
H1.HeaderClassName
{
color: #58022B;
}
.AnyTagClassName
{
color: #58022B;
}
</style>
background-color css
<style>
a { background-color: #58022B; }
a { background-color: rgb(88,2,43); }
div.DivClassName
{
background-color: #58022B;
}
.BgClassName
{
background-color: #58022B;
}
</style>
border-color css
<style>
span { border-color: #58022B; }
span { border-color: rgb(88,2,43); }
td.TdClassName
{
border-color: #58022B;
}
.TagClassName
{
border-color: #58022B;
}
</style>