Shades of Tyrian Purple #600242
Tints of Tyrian Purple #600242
RGB
CMYK
RGB Variations
Color information
#600242 (or 0x600242) is known color: Tyrian Purple. HEX triplet: 60, 02 and 42. RGB value is (96,2,66). Sum of RGB (Red+Green+Blue) = 96+2+66=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #600242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600242 is #9FFDBD. Grayscale: #252525. Windows color (decimal): -10485182 or 4325984. OLE color: 4325984.
HSL color Cylindrical-coordinate representation of color #600242: hue angle of 319.15º 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 #600242 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 2 | 66 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.62 |
| HSL | 319.15º | 0.96% | 0.19% | - |
| HSV(B) | 319.15º | 0.98% | 0.38% | - |
| XYZ | 5.83 | 2.92 | 5.41 | - |
| YUV | 37.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 66 | 0 | 0.98 | 0.31 | 0.62 | 319.15 | 0.96 | 0.19 |
| Hex | 60 | 2 | 42 | 0 | 62 | 1F | 3E | 13F | 60 | 13 |
| Octal | 140 | 2 | 102 | 0 | 142 | 37 | 76 | 477 | 140 | 23 |
| Binary | 1100000 | 10 | 1000010 | 0 | 1100010 | 11111 | 111110 | 100111111 | 1100000 | 10011 |
Color Harmonies of #600242
Complementary color
Monochromatic Colors of #600242
Black with #600242
Text Example
Text Example
White with #600242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600242; }
p { color: rgb(96,2,66); }
H1.HeaderClassName
{
color: #600242;
}
.AnyTagClassName
{
color: #600242;
}
</style>
background-color css
<style>
a { background-color: #600242; }
a { background-color: rgb(96,2,66); }
div.DivClassName
{
background-color: #600242;
}
.BgClassName
{
background-color: #600242;
}
</style>
border-color css
<style>
span { border-color: #600242; }
span { border-color: rgb(96,2,66); }
td.TdClassName
{
border-color: #600242;
}
.TagClassName
{
border-color: #600242;
}
</style>