Shades of Tyrian Purple #60063D
Tints of Tyrian Purple #60063D
RGB
CMYK
RGB Variations
Color information
#60063D (or 0x60063D) is known color: Tyrian Purple. HEX triplet: 60, 06 and 3D. RGB value is (96,6,61). Sum of RGB (Red+Green+Blue) = 96+6+61=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60063D is #9FF9C2. Grayscale: #272727. Windows color (decimal): -10484163 or 3999328. OLE color: 3999328.
HSL color Cylindrical-coordinate representation of color #60063D: hue angle of 323.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60063D is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 6 | 61 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.62 |
| HSL | 323.33º | 0.88% | 0.2% | - |
| HSV(B) | 323.33º | 0.94% | 0.38% | - |
| XYZ | 5.73 | 2.95 | 4.68 | - |
| YUV | 39.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 61 | 0 | 0.94 | 0.36 | 0.62 | 323.33 | 0.88 | 0.2 |
| Hex | 60 | 6 | 3D | 0 | 5E | 24 | 3E | 143 | 58 | 14 |
| Octal | 140 | 6 | 75 | 0 | 136 | 44 | 76 | 503 | 130 | 24 |
| Binary | 1100000 | 110 | 111101 | 0 | 1011110 | 100100 | 111110 | 101000011 | 1011000 | 10100 |
Color Harmonies of #60063D
Complementary color
Monochromatic Colors of #60063D
Black with #60063D
Text Example
Text Example
White with #60063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60063D; }
p { color: rgb(96,6,61); }
H1.HeaderClassName
{
color: #60063D;
}
.AnyTagClassName
{
color: #60063D;
}
</style>
background-color css
<style>
a { background-color: #60063D; }
a { background-color: rgb(96,6,61); }
div.DivClassName
{
background-color: #60063D;
}
.BgClassName
{
background-color: #60063D;
}
</style>
border-color css
<style>
span { border-color: #60063D; }
span { border-color: rgb(96,6,61); }
td.TdClassName
{
border-color: #60063D;
}
.TagClassName
{
border-color: #60063D;
}
</style>