Shades of Tyrian Purple #600450
Tints of Tyrian Purple #600450
RGB
CMYK
RGB Variations
Color information
#600450 (or 0x600450) is known color: Tyrian Purple. HEX triplet: 60, 04 and 50. RGB value is (96,4,80). Sum of RGB (Red+Green+Blue) = 96+4+80=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #600450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600450 is #9FFBAF. Grayscale: #272727. Windows color (decimal): -10484656 or 5244000. OLE color: 5244000.
HSL color Cylindrical-coordinate representation of color #600450: hue angle of 310.43º 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 #600450 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 80 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.62 |
| HSL | 310.43º | 0.92% | 0.2% | - |
| HSV(B) | 310.43º | 0.96% | 0.38% | - |
| XYZ | 6.32 | 3.15 | 7.87 | - |
| YUV | 40.17 | 150.48 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 80 | 0 | 0.96 | 0.17 | 0.62 | 310.43 | 0.92 | 0.2 |
| Hex | 60 | 4 | 50 | 0 | 60 | 11 | 3E | 136 | 5C | 14 |
| Octal | 140 | 4 | 120 | 0 | 140 | 21 | 76 | 466 | 134 | 24 |
| Binary | 1100000 | 100 | 1010000 | 0 | 1100000 | 10001 | 111110 | 100110110 | 1011100 | 10100 |
Color Harmonies of #600450
Complementary color
Monochromatic Colors of #600450
Black with #600450
Text Example
Text Example
White with #600450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600450; }
p { color: rgb(96,4,80); }
H1.HeaderClassName
{
color: #600450;
}
.AnyTagClassName
{
color: #600450;
}
</style>
background-color css
<style>
a { background-color: #600450; }
a { background-color: rgb(96,4,80); }
div.DivClassName
{
background-color: #600450;
}
.BgClassName
{
background-color: #600450;
}
</style>
border-color css
<style>
span { border-color: #600450; }
span { border-color: rgb(96,4,80); }
td.TdClassName
{
border-color: #600450;
}
.TagClassName
{
border-color: #600450;
}
</style>