Shades of Tyrian Purple #60023D
Tints of Tyrian Purple #60023D
RGB
CMYK
RGB Variations
Color information
#60023D (or 0x60023D) is known color: Tyrian Purple. HEX triplet: 60, 02 and 3D. RGB value is (96,2,61). Sum of RGB (Red+Green+Blue) = 96+2+61=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #60023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60023D is #9FFDC2. Grayscale: #242424. Windows color (decimal): -10485187 or 3998304. OLE color: 3998304.
HSL color Cylindrical-coordinate representation of color #60023D: hue angle of 322.34º 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 #60023D is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.62 |
| HSL | 322.34º | 0.96% | 0.19% | - |
| HSV(B) | 322.34º | 0.98% | 0.38% | - |
| XYZ | 5.69 | 2.87 | 4.67 | - |
| YUV | 36.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 61 | 0 | 0.98 | 0.36 | 0.62 | 322.34 | 0.96 | 0.19 |
| Hex | 60 | 2 | 3D | 0 | 62 | 24 | 3E | 142 | 60 | 13 |
| Octal | 140 | 2 | 75 | 0 | 142 | 44 | 76 | 502 | 140 | 23 |
| Binary | 1100000 | 10 | 111101 | 0 | 1100010 | 100100 | 111110 | 101000010 | 1100000 | 10011 |
Color Harmonies of #60023D
Complementary color
Monochromatic Colors of #60023D
Black with #60023D
Text Example
Text Example
White with #60023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60023D; }
p { color: rgb(96,2,61); }
H1.HeaderClassName
{
color: #60023D;
}
.AnyTagClassName
{
color: #60023D;
}
</style>
background-color css
<style>
a { background-color: #60023D; }
a { background-color: rgb(96,2,61); }
div.DivClassName
{
background-color: #60023D;
}
.BgClassName
{
background-color: #60023D;
}
</style>
border-color css
<style>
span { border-color: #60023D; }
span { border-color: rgb(96,2,61); }
td.TdClassName
{
border-color: #60023D;
}
.TagClassName
{
border-color: #60023D;
}
</style>