Shades of Tyrian Purple #600348
Tints of Tyrian Purple #600348
RGB
CMYK
RGB Variations
Color information
#600348 (or 0x600348) is known color: Tyrian Purple. HEX triplet: 60, 03 and 48. RGB value is (96,3,72). Sum of RGB (Red+Green+Blue) = 96+3+72=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #600348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600348 is #9FFCB7. Grayscale: #262626. Windows color (decimal): -10484920 or 4719456. OLE color: 4719456.
HSL color Cylindrical-coordinate representation of color #600348: hue angle of 315.48º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600348 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 72 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.62 |
| HSL | 315.48º | 0.94% | 0.19% | - |
| HSV(B) | 315.48º | 0.97% | 0.38% | - |
| XYZ | 6.03 | 3.02 | 6.4 | - |
| YUV | 38.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 72 | 0 | 0.97 | 0.25 | 0.62 | 315.48 | 0.94 | 0.19 |
| Hex | 60 | 3 | 48 | 0 | 61 | 19 | 3E | 13B | 5E | 13 |
| Octal | 140 | 3 | 110 | 0 | 141 | 31 | 76 | 473 | 136 | 23 |
| Binary | 1100000 | 11 | 1001000 | 0 | 1100001 | 11001 | 111110 | 100111011 | 1011110 | 10011 |
Color Harmonies of #600348
Complementary color
Monochromatic Colors of #600348
Black with #600348
Text Example
Text Example
White with #600348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600348; }
p { color: rgb(96,3,72); }
H1.HeaderClassName
{
color: #600348;
}
.AnyTagClassName
{
color: #600348;
}
</style>
background-color css
<style>
a { background-color: #600348; }
a { background-color: rgb(96,3,72); }
div.DivClassName
{
background-color: #600348;
}
.BgClassName
{
background-color: #600348;
}
</style>
border-color css
<style>
span { border-color: #600348; }
span { border-color: rgb(96,3,72); }
td.TdClassName
{
border-color: #600348;
}
.TagClassName
{
border-color: #600348;
}
</style>