Shades of Tyrian Purple #580253
Tints of Tyrian Purple #580253
RGB
CMYK
RGB Variations
Color information
#580253 (or 0x580253) is known color: Tyrian Purple. HEX triplet: 58, 02 and 53. RGB value is (88,2,83). Sum of RGB (Red+Green+Blue) = 88+2+83=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #580253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580253 is #A7FDAC. Grayscale: #242424. Windows color (decimal): -11009453 or 5440088. OLE color: 5440088.
HSL color Cylindrical-coordinate representation of color #580253: hue angle of 303.49º 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 #580253 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 2 | 83 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.65 |
| HSL | 303.49º | 0.96% | 0.18% | - |
| HSV(B) | 303.49º | 0.98% | 0.35% | - |
| XYZ | 5.61 | 2.74 | 8.42 | - |
| YUV | 36.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 83 | 0 | 0.98 | 0.06 | 0.65 | 303.49 | 0.96 | 0.18 |
| Hex | 58 | 2 | 53 | 0 | 62 | 6 | 41 | 12F | 60 | 12 |
| Octal | 130 | 2 | 123 | 0 | 142 | 6 | 101 | 457 | 140 | 22 |
| Binary | 1011000 | 10 | 1010011 | 0 | 1100010 | 110 | 1000001 | 100101111 | 1100000 | 10010 |
Color Harmonies of #580253
Complementary color
Monochromatic Colors of #580253
Black with #580253
Text Example
Text Example
White with #580253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580253; }
p { color: rgb(88,2,83); }
H1.HeaderClassName
{
color: #580253;
}
.AnyTagClassName
{
color: #580253;
}
</style>
background-color css
<style>
a { background-color: #580253; }
a { background-color: rgb(88,2,83); }
div.DivClassName
{
background-color: #580253;
}
.BgClassName
{
background-color: #580253;
}
</style>
border-color css
<style>
span { border-color: #580253; }
span { border-color: rgb(88,2,83); }
td.TdClassName
{
border-color: #580253;
}
.TagClassName
{
border-color: #580253;
}
</style>