Shades of Tyrian Purple #601234
Tints of Tyrian Purple #601234
RGB
CMYK
RGB Variations
Color information
#601234 (or 0x601234) is known color: Tyrian Purple. HEX triplet: 60, 12 and 34. RGB value is (96,18,52). Sum of RGB (Red+Green+Blue) = 96+18+52=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #601234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601234 is #9FEDCB. Grayscale: #2D2D2D. Windows color (decimal): -10481100 or 3412576. OLE color: 3412576.
HSL color Cylindrical-coordinate representation of color #601234: hue angle of 333.85º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601234 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 18 | 52 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.62 |
| HSL | 333.85º | 0.68% | 0.22% | - |
| HSV(B) | 333.85º | 0.81% | 0.38% | - |
| XYZ | 5.66 | 3.17 | 3.56 | - |
| YUV | 45.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 52 | 0 | 0.81 | 0.46 | 0.62 | 333.85 | 0.68 | 0.22 |
| Hex | 60 | 12 | 34 | 0 | 51 | 2E | 3E | 14E | 44 | 16 |
| Octal | 140 | 22 | 64 | 0 | 121 | 56 | 76 | 516 | 104 | 26 |
| Binary | 1100000 | 10010 | 110100 | 0 | 1010001 | 101110 | 111110 | 101001110 | 1000100 | 10110 |
Color Harmonies of #601234
Complementary color
Monochromatic Colors of #601234
Black with #601234
Text Example
Text Example
White with #601234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601234; }
p { color: rgb(96,18,52); }
H1.HeaderClassName
{
color: #601234;
}
.AnyTagClassName
{
color: #601234;
}
</style>
background-color css
<style>
a { background-color: #601234; }
a { background-color: rgb(96,18,52); }
div.DivClassName
{
background-color: #601234;
}
.BgClassName
{
background-color: #601234;
}
</style>
border-color css
<style>
span { border-color: #601234; }
span { border-color: rgb(96,18,52); }
td.TdClassName
{
border-color: #601234;
}
.TagClassName
{
border-color: #601234;
}
</style>