Shades of Tyrian Purple #600453
Tints of Tyrian Purple #600453
RGB
CMYK
RGB Variations
Color information
#600453 (or 0x600453) is known color: Tyrian Purple. HEX triplet: 60, 04 and 53. RGB value is (96,4,83). Sum of RGB (Red+Green+Blue) = 96+4+83=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #600453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600453 is #9FFBAC. Grayscale: #282828. Windows color (decimal): -10484653 or 5440608. OLE color: 5440608.
HSL color Cylindrical-coordinate representation of color #600453: hue angle of 308.48º 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 #600453 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 83 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.62 |
| HSL | 308.48º | 0.92% | 0.2% | - |
| HSV(B) | 308.48º | 0.96% | 0.38% | - |
| XYZ | 6.43 | 3.2 | 8.46 | - |
| YUV | 40.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 83 | 0 | 0.96 | 0.14 | 0.62 | 308.48 | 0.92 | 0.2 |
| Hex | 60 | 4 | 53 | 0 | 60 | E | 3E | 134 | 5C | 14 |
| Octal | 140 | 4 | 123 | 0 | 140 | 16 | 76 | 464 | 134 | 24 |
| Binary | 1100000 | 100 | 1010011 | 0 | 1100000 | 1110 | 111110 | 100110100 | 1011100 | 10100 |
Color Harmonies of #600453
Complementary color
Monochromatic Colors of #600453
Black with #600453
Text Example
Text Example
White with #600453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600453; }
p { color: rgb(96,4,83); }
H1.HeaderClassName
{
color: #600453;
}
.AnyTagClassName
{
color: #600453;
}
</style>
background-color css
<style>
a { background-color: #600453; }
a { background-color: rgb(96,4,83); }
div.DivClassName
{
background-color: #600453;
}
.BgClassName
{
background-color: #600453;
}
</style>
border-color css
<style>
span { border-color: #600453; }
span { border-color: rgb(96,4,83); }
td.TdClassName
{
border-color: #600453;
}
.TagClassName
{
border-color: #600453;
}
</style>