Shades of Tyrian Purple #600B4A
Tints of Tyrian Purple #600B4A
RGB
CMYK
RGB Variations
Color information
#600B4A (or 0x600B4A) is known color: Tyrian Purple. HEX triplet: 60, 0B and 4A. RGB value is (96,11,74). Sum of RGB (Red+Green+Blue) = 96+11+74=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #600B4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B4A is #9FF4B5. Grayscale: #2B2B2B. Windows color (decimal): -10482870 or 4852576. OLE color: 4852576.
HSL color Cylindrical-coordinate representation of color #600B4A: hue angle of 315.53º 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 #600B4A is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 11 | 74 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.62 |
| HSL | 315.53º | 0.79% | 0.21% | - |
| HSV(B) | 315.53º | 0.89% | 0.38% | - |
| XYZ | 6.18 | 3.22 | 6.77 | - |
| YUV | 43.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 11 | 74 | 0 | 0.89 | 0.23 | 0.62 | 315.53 | 0.79 | 0.21 |
| Hex | 60 | B | 4A | 0 | 59 | 17 | 3E | 13C | 4F | 15 |
| Octal | 140 | 13 | 112 | 0 | 131 | 27 | 76 | 474 | 117 | 25 |
| Binary | 1100000 | 1011 | 1001010 | 0 | 1011001 | 10111 | 111110 | 100111100 | 1001111 | 10101 |
Color Harmonies of #600B4A
Complementary color
Monochromatic Colors of #600B4A
Black with #600B4A
Text Example
Text Example
White with #600B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600B4A; }
p { color: rgb(96,11,74); }
H1.HeaderClassName
{
color: #600B4A;
}
.AnyTagClassName
{
color: #600B4A;
}
</style>
background-color css
<style>
a { background-color: #600B4A; }
a { background-color: rgb(96,11,74); }
div.DivClassName
{
background-color: #600B4A;
}
.BgClassName
{
background-color: #600B4A;
}
</style>
border-color css
<style>
span { border-color: #600B4A; }
span { border-color: rgb(96,11,74); }
td.TdClassName
{
border-color: #600B4A;
}
.TagClassName
{
border-color: #600B4A;
}
</style>