Shades of Tyrian Purple #600F34
Tints of Tyrian Purple #600F34
RGB
CMYK
RGB Variations
Color information
#600F34 (or 0x600F34) is known color: Tyrian Purple. HEX triplet: 60, 0F and 34. RGB value is (96,15,52). Sum of RGB (Red+Green+Blue) = 96+15+52=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #600F34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F34 is #9FF0CB. Grayscale: #2B2B2B. Windows color (decimal): -10481868 or 3411808. OLE color: 3411808.
HSL color Cylindrical-coordinate representation of color #600F34: hue angle of 332.59º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F34 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 52 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.62 |
| HSL | 332.59º | 0.73% | 0.22% | - |
| HSV(B) | 332.59º | 0.84% | 0.38% | - |
| XYZ | 5.61 | 3.08 | 3.55 | - |
| YUV | 43.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 52 | 0 | 0.84 | 0.46 | 0.62 | 332.59 | 0.73 | 0.22 |
| Hex | 60 | F | 34 | 0 | 54 | 2E | 3E | 14D | 49 | 16 |
| Octal | 140 | 17 | 64 | 0 | 124 | 56 | 76 | 515 | 111 | 26 |
| Binary | 1100000 | 1111 | 110100 | 0 | 1010100 | 101110 | 111110 | 101001101 | 1001001 | 10110 |
Color Harmonies of #600F34
Complementary color
Monochromatic Colors of #600F34
Black with #600F34
Text Example
Text Example
White with #600F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F34; }
p { color: rgb(96,15,52); }
H1.HeaderClassName
{
color: #600F34;
}
.AnyTagClassName
{
color: #600F34;
}
</style>
background-color css
<style>
a { background-color: #600F34; }
a { background-color: rgb(96,15,52); }
div.DivClassName
{
background-color: #600F34;
}
.BgClassName
{
background-color: #600F34;
}
</style>
border-color css
<style>
span { border-color: #600F34; }
span { border-color: rgb(96,15,52); }
td.TdClassName
{
border-color: #600F34;
}
.TagClassName
{
border-color: #600F34;
}
</style>