Shades of Tyrian Purple #600A4B
Tints of Tyrian Purple #600A4B
RGB
CMYK
RGB Variations
Color information
#600A4B (or 0x600A4B) is known color: Tyrian Purple. HEX triplet: 60, 0A and 4B. RGB value is (96,10,75). Sum of RGB (Red+Green+Blue) = 96+10+75=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #600A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600A4B is #9FF5B4. Grayscale: #2A2A2A. Windows color (decimal): -10483125 or 4917856. OLE color: 4917856.
HSL color Cylindrical-coordinate representation of color #600A4B: hue angle of 314.65º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600A4B is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 10 | 75 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.62 |
| HSL | 314.65º | 0.81% | 0.21% | - |
| HSV(B) | 314.65º | 0.9% | 0.38% | - |
| XYZ | 6.2 | 3.21 | 6.95 | - |
| YUV | 43.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 75 | 0 | 0.90 | 0.22 | 0.62 | 314.65 | 0.81 | 0.21 |
| Hex | 60 | A | 4B | 0 | 5A | 16 | 3E | 13B | 51 | 15 |
| Octal | 140 | 12 | 113 | 0 | 132 | 26 | 76 | 473 | 121 | 25 |
| Binary | 1100000 | 1010 | 1001011 | 0 | 1011010 | 10110 | 111110 | 100111011 | 1010001 | 10101 |
Color Harmonies of #600A4B
Complementary color
Monochromatic Colors of #600A4B
Black with #600A4B
Text Example
Text Example
White with #600A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600A4B; }
p { color: rgb(96,10,75); }
H1.HeaderClassName
{
color: #600A4B;
}
.AnyTagClassName
{
color: #600A4B;
}
</style>
background-color css
<style>
a { background-color: #600A4B; }
a { background-color: rgb(96,10,75); }
div.DivClassName
{
background-color: #600A4B;
}
.BgClassName
{
background-color: #600A4B;
}
</style>
border-color css
<style>
span { border-color: #600A4B; }
span { border-color: rgb(96,10,75); }
td.TdClassName
{
border-color: #600A4B;
}
.TagClassName
{
border-color: #600A4B;
}
</style>