Shades of Tyrian Purple #600343
Tints of Tyrian Purple #600343
RGB
CMYK
RGB Variations
Color information
#600343 (or 0x600343) is known color: Tyrian Purple. HEX triplet: 60, 03 and 43. RGB value is (96,3,67). Sum of RGB (Red+Green+Blue) = 96+3+67=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #600343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600343 is #9FFCBC. Grayscale: #252525. Windows color (decimal): -10484925 or 4391776. OLE color: 4391776.
HSL color Cylindrical-coordinate representation of color #600343: hue angle of 318.71º 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 #600343 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 67 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.62 |
| HSL | 318.71º | 0.94% | 0.19% | - |
| HSV(B) | 318.71º | 0.97% | 0.38% | - |
| XYZ | 5.87 | 2.96 | 5.57 | - |
| YUV | 38.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 67 | 0 | 0.97 | 0.30 | 0.62 | 318.71 | 0.94 | 0.19 |
| Hex | 60 | 3 | 43 | 0 | 61 | 1E | 3E | 13F | 5E | 13 |
| Octal | 140 | 3 | 103 | 0 | 141 | 36 | 76 | 477 | 136 | 23 |
| Binary | 1100000 | 11 | 1000011 | 0 | 1100001 | 11110 | 111110 | 100111111 | 1011110 | 10011 |
Color Harmonies of #600343
Complementary color
Monochromatic Colors of #600343
Black with #600343
Text Example
Text Example
White with #600343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600343; }
p { color: rgb(96,3,67); }
H1.HeaderClassName
{
color: #600343;
}
.AnyTagClassName
{
color: #600343;
}
</style>
background-color css
<style>
a { background-color: #600343; }
a { background-color: rgb(96,3,67); }
div.DivClassName
{
background-color: #600343;
}
.BgClassName
{
background-color: #600343;
}
</style>
border-color css
<style>
span { border-color: #600343; }
span { border-color: rgb(96,3,67); }
td.TdClassName
{
border-color: #600343;
}
.TagClassName
{
border-color: #600343;
}
</style>