Shades of Tyrian Purple #600629
Tints of Tyrian Purple #600629
RGB
CMYK
RGB Variations
Color information
#600629 (or 0x600629) is known color: Tyrian Purple. HEX triplet: 60, 06 and 29. RGB value is (96,6,41). Sum of RGB (Red+Green+Blue) = 96+6+41=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #600629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600629 is #9FF9D6. Grayscale: #242424. Windows color (decimal): -10484183 or 2688608. OLE color: 2688608.
HSL color Cylindrical-coordinate representation of color #600629: hue angle of 336.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600629 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 6 | 41 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.62 |
| HSL | 336.67º | 0.88% | 0.2% | - |
| HSV(B) | 336.67º | 0.94% | 0.38% | - |
| XYZ | 5.29 | 2.78 | 2.36 | - |
| YUV | 36.9 | 130.32 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 41 | 0 | 0.94 | 0.57 | 0.62 | 336.67 | 0.88 | 0.2 |
| Hex | 60 | 6 | 29 | 0 | 5E | 39 | 3E | 151 | 58 | 14 |
| Octal | 140 | 6 | 51 | 0 | 136 | 71 | 76 | 521 | 130 | 24 |
| Binary | 1100000 | 110 | 101001 | 0 | 1011110 | 111001 | 111110 | 101010001 | 1011000 | 10100 |
Color Harmonies of #600629
Complementary color
Monochromatic Colors of #600629
Black with #600629
Text Example
Text Example
White with #600629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600629; }
p { color: rgb(96,6,41); }
H1.HeaderClassName
{
color: #600629;
}
.AnyTagClassName
{
color: #600629;
}
</style>
background-color css
<style>
a { background-color: #600629; }
a { background-color: rgb(96,6,41); }
div.DivClassName
{
background-color: #600629;
}
.BgClassName
{
background-color: #600629;
}
</style>
border-color css
<style>
span { border-color: #600629; }
span { border-color: rgb(96,6,41); }
td.TdClassName
{
border-color: #600629;
}
.TagClassName
{
border-color: #600629;
}
</style>