Shades of Tyrian Purple #600350
Tints of Tyrian Purple #600350
RGB
CMYK
RGB Variations
Color information
#600350 (or 0x600350) is known color: Tyrian Purple. HEX triplet: 60, 03 and 50. RGB value is (96,3,80). Sum of RGB (Red+Green+Blue) = 96+3+80=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #600350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600350 is #9FFCAF. Grayscale: #272727. Windows color (decimal): -10484912 or 5243744. OLE color: 5243744.
HSL color Cylindrical-coordinate representation of color #600350: hue angle of 310.32º 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 #600350 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 80 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.62 |
| HSL | 310.32º | 0.94% | 0.19% | - |
| HSV(B) | 310.32º | 0.97% | 0.38% | - |
| XYZ | 6.3 | 3.13 | 7.86 | - |
| YUV | 39.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 80 | 0 | 0.97 | 0.17 | 0.62 | 310.32 | 0.94 | 0.19 |
| Hex | 60 | 3 | 50 | 0 | 61 | 11 | 3E | 136 | 5E | 13 |
| Octal | 140 | 3 | 120 | 0 | 141 | 21 | 76 | 466 | 136 | 23 |
| Binary | 1100000 | 11 | 1010000 | 0 | 1100001 | 10001 | 111110 | 100110110 | 1011110 | 10011 |
Color Harmonies of #600350
Complementary color
Monochromatic Colors of #600350
Black with #600350
Text Example
Text Example
White with #600350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600350; }
p { color: rgb(96,3,80); }
H1.HeaderClassName
{
color: #600350;
}
.AnyTagClassName
{
color: #600350;
}
</style>
background-color css
<style>
a { background-color: #600350; }
a { background-color: rgb(96,3,80); }
div.DivClassName
{
background-color: #600350;
}
.BgClassName
{
background-color: #600350;
}
</style>
border-color css
<style>
span { border-color: #600350; }
span { border-color: rgb(96,3,80); }
td.TdClassName
{
border-color: #600350;
}
.TagClassName
{
border-color: #600350;
}
</style>