Shades of Tyrian Purple #600E2F
Tints of Tyrian Purple #600E2F
RGB
CMYK
RGB Variations
Color information
#600E2F (or 0x600E2F) is known color: Tyrian Purple. HEX triplet: 60, 0E and 2F. RGB value is (96,14,47). Sum of RGB (Red+Green+Blue) = 96+14+47=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #600E2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E2F is #9FF1D0. Grayscale: #2A2A2A. Windows color (decimal): -10482129 or 3083872. OLE color: 3083872.
HSL color Cylindrical-coordinate representation of color #600E2F: hue angle of 335.85º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #600E2F is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 14 | 47 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.62 |
| HSL | 335.85º | 0.75% | 0.22% | - |
| HSV(B) | 335.85º | 0.85% | 0.38% | - |
| XYZ | 5.49 | 3.01 | 2.98 | - |
| YUV | 42.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 14 | 47 | 0 | 0.85 | 0.51 | 0.62 | 335.85 | 0.75 | 0.22 |
| Hex | 60 | E | 2F | 0 | 55 | 33 | 3E | 150 | 4B | 16 |
| Octal | 140 | 16 | 57 | 0 | 125 | 63 | 76 | 520 | 113 | 26 |
| Binary | 1100000 | 1110 | 101111 | 0 | 1010101 | 110011 | 111110 | 101010000 | 1001011 | 10110 |
Color Harmonies of #600E2F
Complementary color
Monochromatic Colors of #600E2F
Black with #600E2F
Text Example
Text Example
White with #600E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600E2F; }
p { color: rgb(96,14,47); }
H1.HeaderClassName
{
color: #600E2F;
}
.AnyTagClassName
{
color: #600E2F;
}
</style>
background-color css
<style>
a { background-color: #600E2F; }
a { background-color: rgb(96,14,47); }
div.DivClassName
{
background-color: #600E2F;
}
.BgClassName
{
background-color: #600E2F;
}
</style>
border-color css
<style>
span { border-color: #600E2F; }
span { border-color: rgb(96,14,47); }
td.TdClassName
{
border-color: #600E2F;
}
.TagClassName
{
border-color: #600E2F;
}
</style>