Shades of Tyrian Purple #600B4B
Tints of Tyrian Purple #600B4B
RGB
CMYK
RGB Variations
Color information
#600B4B (or 0x600B4B) is known color: Tyrian Purple. HEX triplet: 60, 0B and 4B. RGB value is (96,11,75). Sum of RGB (Red+Green+Blue) = 96+11+75=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #600B4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B4B is #9FF4B4. Grayscale: #2B2B2B. Windows color (decimal): -10482869 or 4918112. OLE color: 4918112.
HSL color Cylindrical-coordinate representation of color #600B4B: hue angle of 314.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 #600B4B is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 11 | 75 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.62 |
| HSL | 314.82º | 0.79% | 0.21% | - |
| HSV(B) | 314.82º | 0.89% | 0.38% | - |
| XYZ | 6.21 | 3.23 | 6.95 | - |
| YUV | 43.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 11 | 75 | 0 | 0.89 | 0.22 | 0.62 | 314.82 | 0.79 | 0.21 |
| Hex | 60 | B | 4B | 0 | 59 | 16 | 3E | 13B | 4F | 15 |
| Octal | 140 | 13 | 113 | 0 | 131 | 26 | 76 | 473 | 117 | 25 |
| Binary | 1100000 | 1011 | 1001011 | 0 | 1011001 | 10110 | 111110 | 100111011 | 1001111 | 10101 |
Color Harmonies of #600B4B
Complementary color
Monochromatic Colors of #600B4B
Black with #600B4B
Text Example
Text Example
White with #600B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600B4B; }
p { color: rgb(96,11,75); }
H1.HeaderClassName
{
color: #600B4B;
}
.AnyTagClassName
{
color: #600B4B;
}
</style>
background-color css
<style>
a { background-color: #600B4B; }
a { background-color: rgb(96,11,75); }
div.DivClassName
{
background-color: #600B4B;
}
.BgClassName
{
background-color: #600B4B;
}
</style>
border-color css
<style>
span { border-color: #600B4B; }
span { border-color: rgb(96,11,75); }
td.TdClassName
{
border-color: #600B4B;
}
.TagClassName
{
border-color: #600B4B;
}
</style>