Shades of Tyrian Purple #600D40
Tints of Tyrian Purple #600D40
RGB
CMYK
RGB Variations
Color information
#600D40 (or 0x600D40) is known color: Tyrian Purple. HEX triplet: 60, 0D and 40. RGB value is (96,13,64). Sum of RGB (Red+Green+Blue) = 96+13+64=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #600D40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600D40 is #9FF2BF. Grayscale: #2B2B2B. Windows color (decimal): -10482368 or 4197728. OLE color: 4197728.
HSL color Cylindrical-coordinate representation of color #600D40: hue angle of 323.13º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #600D40 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 13 | 64 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.62 |
| HSL | 323.13º | 0.76% | 0.21% | - |
| HSV(B) | 323.13º | 0.86% | 0.38% | - |
| XYZ | 5.89 | 3.14 | 5.15 | - |
| YUV | 43.63 | 139.5 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 64 | 0 | 0.86 | 0.33 | 0.62 | 323.13 | 0.76 | 0.21 |
| Hex | 60 | D | 40 | 0 | 56 | 21 | 3E | 143 | 4C | 15 |
| Octal | 140 | 15 | 100 | 0 | 126 | 41 | 76 | 503 | 114 | 25 |
| Binary | 1100000 | 1101 | 1000000 | 0 | 1010110 | 100001 | 111110 | 101000011 | 1001100 | 10101 |
Color Harmonies of #600D40
Complementary color
Monochromatic Colors of #600D40
Black with #600D40
Text Example
Text Example
White with #600D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600D40; }
p { color: rgb(96,13,64); }
H1.HeaderClassName
{
color: #600D40;
}
.AnyTagClassName
{
color: #600D40;
}
</style>
background-color css
<style>
a { background-color: #600D40; }
a { background-color: rgb(96,13,64); }
div.DivClassName
{
background-color: #600D40;
}
.BgClassName
{
background-color: #600D40;
}
</style>
border-color css
<style>
span { border-color: #600D40; }
span { border-color: rgb(96,13,64); }
td.TdClassName
{
border-color: #600D40;
}
.TagClassName
{
border-color: #600D40;
}
</style>