Shades of Tyrian Purple #600B3A
Tints of Tyrian Purple #600B3A
RGB
CMYK
RGB Variations
Color information
#600B3A (or 0x600B3A) is known color: Tyrian Purple. HEX triplet: 60, 0B and 3A. RGB value is (96,11,58). Sum of RGB (Red+Green+Blue) = 96+11+58=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #600B3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B3A is #9FF4C5. Grayscale: #292929. Windows color (decimal): -10482886 or 3804000. OLE color: 3804000.
HSL color Cylindrical-coordinate representation of color #600B3A: hue angle of 326.82º 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 #600B3A is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 11 | 58 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.62 |
| HSL | 326.82º | 0.79% | 0.21% | - |
| HSV(B) | 326.82º | 0.89% | 0.38% | - |
| XYZ | 5.71 | 3.03 | 4.29 | - |
| YUV | 41.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 11 | 58 | 0 | 0.89 | 0.40 | 0.62 | 326.82 | 0.79 | 0.21 |
| Hex | 60 | B | 3A | 0 | 59 | 28 | 3E | 147 | 4F | 15 |
| Octal | 140 | 13 | 72 | 0 | 131 | 50 | 76 | 507 | 117 | 25 |
| Binary | 1100000 | 1011 | 111010 | 0 | 1011001 | 101000 | 111110 | 101000111 | 1001111 | 10101 |
Color Harmonies of #600B3A
Complementary color
Monochromatic Colors of #600B3A
Black with #600B3A
Text Example
Text Example
White with #600B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600B3A; }
p { color: rgb(96,11,58); }
H1.HeaderClassName
{
color: #600B3A;
}
.AnyTagClassName
{
color: #600B3A;
}
</style>
background-color css
<style>
a { background-color: #600B3A; }
a { background-color: rgb(96,11,58); }
div.DivClassName
{
background-color: #600B3A;
}
.BgClassName
{
background-color: #600B3A;
}
</style>
border-color css
<style>
span { border-color: #600B3A; }
span { border-color: rgb(96,11,58); }
td.TdClassName
{
border-color: #600B3A;
}
.TagClassName
{
border-color: #600B3A;
}
</style>