Shades of Tyrian Purple #600C46
Tints of Tyrian Purple #600C46
RGB
CMYK
RGB Variations
Color information
#600C46 (or 0x600C46) is known color: Tyrian Purple. HEX triplet: 60, 0C and 46. RGB value is (96,12,70). Sum of RGB (Red+Green+Blue) = 96+12+70=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #600C46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600C46 is #9FF3B9. Grayscale: #2B2B2B. Windows color (decimal): -10482618 or 4590688. OLE color: 4590688.
HSL color Cylindrical-coordinate representation of color #600C46: hue angle of 318.57º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600C46 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 12 | 70 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.62 |
| HSL | 318.57º | 0.78% | 0.21% | - |
| HSV(B) | 318.57º | 0.88% | 0.38% | - |
| XYZ | 6.06 | 3.19 | 6.09 | - |
| YUV | 43.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 70 | 0 | 0.88 | 0.27 | 0.62 | 318.57 | 0.78 | 0.21 |
| Hex | 60 | C | 46 | 0 | 58 | 1B | 3E | 13F | 4E | 15 |
| Octal | 140 | 14 | 106 | 0 | 130 | 33 | 76 | 477 | 116 | 25 |
| Binary | 1100000 | 1100 | 1000110 | 0 | 1011000 | 11011 | 111110 | 100111111 | 1001110 | 10101 |
Color Harmonies of #600C46
Complementary color
Monochromatic Colors of #600C46
Black with #600C46
Text Example
Text Example
White with #600C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600C46; }
p { color: rgb(96,12,70); }
H1.HeaderClassName
{
color: #600C46;
}
.AnyTagClassName
{
color: #600C46;
}
</style>
background-color css
<style>
a { background-color: #600C46; }
a { background-color: rgb(96,12,70); }
div.DivClassName
{
background-color: #600C46;
}
.BgClassName
{
background-color: #600C46;
}
</style>
border-color css
<style>
span { border-color: #600C46; }
span { border-color: rgb(96,12,70); }
td.TdClassName
{
border-color: #600C46;
}
.TagClassName
{
border-color: #600C46;
}
</style>