Shades of Tyrian Purple #600339
Tints of Tyrian Purple #600339
RGB
CMYK
RGB Variations
Color information
#600339 (or 0x600339) is known color: Tyrian Purple. HEX triplet: 60, 03 and 39. RGB value is (96,3,57). Sum of RGB (Red+Green+Blue) = 96+3+57=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #600339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600339 is #9FFCC6. Grayscale: #242424. Windows color (decimal): -10484935 or 3736416. OLE color: 3736416.
HSL color Cylindrical-coordinate representation of color #600339: hue angle of 325.16º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600339 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 57 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.62 |
| HSL | 325.16º | 0.94% | 0.19% | - |
| HSV(B) | 325.16º | 0.97% | 0.38% | - |
| XYZ | 5.59 | 2.85 | 4.13 | - |
| YUV | 36.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 57 | 0 | 0.97 | 0.41 | 0.62 | 325.16 | 0.94 | 0.19 |
| Hex | 60 | 3 | 39 | 0 | 61 | 29 | 3E | 145 | 5E | 13 |
| Octal | 140 | 3 | 71 | 0 | 141 | 51 | 76 | 505 | 136 | 23 |
| Binary | 1100000 | 11 | 111001 | 0 | 1100001 | 101001 | 111110 | 101000101 | 1011110 | 10011 |
Color Harmonies of #600339
Complementary color
Monochromatic Colors of #600339
Black with #600339
Text Example
Text Example
White with #600339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600339; }
p { color: rgb(96,3,57); }
H1.HeaderClassName
{
color: #600339;
}
.AnyTagClassName
{
color: #600339;
}
</style>
background-color css
<style>
a { background-color: #600339; }
a { background-color: rgb(96,3,57); }
div.DivClassName
{
background-color: #600339;
}
.BgClassName
{
background-color: #600339;
}
</style>
border-color css
<style>
span { border-color: #600339; }
span { border-color: rgb(96,3,57); }
td.TdClassName
{
border-color: #600339;
}
.TagClassName
{
border-color: #600339;
}
</style>