Shades of Tyrian Purple #600D2D
Tints of Tyrian Purple #600D2D
RGB
CMYK
RGB Variations
Color information
#600D2D (or 0x600D2D) is known color: Tyrian Purple. HEX triplet: 60, 0D and 2D. RGB value is (96,13,45). Sum of RGB (Red+Green+Blue) = 96+13+45=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #600D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600D2D is #9FF2D2. Grayscale: #292929. Windows color (decimal): -10482387 or 2952544. OLE color: 2952544.
HSL color Cylindrical-coordinate representation of color #600D2D: hue angle of 336.87º 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 #600D2D is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 13 | 45 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.62 |
| HSL | 336.87º | 0.76% | 0.21% | - |
| HSV(B) | 336.87º | 0.86% | 0.38% | - |
| XYZ | 5.44 | 2.96 | 2.77 | - |
| YUV | 41.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 45 | 0 | 0.86 | 0.53 | 0.62 | 336.87 | 0.76 | 0.21 |
| Hex | 60 | D | 2D | 0 | 56 | 35 | 3E | 151 | 4C | 15 |
| Octal | 140 | 15 | 55 | 0 | 126 | 65 | 76 | 521 | 114 | 25 |
| Binary | 1100000 | 1101 | 101101 | 0 | 1010110 | 110101 | 111110 | 101010001 | 1001100 | 10101 |
Color Harmonies of #600D2D
Complementary color
Monochromatic Colors of #600D2D
Black with #600D2D
Text Example
Text Example
White with #600D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600D2D; }
p { color: rgb(96,13,45); }
H1.HeaderClassName
{
color: #600D2D;
}
.AnyTagClassName
{
color: #600D2D;
}
</style>
background-color css
<style>
a { background-color: #600D2D; }
a { background-color: rgb(96,13,45); }
div.DivClassName
{
background-color: #600D2D;
}
.BgClassName
{
background-color: #600D2D;
}
</style>
border-color css
<style>
span { border-color: #600D2D; }
span { border-color: rgb(96,13,45); }
td.TdClassName
{
border-color: #600D2D;
}
.TagClassName
{
border-color: #600D2D;
}
</style>