Shades of Tyrian Purple #600633
Tints of Tyrian Purple #600633
RGB
CMYK
RGB Variations
Color information
#600633 (or 0x600633) is known color: Tyrian Purple. HEX triplet: 60, 06 and 33. RGB value is (96,6,51). Sum of RGB (Red+Green+Blue) = 96+6+51=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #600633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600633 is #9FF9CC. Grayscale: #252525. Windows color (decimal): -10484173 or 3343968. OLE color: 3343968.
HSL color Cylindrical-coordinate representation of color #600633: hue angle of 330º 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 #600633 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 6 | 51 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.62 |
| HSL | 330º | 0.88% | 0.2% | - |
| HSV(B) | 330º | 0.94% | 0.38% | - |
| XYZ | 5.49 | 2.86 | 3.39 | - |
| YUV | 38.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 51 | 0 | 0.94 | 0.47 | 0.62 | 330 | 0.88 | 0.2 |
| Hex | 60 | 6 | 33 | 0 | 5E | 2F | 3E | 14A | 58 | 14 |
| Octal | 140 | 6 | 63 | 0 | 136 | 57 | 76 | 512 | 130 | 24 |
| Binary | 1100000 | 110 | 110011 | 0 | 1011110 | 101111 | 111110 | 101001010 | 1011000 | 10100 |
Color Harmonies of #600633
Complementary color
Monochromatic Colors of #600633
Black with #600633
Text Example
Text Example
White with #600633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600633; }
p { color: rgb(96,6,51); }
H1.HeaderClassName
{
color: #600633;
}
.AnyTagClassName
{
color: #600633;
}
</style>
background-color css
<style>
a { background-color: #600633; }
a { background-color: rgb(96,6,51); }
div.DivClassName
{
background-color: #600633;
}
.BgClassName
{
background-color: #600633;
}
</style>
border-color css
<style>
span { border-color: #600633; }
span { border-color: rgb(96,6,51); }
td.TdClassName
{
border-color: #600633;
}
.TagClassName
{
border-color: #600633;
}
</style>