Shades of Tyrian Purple #600B2D
Tints of Tyrian Purple #600B2D
RGB
CMYK
RGB Variations
Color information
#600B2D (or 0x600B2D) is known color: Tyrian Purple. HEX triplet: 60, 0B and 2D. RGB value is (96,11,45). Sum of RGB (Red+Green+Blue) = 96+11+45=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #600B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B2D is #9FF4D2. Grayscale: #282828. Windows color (decimal): -10482899 or 2952032. OLE color: 2952032.
HSL color Cylindrical-coordinate representation of color #600B2D: hue angle of 336º 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 #600B2D is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 11 | 45 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.62 |
| HSL | 336º | 0.79% | 0.21% | - |
| HSV(B) | 336º | 0.89% | 0.38% | - |
| XYZ | 5.42 | 2.92 | 2.76 | - |
| YUV | 40.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 11 | 45 | 0 | 0.89 | 0.53 | 0.62 | 336 | 0.79 | 0.21 |
| Hex | 60 | B | 2D | 0 | 59 | 35 | 3E | 150 | 4F | 15 |
| Octal | 140 | 13 | 55 | 0 | 131 | 65 | 76 | 520 | 117 | 25 |
| Binary | 1100000 | 1011 | 101101 | 0 | 1011001 | 110101 | 111110 | 101010000 | 1001111 | 10101 |
Color Harmonies of #600B2D
Complementary color
Monochromatic Colors of #600B2D
Black with #600B2D
Text Example
Text Example
White with #600B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600B2D; }
p { color: rgb(96,11,45); }
H1.HeaderClassName
{
color: #600B2D;
}
.AnyTagClassName
{
color: #600B2D;
}
</style>
background-color css
<style>
a { background-color: #600B2D; }
a { background-color: rgb(96,11,45); }
div.DivClassName
{
background-color: #600B2D;
}
.BgClassName
{
background-color: #600B2D;
}
</style>
border-color css
<style>
span { border-color: #600B2D; }
span { border-color: rgb(96,11,45); }
td.TdClassName
{
border-color: #600B2D;
}
.TagClassName
{
border-color: #600B2D;
}
</style>