Shades of Tyrian Purple #600F44
Tints of Tyrian Purple #600F44
RGB
CMYK
RGB Variations
Color information
#600F44 (or 0x600F44) is known color: Tyrian Purple. HEX triplet: 60, 0F and 44. RGB value is (96,15,68). Sum of RGB (Red+Green+Blue) = 96+15+68=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #600F44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F44 is #9FF0BB. Grayscale: #2D2D2D. Windows color (decimal): -10481852 or 4460384. OLE color: 4460384.
HSL color Cylindrical-coordinate representation of color #600F44: hue angle of 320.74º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F44 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 68 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.62 |
| HSL | 320.74º | 0.73% | 0.22% | - |
| HSV(B) | 320.74º | 0.84% | 0.38% | - |
| XYZ | 6.04 | 3.25 | 5.78 | - |
| YUV | 45.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 68 | 0 | 0.84 | 0.29 | 0.62 | 320.74 | 0.73 | 0.22 |
| Hex | 60 | F | 44 | 0 | 54 | 1D | 3E | 141 | 49 | 16 |
| Octal | 140 | 17 | 104 | 0 | 124 | 35 | 76 | 501 | 111 | 26 |
| Binary | 1100000 | 1111 | 1000100 | 0 | 1010100 | 11101 | 111110 | 101000001 | 1001001 | 10110 |
Color Harmonies of #600F44
Complementary color
Monochromatic Colors of #600F44
Black with #600F44
Text Example
Text Example
White with #600F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F44; }
p { color: rgb(96,15,68); }
H1.HeaderClassName
{
color: #600F44;
}
.AnyTagClassName
{
color: #600F44;
}
</style>
background-color css
<style>
a { background-color: #600F44; }
a { background-color: rgb(96,15,68); }
div.DivClassName
{
background-color: #600F44;
}
.BgClassName
{
background-color: #600F44;
}
</style>
border-color css
<style>
span { border-color: #600F44; }
span { border-color: rgb(96,15,68); }
td.TdClassName
{
border-color: #600F44;
}
.TagClassName
{
border-color: #600F44;
}
</style>