Shades of Tyrian Purple #600353
Tints of Tyrian Purple #600353
RGB
CMYK
RGB Variations
Color information
#600353 (or 0x600353) is known color: Tyrian Purple. HEX triplet: 60, 03 and 53. RGB value is (96,3,83). Sum of RGB (Red+Green+Blue) = 96+3+83=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #600353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600353 is #9FFCAC. Grayscale: #272727. Windows color (decimal): -10484909 or 5440352. OLE color: 5440352.
HSL color Cylindrical-coordinate representation of color #600353: hue angle of 308.39º 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 #600353 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 83 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.62 |
| HSL | 308.39º | 0.94% | 0.19% | - |
| HSV(B) | 308.39º | 0.97% | 0.38% | - |
| XYZ | 6.42 | 3.18 | 8.46 | - |
| YUV | 39.93 | 152.31 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 83 | 0 | 0.97 | 0.14 | 0.62 | 308.39 | 0.94 | 0.19 |
| Hex | 60 | 3 | 53 | 0 | 61 | E | 3E | 134 | 5E | 13 |
| Octal | 140 | 3 | 123 | 0 | 141 | 16 | 76 | 464 | 136 | 23 |
| Binary | 1100000 | 11 | 1010011 | 0 | 1100001 | 1110 | 111110 | 100110100 | 1011110 | 10011 |
Color Harmonies of #600353
Complementary color
Monochromatic Colors of #600353
Black with #600353
Text Example
Text Example
White with #600353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600353; }
p { color: rgb(96,3,83); }
H1.HeaderClassName
{
color: #600353;
}
.AnyTagClassName
{
color: #600353;
}
</style>
background-color css
<style>
a { background-color: #600353; }
a { background-color: rgb(96,3,83); }
div.DivClassName
{
background-color: #600353;
}
.BgClassName
{
background-color: #600353;
}
</style>
border-color css
<style>
span { border-color: #600353; }
span { border-color: rgb(96,3,83); }
td.TdClassName
{
border-color: #600353;
}
.TagClassName
{
border-color: #600353;
}
</style>