Shades of Tyrian Purple #600B4E
Tints of Tyrian Purple #600B4E
RGB
CMYK
RGB Variations
Color information
#600B4E (or 0x600B4E) is known color: Tyrian Purple. HEX triplet: 60, 0B and 4E. RGB value is (96,11,78). Sum of RGB (Red+Green+Blue) = 96+11+78=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #600B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600B4E is #9FF4B1. Grayscale: #2B2B2B. Windows color (decimal): -10482866 or 5114720. OLE color: 5114720.
HSL color Cylindrical-coordinate representation of color #600B4E: hue angle of 312.71º 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 #600B4E is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 11 | 78 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.62 |
| HSL | 312.71º | 0.79% | 0.21% | - |
| HSV(B) | 312.71º | 0.89% | 0.38% | - |
| XYZ | 6.32 | 3.28 | 7.51 | - |
| YUV | 44.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 11 | 78 | 0 | 0.89 | 0.19 | 0.62 | 312.71 | 0.79 | 0.21 |
| Hex | 60 | B | 4E | 0 | 59 | 13 | 3E | 139 | 4F | 15 |
| Octal | 140 | 13 | 116 | 0 | 131 | 23 | 76 | 471 | 117 | 25 |
| Binary | 1100000 | 1011 | 1001110 | 0 | 1011001 | 10011 | 111110 | 100111001 | 1001111 | 10101 |
Color Harmonies of #600B4E
Complementary color
Monochromatic Colors of #600B4E
Black with #600B4E
Text Example
Text Example
White with #600B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600B4E; }
p { color: rgb(96,11,78); }
H1.HeaderClassName
{
color: #600B4E;
}
.AnyTagClassName
{
color: #600B4E;
}
</style>
background-color css
<style>
a { background-color: #600B4E; }
a { background-color: rgb(96,11,78); }
div.DivClassName
{
background-color: #600B4E;
}
.BgClassName
{
background-color: #600B4E;
}
</style>
border-color css
<style>
span { border-color: #600B4E; }
span { border-color: rgb(96,11,78); }
td.TdClassName
{
border-color: #600B4E;
}
.TagClassName
{
border-color: #600B4E;
}
</style>