Shades of Tyrian Purple #58024B
Tints of Tyrian Purple #58024B
RGB
CMYK
RGB Variations
Color information
#58024B (or 0x58024B) is known color: Tyrian Purple. HEX triplet: 58, 02 and 4B. RGB value is (88,2,75). Sum of RGB (Red+Green+Blue) = 88+2+75=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58024B is #A7FDB4. Grayscale: #232323. Windows color (decimal): -11009461 or 4915800. OLE color: 4915800.
HSL color Cylindrical-coordinate representation of color #58024B: hue angle of 309.07º 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 #58024B is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 2 | 75 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.65 |
| HSL | 309.07º | 0.96% | 0.18% | - |
| HSV(B) | 309.07º | 0.98% | 0.35% | - |
| XYZ | 5.32 | 2.63 | 6.88 | - |
| YUV | 36.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 75 | 0 | 0.98 | 0.15 | 0.65 | 309.07 | 0.96 | 0.18 |
| Hex | 58 | 2 | 4B | 0 | 62 | F | 41 | 135 | 60 | 12 |
| Octal | 130 | 2 | 113 | 0 | 142 | 17 | 101 | 465 | 140 | 22 |
| Binary | 1011000 | 10 | 1001011 | 0 | 1100010 | 1111 | 1000001 | 100110101 | 1100000 | 10010 |
Color Harmonies of #58024B
Complementary color
Monochromatic Colors of #58024B
Black with #58024B
Text Example
Text Example
White with #58024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58024B; }
p { color: rgb(88,2,75); }
H1.HeaderClassName
{
color: #58024B;
}
.AnyTagClassName
{
color: #58024B;
}
</style>
background-color css
<style>
a { background-color: #58024B; }
a { background-color: rgb(88,2,75); }
div.DivClassName
{
background-color: #58024B;
}
.BgClassName
{
background-color: #58024B;
}
</style>
border-color css
<style>
span { border-color: #58024B; }
span { border-color: rgb(88,2,75); }
td.TdClassName
{
border-color: #58024B;
}
.TagClassName
{
border-color: #58024B;
}
</style>