Shades of Tyrian Purple #60083D
Tints of Tyrian Purple #60083D
RGB
CMYK
RGB Variations
Color information
#60083D (or 0x60083D) is known color: Tyrian Purple. HEX triplet: 60, 08 and 3D. RGB value is (96,8,61). Sum of RGB (Red+Green+Blue) = 96+8+61=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #60083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60083D is #9FF7C2. Grayscale: #282828. Windows color (decimal): -10483651 or 3999840. OLE color: 3999840.
HSL color Cylindrical-coordinate representation of color #60083D: hue angle of 323.86º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60083D is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 8 | 61 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.62 |
| HSL | 323.86º | 0.85% | 0.2% | - |
| HSV(B) | 323.86º | 0.92% | 0.38% | - |
| XYZ | 5.75 | 3 | 4.69 | - |
| YUV | 40.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 61 | 0 | 0.92 | 0.36 | 0.62 | 323.86 | 0.85 | 0.2 |
| Hex | 60 | 8 | 3D | 0 | 5C | 24 | 3E | 144 | 55 | 14 |
| Octal | 140 | 10 | 75 | 0 | 134 | 44 | 76 | 504 | 125 | 24 |
| Binary | 1100000 | 1000 | 111101 | 0 | 1011100 | 100100 | 111110 | 101000100 | 1010101 | 10100 |
Color Harmonies of #60083D
Complementary color
Monochromatic Colors of #60083D
Black with #60083D
Text Example
Text Example
White with #60083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60083D; }
p { color: rgb(96,8,61); }
H1.HeaderClassName
{
color: #60083D;
}
.AnyTagClassName
{
color: #60083D;
}
</style>
background-color css
<style>
a { background-color: #60083D; }
a { background-color: rgb(96,8,61); }
div.DivClassName
{
background-color: #60083D;
}
.BgClassName
{
background-color: #60083D;
}
</style>
border-color css
<style>
span { border-color: #60083D; }
span { border-color: rgb(96,8,61); }
td.TdClassName
{
border-color: #60083D;
}
.TagClassName
{
border-color: #60083D;
}
</style>