Shades of Tyrian Purple #600D2F
Tints of Tyrian Purple #600D2F
RGB
CMYK
RGB Variations
Color information
#600D2F (or 0x600D2F) is known color: Tyrian Purple. HEX triplet: 60, 0D and 2F. RGB value is (96,13,47). Sum of RGB (Red+Green+Blue) = 96+13+47=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #600D2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600D2F is #9FF2D0. Grayscale: #292929. Windows color (decimal): -10482385 or 3083616. OLE color: 3083616.
HSL color Cylindrical-coordinate representation of color #600D2F: hue angle of 335.42º 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 #600D2F is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 13 | 47 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.62 |
| HSL | 335.42º | 0.76% | 0.21% | - |
| HSV(B) | 335.42º | 0.86% | 0.38% | - |
| XYZ | 5.48 | 2.98 | 2.98 | - |
| YUV | 41.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 47 | 0 | 0.86 | 0.51 | 0.62 | 335.42 | 0.76 | 0.21 |
| Hex | 60 | D | 2F | 0 | 56 | 33 | 3E | 14F | 4C | 15 |
| Octal | 140 | 15 | 57 | 0 | 126 | 63 | 76 | 517 | 114 | 25 |
| Binary | 1100000 | 1101 | 101111 | 0 | 1010110 | 110011 | 111110 | 101001111 | 1001100 | 10101 |
Color Harmonies of #600D2F
Complementary color
Monochromatic Colors of #600D2F
Black with #600D2F
Text Example
Text Example
White with #600D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600D2F; }
p { color: rgb(96,13,47); }
H1.HeaderClassName
{
color: #600D2F;
}
.AnyTagClassName
{
color: #600D2F;
}
</style>
background-color css
<style>
a { background-color: #600D2F; }
a { background-color: rgb(96,13,47); }
div.DivClassName
{
background-color: #600D2F;
}
.BgClassName
{
background-color: #600D2F;
}
</style>
border-color css
<style>
span { border-color: #600D2F; }
span { border-color: rgb(96,13,47); }
td.TdClassName
{
border-color: #600D2F;
}
.TagClassName
{
border-color: #600D2F;
}
</style>