Shades of Tyrian Purple #600240
Tints of Tyrian Purple #600240
RGB
CMYK
RGB Variations
Color information
#600240 (or 0x600240) is known color: Tyrian Purple. HEX triplet: 60, 02 and 40. RGB value is (96,2,64). Sum of RGB (Red+Green+Blue) = 96+2+64=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #600240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600240 is #9FFDBF. Grayscale: #252525. Windows color (decimal): -10485184 or 4194912. OLE color: 4194912.
HSL color Cylindrical-coordinate representation of color #600240: hue angle of 320.43º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600240 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 2 | 64 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.62 |
| HSL | 320.43º | 0.96% | 0.19% | - |
| HSV(B) | 320.43º | 0.98% | 0.38% | - |
| XYZ | 5.77 | 2.9 | 5.11 | - |
| YUV | 37.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 64 | 0 | 0.98 | 0.33 | 0.62 | 320.43 | 0.96 | 0.19 |
| Hex | 60 | 2 | 40 | 0 | 62 | 21 | 3E | 140 | 60 | 13 |
| Octal | 140 | 2 | 100 | 0 | 142 | 41 | 76 | 500 | 140 | 23 |
| Binary | 1100000 | 10 | 1000000 | 0 | 1100010 | 100001 | 111110 | 101000000 | 1100000 | 10011 |
Color Harmonies of #600240
Complementary color
Monochromatic Colors of #600240
Black with #600240
Text Example
Text Example
White with #600240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600240; }
p { color: rgb(96,2,64); }
H1.HeaderClassName
{
color: #600240;
}
.AnyTagClassName
{
color: #600240;
}
</style>
background-color css
<style>
a { background-color: #600240; }
a { background-color: rgb(96,2,64); }
div.DivClassName
{
background-color: #600240;
}
.BgClassName
{
background-color: #600240;
}
</style>
border-color css
<style>
span { border-color: #600240; }
span { border-color: rgb(96,2,64); }
td.TdClassName
{
border-color: #600240;
}
.TagClassName
{
border-color: #600240;
}
</style>