Shades of Tyrian Purple #58103C
Tints of Tyrian Purple #58103C
RGB
CMYK
RGB Variations
Color information
#58103C (or 0x58103C) is known color: Tyrian Purple. HEX triplet: 58, 10 and 3C. RGB value is (88,16,60). Sum of RGB (Red+Green+Blue) = 88+16+60=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #58103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58103C is #A7EFC3. Grayscale: #2A2A2A. Windows color (decimal): -11005892 or 3936344. OLE color: 3936344.
HSL color Cylindrical-coordinate representation of color #58103C: hue angle of 323.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58103C is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 60 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.65 |
| HSL | 323.33º | 0.69% | 0.2% | - |
| HSV(B) | 323.33º | 0.82% | 0.35% | - |
| XYZ | 5.03 | 2.77 | 4.55 | - |
| YUV | 42.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 60 | 0 | 0.82 | 0.32 | 0.65 | 323.33 | 0.69 | 0.2 |
| Hex | 58 | 10 | 3C | 0 | 52 | 20 | 41 | 143 | 45 | 14 |
| Octal | 130 | 20 | 74 | 0 | 122 | 40 | 101 | 503 | 105 | 24 |
| Binary | 1011000 | 10000 | 111100 | 0 | 1010010 | 100000 | 1000001 | 101000011 | 1000101 | 10100 |
Color Harmonies of #58103C
Complementary color
Monochromatic Colors of #58103C
Black with #58103C
Text Example
Text Example
White with #58103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58103C; }
p { color: rgb(88,16,60); }
H1.HeaderClassName
{
color: #58103C;
}
.AnyTagClassName
{
color: #58103C;
}
</style>
background-color css
<style>
a { background-color: #58103C; }
a { background-color: rgb(88,16,60); }
div.DivClassName
{
background-color: #58103C;
}
.BgClassName
{
background-color: #58103C;
}
</style>
border-color css
<style>
span { border-color: #58103C; }
span { border-color: rgb(88,16,60); }
td.TdClassName
{
border-color: #58103C;
}
.TagClassName
{
border-color: #58103C;
}
</style>