Shades of Tyrian Purple #600443
Tints of Tyrian Purple #600443
RGB
CMYK
RGB Variations
Color information
#600443 (or 0x600443) is known color: Tyrian Purple. HEX triplet: 60, 04 and 43. RGB value is (96,4,67). Sum of RGB (Red+Green+Blue) = 96+4+67=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #600443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600443 is #9FFBBC. Grayscale: #262626. Windows color (decimal): -10484669 or 4392032. OLE color: 4392032.
HSL color Cylindrical-coordinate representation of color #600443: hue angle of 318.91º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600443 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 67 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.62 |
| HSL | 318.91º | 0.92% | 0.2% | - |
| HSV(B) | 318.91º | 0.96% | 0.38% | - |
| XYZ | 5.88 | 2.98 | 5.58 | - |
| YUV | 38.69 | 143.98 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 67 | 0 | 0.96 | 0.30 | 0.62 | 318.91 | 0.92 | 0.2 |
| Hex | 60 | 4 | 43 | 0 | 60 | 1E | 3E | 13F | 5C | 14 |
| Octal | 140 | 4 | 103 | 0 | 140 | 36 | 76 | 477 | 134 | 24 |
| Binary | 1100000 | 100 | 1000011 | 0 | 1100000 | 11110 | 111110 | 100111111 | 1011100 | 10100 |
Color Harmonies of #600443
Complementary color
Monochromatic Colors of #600443
Black with #600443
Text Example
Text Example
White with #600443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600443; }
p { color: rgb(96,4,67); }
H1.HeaderClassName
{
color: #600443;
}
.AnyTagClassName
{
color: #600443;
}
</style>
background-color css
<style>
a { background-color: #600443; }
a { background-color: rgb(96,4,67); }
div.DivClassName
{
background-color: #600443;
}
.BgClassName
{
background-color: #600443;
}
</style>
border-color css
<style>
span { border-color: #600443; }
span { border-color: rgb(96,4,67); }
td.TdClassName
{
border-color: #600443;
}
.TagClassName
{
border-color: #600443;
}
</style>