Shades of Tyrian Purple #580254
Tints of Tyrian Purple #580254
RGB
CMYK
RGB Variations
Color information
#580254 (or 0x580254) is known color: Tyrian Purple. HEX triplet: 58, 02 and 54. RGB value is (88,2,84). Sum of RGB (Red+Green+Blue) = 88+2+84=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #580254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580254 is #A7FDAB. Grayscale: #242424. Windows color (decimal): -11009452 or 5505624. OLE color: 5505624.
HSL color Cylindrical-coordinate representation of color #580254: hue angle of 302.79º 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 #580254 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 2 | 84 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.65 |
| HSL | 302.79º | 0.96% | 0.18% | - |
| HSV(B) | 302.79º | 0.98% | 0.35% | - |
| XYZ | 5.65 | 2.76 | 8.62 | - |
| YUV | 37.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 84 | 0 | 0.98 | 0.05 | 0.65 | 302.79 | 0.96 | 0.18 |
| Hex | 58 | 2 | 54 | 0 | 62 | 5 | 41 | 12F | 60 | 12 |
| Octal | 130 | 2 | 124 | 0 | 142 | 5 | 101 | 457 | 140 | 22 |
| Binary | 1011000 | 10 | 1010100 | 0 | 1100010 | 101 | 1000001 | 100101111 | 1100000 | 10010 |
Color Harmonies of #580254
Complementary color
Monochromatic Colors of #580254
Black with #580254
Text Example
Text Example
White with #580254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580254; }
p { color: rgb(88,2,84); }
H1.HeaderClassName
{
color: #580254;
}
.AnyTagClassName
{
color: #580254;
}
</style>
background-color css
<style>
a { background-color: #580254; }
a { background-color: rgb(88,2,84); }
div.DivClassName
{
background-color: #580254;
}
.BgClassName
{
background-color: #580254;
}
</style>
border-color css
<style>
span { border-color: #580254; }
span { border-color: rgb(88,2,84); }
td.TdClassName
{
border-color: #580254;
}
.TagClassName
{
border-color: #580254;
}
</style>