Shades of Tyrian Purple #600058
Tints of Tyrian Purple #600058
RGB
CMYK
RGB Variations
Color information
#600058 (or 0x600058) is known color: Tyrian Purple. HEX triplet: 60, 00 and 58. RGB value is (96,0,88). Sum of RGB (Red+Green+Blue) = 96+0+88=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #600058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600058 is #9FFFA7. Grayscale: #262626. Windows color (decimal): -10485672 or 5767264. OLE color: 5767264.
HSL color Cylindrical-coordinate representation of color #600058: hue angle of 305º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600058 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.08 | 0.62 |
| HSL | 305º | 1% | 0.19% | - |
| HSV(B) | 305º | 1% | 0.38% | - |
| XYZ | 6.59 | 3.19 | 9.5 | - |
| YUV | 38.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 88 | 0 | 1 | 0.08 | 0.62 | 305 | 1 | 0.19 |
| Hex | 60 | 0 | 58 | 0 | 64 | 8 | 3E | 131 | 64 | 13 |
| Octal | 140 | 0 | 130 | 0 | 144 | 10 | 76 | 461 | 144 | 23 |
| Binary | 1100000 | 0 | 1011000 | 0 | 1100100 | 1000 | 111110 | 100110001 | 1100100 | 10011 |
Color Harmonies of #600058
Complementary color
Monochromatic Colors of #600058
Black with #600058
Text Example
Text Example
White with #600058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600058; }
p { color: rgb(96,0,88); }
H1.HeaderClassName
{
color: #600058;
}
.AnyTagClassName
{
color: #600058;
}
</style>
background-color css
<style>
a { background-color: #600058; }
a { background-color: rgb(96,0,88); }
div.DivClassName
{
background-color: #600058;
}
.BgClassName
{
background-color: #600058;
}
</style>
border-color css
<style>
span { border-color: #600058; }
span { border-color: rgb(96,0,88); }
td.TdClassName
{
border-color: #600058;
}
.TagClassName
{
border-color: #600058;
}
</style>