Shades of Tyrian Purple #600A44
Tints of Tyrian Purple #600A44
RGB
CMYK
RGB Variations
Color information
#600A44 (or 0x600A44) is known color: Tyrian Purple. HEX triplet: 60, 0A and 44. RGB value is (96,10,68). Sum of RGB (Red+Green+Blue) = 96+10+68=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #600A44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600A44 is #9FF5BB. Grayscale: #2A2A2A. Windows color (decimal): -10483132 or 4459104. OLE color: 4459104.
HSL color Cylindrical-coordinate representation of color #600A44: hue angle of 319.53º 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 #600A44 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 10 | 68 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.62 |
| HSL | 319.53º | 0.81% | 0.21% | - |
| HSV(B) | 319.53º | 0.9% | 0.38% | - |
| XYZ | 5.98 | 3.12 | 5.76 | - |
| YUV | 42.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 68 | 0 | 0.90 | 0.29 | 0.62 | 319.53 | 0.81 | 0.21 |
| Hex | 60 | A | 44 | 0 | 5A | 1D | 3E | 140 | 51 | 15 |
| Octal | 140 | 12 | 104 | 0 | 132 | 35 | 76 | 500 | 121 | 25 |
| Binary | 1100000 | 1010 | 1000100 | 0 | 1011010 | 11101 | 111110 | 101000000 | 1010001 | 10101 |
Color Harmonies of #600A44
Complementary color
Monochromatic Colors of #600A44
Black with #600A44
Text Example
Text Example
White with #600A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600A44; }
p { color: rgb(96,10,68); }
H1.HeaderClassName
{
color: #600A44;
}
.AnyTagClassName
{
color: #600A44;
}
</style>
background-color css
<style>
a { background-color: #600A44; }
a { background-color: rgb(96,10,68); }
div.DivClassName
{
background-color: #600A44;
}
.BgClassName
{
background-color: #600A44;
}
</style>
border-color css
<style>
span { border-color: #600A44; }
span { border-color: rgb(96,10,68); }
td.TdClassName
{
border-color: #600A44;
}
.TagClassName
{
border-color: #600A44;
}
</style>