Shades of Tyrian Purple #600345
Tints of Tyrian Purple #600345
RGB
CMYK
RGB Variations
Color information
#600345 (or 0x600345) is known color: Tyrian Purple. HEX triplet: 60, 03 and 45. RGB value is (96,3,69). Sum of RGB (Red+Green+Blue) = 96+3+69=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #600345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600345 is #9FFCBA. Grayscale: #262626. Windows color (decimal): -10484923 or 4522848. OLE color: 4522848.
HSL color Cylindrical-coordinate representation of color #600345: hue angle of 317.42º 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 #600345 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 69 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.62 |
| HSL | 317.42º | 0.94% | 0.19% | - |
| HSV(B) | 317.42º | 0.97% | 0.38% | - |
| XYZ | 5.93 | 2.98 | 5.89 | - |
| YUV | 38.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 69 | 0 | 0.97 | 0.28 | 0.62 | 317.42 | 0.94 | 0.19 |
| Hex | 60 | 3 | 45 | 0 | 61 | 1C | 3E | 13D | 5E | 13 |
| Octal | 140 | 3 | 105 | 0 | 141 | 34 | 76 | 475 | 136 | 23 |
| Binary | 1100000 | 11 | 1000101 | 0 | 1100001 | 11100 | 111110 | 100111101 | 1011110 | 10011 |
Color Harmonies of #600345
Complementary color
Monochromatic Colors of #600345
Black with #600345
Text Example
Text Example
White with #600345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600345; }
p { color: rgb(96,3,69); }
H1.HeaderClassName
{
color: #600345;
}
.AnyTagClassName
{
color: #600345;
}
</style>
background-color css
<style>
a { background-color: #600345; }
a { background-color: rgb(96,3,69); }
div.DivClassName
{
background-color: #600345;
}
.BgClassName
{
background-color: #600345;
}
</style>
border-color css
<style>
span { border-color: #600345; }
span { border-color: rgb(96,3,69); }
td.TdClassName
{
border-color: #600345;
}
.TagClassName
{
border-color: #600345;
}
</style>