Shades of Tyrian Purple #580643
Tints of Tyrian Purple #580643
RGB
CMYK
RGB Variations
Color information
#580643 (or 0x580643) is known color: Tyrian Purple. HEX triplet: 58, 06 and 43. RGB value is (88,6,67). Sum of RGB (Red+Green+Blue) = 88+6+67=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #580643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580643 is #A7F9BC. Grayscale: #252525. Windows color (decimal): -11008445 or 4392536. OLE color: 4392536.
HSL color Cylindrical-coordinate representation of color #580643: hue angle of 315.37º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580643 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 6 | 67 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.65 |
| HSL | 315.37º | 0.87% | 0.18% | - |
| HSV(B) | 315.37º | 0.93% | 0.35% | - |
| XYZ | 5.1 | 2.61 | 5.55 | - |
| YUV | 37.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 6 | 67 | 0 | 0.93 | 0.24 | 0.65 | 315.37 | 0.87 | 0.18 |
| Hex | 58 | 6 | 43 | 0 | 5D | 18 | 41 | 13B | 57 | 12 |
| Octal | 130 | 6 | 103 | 0 | 135 | 30 | 101 | 473 | 127 | 22 |
| Binary | 1011000 | 110 | 1000011 | 0 | 1011101 | 11000 | 1000001 | 100111011 | 1010111 | 10010 |
Color Harmonies of #580643
Complementary color
Monochromatic Colors of #580643
Black with #580643
Text Example
Text Example
White with #580643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580643; }
p { color: rgb(88,6,67); }
H1.HeaderClassName
{
color: #580643;
}
.AnyTagClassName
{
color: #580643;
}
</style>
background-color css
<style>
a { background-color: #580643; }
a { background-color: rgb(88,6,67); }
div.DivClassName
{
background-color: #580643;
}
.BgClassName
{
background-color: #580643;
}
</style>
border-color css
<style>
span { border-color: #580643; }
span { border-color: rgb(88,6,67); }
td.TdClassName
{
border-color: #580643;
}
.TagClassName
{
border-color: #580643;
}
</style>