Shades of Tyrian Purple #600344
Tints of Tyrian Purple #600344
RGB
CMYK
RGB Variations
Color information
#600344 (or 0x600344) is known color: Tyrian Purple. HEX triplet: 60, 03 and 44. RGB value is (96,3,68). Sum of RGB (Red+Green+Blue) = 96+3+68=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #600344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600344 is #9FFCBB. Grayscale: #262626. Windows color (decimal): -10484924 or 4457312. OLE color: 4457312.
HSL color Cylindrical-coordinate representation of color #600344: hue angle of 318.06º 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 #600344 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 68 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.62 |
| HSL | 318.06º | 0.94% | 0.19% | - |
| HSV(B) | 318.06º | 0.97% | 0.38% | - |
| XYZ | 5.9 | 2.97 | 5.73 | - |
| YUV | 38.22 | 144.81 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 68 | 0 | 0.97 | 0.29 | 0.62 | 318.06 | 0.94 | 0.19 |
| Hex | 60 | 3 | 44 | 0 | 61 | 1D | 3E | 13E | 5E | 13 |
| Octal | 140 | 3 | 104 | 0 | 141 | 35 | 76 | 476 | 136 | 23 |
| Binary | 1100000 | 11 | 1000100 | 0 | 1100001 | 11101 | 111110 | 100111110 | 1011110 | 10011 |
Color Harmonies of #600344
Complementary color
Monochromatic Colors of #600344
Black with #600344
Text Example
Text Example
White with #600344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600344; }
p { color: rgb(96,3,68); }
H1.HeaderClassName
{
color: #600344;
}
.AnyTagClassName
{
color: #600344;
}
</style>
background-color css
<style>
a { background-color: #600344; }
a { background-color: rgb(96,3,68); }
div.DivClassName
{
background-color: #600344;
}
.BgClassName
{
background-color: #600344;
}
</style>
border-color css
<style>
span { border-color: #600344; }
span { border-color: rgb(96,3,68); }
td.TdClassName
{
border-color: #600344;
}
.TagClassName
{
border-color: #600344;
}
</style>