Shades of Tyrian Purple #60023B
Tints of Tyrian Purple #60023B
RGB
CMYK
RGB Variations
Color information
#60023B (or 0x60023B) is known color: Tyrian Purple. HEX triplet: 60, 02 and 3B. RGB value is (96,2,59). Sum of RGB (Red+Green+Blue) = 96+2+59=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #60023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60023B is #9FFDC4. Grayscale: #242424. Windows color (decimal): -10485189 or 3867232. OLE color: 3867232.
HSL color Cylindrical-coordinate representation of color #60023B: hue angle of 323.62º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60023B is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 2 | 59 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.62 |
| HSL | 323.62º | 0.96% | 0.19% | - |
| HSV(B) | 323.62º | 0.98% | 0.38% | - |
| XYZ | 5.63 | 2.85 | 4.39 | - |
| YUV | 36.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 59 | 0 | 0.98 | 0.39 | 0.62 | 323.62 | 0.96 | 0.19 |
| Hex | 60 | 2 | 3B | 0 | 62 | 27 | 3E | 144 | 60 | 13 |
| Octal | 140 | 2 | 73 | 0 | 142 | 47 | 76 | 504 | 140 | 23 |
| Binary | 1100000 | 10 | 111011 | 0 | 1100010 | 100111 | 111110 | 101000100 | 1100000 | 10011 |
Color Harmonies of #60023B
Complementary color
Monochromatic Colors of #60023B
Black with #60023B
Text Example
Text Example
White with #60023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60023B; }
p { color: rgb(96,2,59); }
H1.HeaderClassName
{
color: #60023B;
}
.AnyTagClassName
{
color: #60023B;
}
</style>
background-color css
<style>
a { background-color: #60023B; }
a { background-color: rgb(96,2,59); }
div.DivClassName
{
background-color: #60023B;
}
.BgClassName
{
background-color: #60023B;
}
</style>
border-color css
<style>
span { border-color: #60023B; }
span { border-color: rgb(96,2,59); }
td.TdClassName
{
border-color: #60023B;
}
.TagClassName
{
border-color: #60023B;
}
</style>