Shades of Tyrian Purple #600022
Tints of Tyrian Purple #600022
RGB
CMYK
RGB Variations
Color information
#600022 (or 0x600022) is known color: Tyrian Purple. HEX triplet: 60, 00 and 22. RGB value is (96,0,34). Sum of RGB (Red+Green+Blue) = 96+0+34=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #600022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600022 is #9FFFDD. Grayscale: #202020. Windows color (decimal): -10485726 or 2228320. OLE color: 2228320.
HSL color Cylindrical-coordinate representation of color #600022: hue angle of 338.75º 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 #600022 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.65 | 0.62 |
| HSL | 338.75º | 1% | 0.19% | - |
| HSV(B) | 338.75º | 1% | 0.38% | - |
| XYZ | 5.11 | 2.6 | 1.75 | - |
| YUV | 32.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 34 | 0 | 1 | 0.65 | 0.62 | 338.75 | 1 | 0.19 |
| Hex | 60 | 0 | 22 | 0 | 64 | 41 | 3E | 153 | 64 | 13 |
| Octal | 140 | 0 | 42 | 0 | 144 | 101 | 76 | 523 | 144 | 23 |
| Binary | 1100000 | 0 | 100010 | 0 | 1100100 | 1000001 | 111110 | 101010011 | 1100100 | 10011 |
Color Harmonies of #600022
Complementary color
Monochromatic Colors of #600022
Black with #600022
Text Example
Text Example
White with #600022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600022; }
p { color: rgb(96,0,34); }
H1.HeaderClassName
{
color: #600022;
}
.AnyTagClassName
{
color: #600022;
}
</style>
background-color css
<style>
a { background-color: #600022; }
a { background-color: rgb(96,0,34); }
div.DivClassName
{
background-color: #600022;
}
.BgClassName
{
background-color: #600022;
}
</style>
border-color css
<style>
span { border-color: #600022; }
span { border-color: rgb(96,0,34); }
td.TdClassName
{
border-color: #600022;
}
.TagClassName
{
border-color: #600022;
}
</style>