Shades of Tyrian Purple #60033C
Tints of Tyrian Purple #60033C
RGB
CMYK
RGB Variations
Color information
#60033C (or 0x60033C) is known color: Tyrian Purple. HEX triplet: 60, 03 and 3C. RGB value is (96,3,60). Sum of RGB (Red+Green+Blue) = 96+3+60=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #60033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60033C is #9FFCC3. Grayscale: #252525. Windows color (decimal): -10484932 or 3933024. OLE color: 3933024.
HSL color Cylindrical-coordinate representation of color #60033C: hue angle of 323.23º 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 #60033C is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 60 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.62 |
| HSL | 323.23º | 0.94% | 0.19% | - |
| HSV(B) | 323.23º | 0.97% | 0.38% | - |
| XYZ | 5.67 | 2.88 | 4.53 | - |
| YUV | 37.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 60 | 0 | 0.97 | 0.38 | 0.62 | 323.23 | 0.94 | 0.19 |
| Hex | 60 | 3 | 3C | 0 | 61 | 26 | 3E | 143 | 5E | 13 |
| Octal | 140 | 3 | 74 | 0 | 141 | 46 | 76 | 503 | 136 | 23 |
| Binary | 1100000 | 11 | 111100 | 0 | 1100001 | 100110 | 111110 | 101000011 | 1011110 | 10011 |
Color Harmonies of #60033C
Complementary color
Monochromatic Colors of #60033C
Black with #60033C
Text Example
Text Example
White with #60033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60033C; }
p { color: rgb(96,3,60); }
H1.HeaderClassName
{
color: #60033C;
}
.AnyTagClassName
{
color: #60033C;
}
</style>
background-color css
<style>
a { background-color: #60033C; }
a { background-color: rgb(96,3,60); }
div.DivClassName
{
background-color: #60033C;
}
.BgClassName
{
background-color: #60033C;
}
</style>
border-color css
<style>
span { border-color: #60033C; }
span { border-color: rgb(96,3,60); }
td.TdClassName
{
border-color: #60033C;
}
.TagClassName
{
border-color: #60033C;
}
</style>