Shades of Tyrian Purple #600355
Tints of Tyrian Purple #600355
RGB
CMYK
RGB Variations
Color information
#600355 (or 0x600355) is known color: Tyrian Purple. HEX triplet: 60, 03 and 55. RGB value is (96,3,85). Sum of RGB (Red+Green+Blue) = 96+3+85=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #600355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600355 is #9FFCAA. Grayscale: #272727. Windows color (decimal): -10484907 or 5571424. OLE color: 5571424.
HSL color Cylindrical-coordinate representation of color #600355: hue angle of 307.1º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600355 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 85 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.62 |
| HSL | 307.1º | 0.94% | 0.19% | - |
| HSV(B) | 307.1º | 0.97% | 0.38% | - |
| XYZ | 6.5 | 3.21 | 8.87 | - |
| YUV | 40.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 85 | 0 | 0.97 | 0.11 | 0.62 | 307.1 | 0.94 | 0.19 |
| Hex | 60 | 3 | 55 | 0 | 61 | B | 3E | 133 | 5E | 13 |
| Octal | 140 | 3 | 125 | 0 | 141 | 13 | 76 | 463 | 136 | 23 |
| Binary | 1100000 | 11 | 1010101 | 0 | 1100001 | 1011 | 111110 | 100110011 | 1011110 | 10011 |
Color Harmonies of #600355
Complementary color
Monochromatic Colors of #600355
Black with #600355
Text Example
Text Example
White with #600355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600355; }
p { color: rgb(96,3,85); }
H1.HeaderClassName
{
color: #600355;
}
.AnyTagClassName
{
color: #600355;
}
</style>
background-color css
<style>
a { background-color: #600355; }
a { background-color: rgb(96,3,85); }
div.DivClassName
{
background-color: #600355;
}
.BgClassName
{
background-color: #600355;
}
</style>
border-color css
<style>
span { border-color: #600355; }
span { border-color: rgb(96,3,85); }
td.TdClassName
{
border-color: #600355;
}
.TagClassName
{
border-color: #600355;
}
</style>