Shades of Tyrian Purple #600023
Tints of Tyrian Purple #600023
RGB
CMYK
RGB Variations
Color information
#600023 (or 0x600023) is known color: Tyrian Purple. HEX triplet: 60, 00 and 23. RGB value is (96,0,35). Sum of RGB (Red+Green+Blue) = 96+0+35=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #600023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600023 is #9FFFDC. Grayscale: #202020. Windows color (decimal): -10485725 or 2293856. OLE color: 2293856.
HSL color Cylindrical-coordinate representation of color #600023: hue angle of 338.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600023 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.64 | 0.62 |
| HSL | 338.13º | 1% | 0.19% | - |
| HSV(B) | 338.13º | 1% | 0.38% | - |
| XYZ | 5.13 | 2.61 | 1.82 | - |
| YUV | 32.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 35 | 0 | 1 | 0.64 | 0.62 | 338.13 | 1 | 0.19 |
| Hex | 60 | 0 | 23 | 0 | 64 | 40 | 3E | 152 | 64 | 13 |
| Octal | 140 | 0 | 43 | 0 | 144 | 100 | 76 | 522 | 144 | 23 |
| Binary | 1100000 | 0 | 100011 | 0 | 1100100 | 1000000 | 111110 | 101010010 | 1100100 | 10011 |
Color Harmonies of #600023
Complementary color
Monochromatic Colors of #600023
Black with #600023
Text Example
Text Example
White with #600023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600023; }
p { color: rgb(96,0,35); }
H1.HeaderClassName
{
color: #600023;
}
.AnyTagClassName
{
color: #600023;
}
</style>
background-color css
<style>
a { background-color: #600023; }
a { background-color: rgb(96,0,35); }
div.DivClassName
{
background-color: #600023;
}
.BgClassName
{
background-color: #600023;
}
</style>
border-color css
<style>
span { border-color: #600023; }
span { border-color: rgb(96,0,35); }
td.TdClassName
{
border-color: #600023;
}
.TagClassName
{
border-color: #600023;
}
</style>