Shades of Tyrian Purple #600B37
Tints of Tyrian Purple #600B37
RGB
CMYK
RGB Variations
Color information
#600B37 (or 0x600B37) is known color: Tyrian Purple. HEX triplet: 60, 0B and 37. RGB value is (96,11,55). Sum of RGB (Red+Green+Blue) = 96+11+55=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #600B37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B37 is #9FF4C8. Grayscale: #292929. Windows color (decimal): -10482889 or 3607392. OLE color: 3607392.
HSL color Cylindrical-coordinate representation of color #600B37: hue angle of 328.94º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600B37 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 11 | 55 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.62 |
| HSL | 328.94º | 0.79% | 0.21% | - |
| HSV(B) | 328.94º | 0.89% | 0.38% | - |
| XYZ | 5.63 | 3 | 3.9 | - |
| YUV | 41.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 11 | 55 | 0 | 0.89 | 0.43 | 0.62 | 328.94 | 0.79 | 0.21 |
| Hex | 60 | B | 37 | 0 | 59 | 2B | 3E | 149 | 4F | 15 |
| Octal | 140 | 13 | 67 | 0 | 131 | 53 | 76 | 511 | 117 | 25 |
| Binary | 1100000 | 1011 | 110111 | 0 | 1011001 | 101011 | 111110 | 101001001 | 1001111 | 10101 |
Color Harmonies of #600B37
Complementary color
Monochromatic Colors of #600B37
Black with #600B37
Text Example
Text Example
White with #600B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600B37; }
p { color: rgb(96,11,55); }
H1.HeaderClassName
{
color: #600B37;
}
.AnyTagClassName
{
color: #600B37;
}
</style>
background-color css
<style>
a { background-color: #600B37; }
a { background-color: rgb(96,11,55); }
div.DivClassName
{
background-color: #600B37;
}
.BgClassName
{
background-color: #600B37;
}
</style>
border-color css
<style>
span { border-color: #600B37; }
span { border-color: rgb(96,11,55); }
td.TdClassName
{
border-color: #600B37;
}
.TagClassName
{
border-color: #600B37;
}
</style>