Shades of Tyrian Purple #58022F
Tints of Tyrian Purple #58022F
RGB
CMYK
RGB Variations
Color information
#58022F (or 0x58022F) is known color: Tyrian Purple. HEX triplet: 58, 02 and 2F. RGB value is (88,2,47). Sum of RGB (Red+Green+Blue) = 88+2+47=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #58022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58022F is #A7FDD0. Grayscale: #202020. Windows color (decimal): -11009489 or 3080792. OLE color: 3080792.
HSL color Cylindrical-coordinate representation of color #58022F: hue angle of 328.6º 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 #58022F is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 2 | 47 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.65 |
| HSL | 328.6º | 0.96% | 0.18% | - |
| HSV(B) | 328.6º | 0.98% | 0.35% | - |
| XYZ | 4.56 | 2.32 | 2.9 | - |
| YUV | 32.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 47 | 0 | 0.98 | 0.47 | 0.65 | 328.6 | 0.96 | 0.18 |
| Hex | 58 | 2 | 2F | 0 | 62 | 2F | 41 | 149 | 60 | 12 |
| Octal | 130 | 2 | 57 | 0 | 142 | 57 | 101 | 511 | 140 | 22 |
| Binary | 1011000 | 10 | 101111 | 0 | 1100010 | 101111 | 1000001 | 101001001 | 1100000 | 10010 |
Color Harmonies of #58022F
Complementary color
Monochromatic Colors of #58022F
Black with #58022F
Text Example
Text Example
White with #58022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58022F; }
p { color: rgb(88,2,47); }
H1.HeaderClassName
{
color: #58022F;
}
.AnyTagClassName
{
color: #58022F;
}
</style>
background-color css
<style>
a { background-color: #58022F; }
a { background-color: rgb(88,2,47); }
div.DivClassName
{
background-color: #58022F;
}
.BgClassName
{
background-color: #58022F;
}
</style>
border-color css
<style>
span { border-color: #58022F; }
span { border-color: rgb(88,2,47); }
td.TdClassName
{
border-color: #58022F;
}
.TagClassName
{
border-color: #58022F;
}
</style>