Shades of Tyrian Purple #600354
Tints of Tyrian Purple #600354
RGB
CMYK
RGB Variations
Color information
#600354 (or 0x600354) is known color: Tyrian Purple. HEX triplet: 60, 03 and 54. RGB value is (96,3,84). Sum of RGB (Red+Green+Blue) = 96+3+84=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #600354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600354 is #9FFCAB. Grayscale: #272727. Windows color (decimal): -10484908 or 5505888. OLE color: 5505888.
HSL color Cylindrical-coordinate representation of color #600354: hue angle of 307.74º 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 #600354 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 84 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.62 |
| HSL | 307.74º | 0.94% | 0.19% | - |
| HSV(B) | 307.74º | 0.97% | 0.38% | - |
| XYZ | 6.46 | 3.19 | 8.66 | - |
| YUV | 40.04 | 152.81 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 84 | 0 | 0.97 | 0.12 | 0.62 | 307.74 | 0.94 | 0.19 |
| Hex | 60 | 3 | 54 | 0 | 61 | C | 3E | 134 | 5E | 13 |
| Octal | 140 | 3 | 124 | 0 | 141 | 14 | 76 | 464 | 136 | 23 |
| Binary | 1100000 | 11 | 1010100 | 0 | 1100001 | 1100 | 111110 | 100110100 | 1011110 | 10011 |
Color Harmonies of #600354
Complementary color
Monochromatic Colors of #600354
Black with #600354
Text Example
Text Example
White with #600354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600354; }
p { color: rgb(96,3,84); }
H1.HeaderClassName
{
color: #600354;
}
.AnyTagClassName
{
color: #600354;
}
</style>
background-color css
<style>
a { background-color: #600354; }
a { background-color: rgb(96,3,84); }
div.DivClassName
{
background-color: #600354;
}
.BgClassName
{
background-color: #600354;
}
</style>
border-color css
<style>
span { border-color: #600354; }
span { border-color: rgb(96,3,84); }
td.TdClassName
{
border-color: #600354;
}
.TagClassName
{
border-color: #600354;
}
</style>