Shades of Tyrian Purple #60103A
Tints of Tyrian Purple #60103A
RGB
CMYK
RGB Variations
Color information
#60103A (or 0x60103A) is known color: Tyrian Purple. HEX triplet: 60, 10 and 3A. RGB value is (96,16,58). Sum of RGB (Red+Green+Blue) = 96+16+58=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #60103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60103A is #9FEFC5. Grayscale: #2C2C2C. Windows color (decimal): -10481606 or 3805280. OLE color: 3805280.
HSL color Cylindrical-coordinate representation of color #60103A: hue angle of 328.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60103A is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 16 | 58 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.62 |
| HSL | 328.5º | 0.71% | 0.22% | - |
| HSV(B) | 328.5º | 0.83% | 0.38% | - |
| XYZ | 5.77 | 3.16 | 4.31 | - |
| YUV | 44.71 | 135.5 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 58 | 0 | 0.83 | 0.40 | 0.62 | 328.5 | 0.71 | 0.22 |
| Hex | 60 | 10 | 3A | 0 | 53 | 28 | 3E | 148 | 47 | 16 |
| Octal | 140 | 20 | 72 | 0 | 123 | 50 | 76 | 510 | 107 | 26 |
| Binary | 1100000 | 10000 | 111010 | 0 | 1010011 | 101000 | 111110 | 101001000 | 1000111 | 10110 |
Color Harmonies of #60103A
Complementary color
Monochromatic Colors of #60103A
Black with #60103A
Text Example
Text Example
White with #60103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60103A; }
p { color: rgb(96,16,58); }
H1.HeaderClassName
{
color: #60103A;
}
.AnyTagClassName
{
color: #60103A;
}
</style>
background-color css
<style>
a { background-color: #60103A; }
a { background-color: rgb(96,16,58); }
div.DivClassName
{
background-color: #60103A;
}
.BgClassName
{
background-color: #60103A;
}
</style>
border-color css
<style>
span { border-color: #60103A; }
span { border-color: rgb(96,16,58); }
td.TdClassName
{
border-color: #60103A;
}
.TagClassName
{
border-color: #60103A;
}
</style>