Shades of Tyrian Purple #600038
Tints of Tyrian Purple #600038
RGB
CMYK
RGB Variations
Color information
#600038 (or 0x600038) is known color: Tyrian Purple. HEX triplet: 60, 00 and 38. RGB value is (96,0,56). Sum of RGB (Red+Green+Blue) = 96+0+56=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #600038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600038 is #9FFFC7. Grayscale: #222222. Windows color (decimal): -10485704 or 3670112. OLE color: 3670112.
HSL color Cylindrical-coordinate representation of color #600038: hue angle of 325º 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 #600038 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.42 | 0.62 |
| HSL | 325º | 1% | 0.19% | - |
| HSV(B) | 325º | 1% | 0.38% | - |
| XYZ | 5.54 | 2.77 | 3.98 | - |
| YUV | 35.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 56 | 0 | 1 | 0.42 | 0.62 | 325 | 1 | 0.19 |
| Hex | 60 | 0 | 38 | 0 | 64 | 2A | 3E | 145 | 64 | 13 |
| Octal | 140 | 0 | 70 | 0 | 144 | 52 | 76 | 505 | 144 | 23 |
| Binary | 1100000 | 0 | 111000 | 0 | 1100100 | 101010 | 111110 | 101000101 | 1100100 | 10011 |
Color Harmonies of #600038
Complementary color
Monochromatic Colors of #600038
Black with #600038
Text Example
Text Example
White with #600038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600038; }
p { color: rgb(96,0,56); }
H1.HeaderClassName
{
color: #600038;
}
.AnyTagClassName
{
color: #600038;
}
</style>
background-color css
<style>
a { background-color: #600038; }
a { background-color: rgb(96,0,56); }
div.DivClassName
{
background-color: #600038;
}
.BgClassName
{
background-color: #600038;
}
</style>
border-color css
<style>
span { border-color: #600038; }
span { border-color: rgb(96,0,56); }
td.TdClassName
{
border-color: #600038;
}
.TagClassName
{
border-color: #600038;
}
</style>