Shades of Tyrian Purple #600F3C
Tints of Tyrian Purple #600F3C
RGB
CMYK
RGB Variations
Color information
#600F3C (or 0x600F3C) is known color: Tyrian Purple. HEX triplet: 60, 0F and 3C. RGB value is (96,15,60). Sum of RGB (Red+Green+Blue) = 96+15+60=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #600F3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F3C is #9FF0C3. Grayscale: #2C2C2C. Windows color (decimal): -10481860 or 3936096. OLE color: 3936096.
HSL color Cylindrical-coordinate representation of color #600F3C: hue angle of 326.67º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F3C is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 60 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.62 |
| HSL | 326.67º | 0.73% | 0.22% | - |
| HSV(B) | 326.67º | 0.84% | 0.38% | - |
| XYZ | 5.81 | 3.15 | 4.58 | - |
| YUV | 44.35 | 136.84 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 60 | 0 | 0.84 | 0.38 | 0.62 | 326.67 | 0.73 | 0.22 |
| Hex | 60 | F | 3C | 0 | 54 | 26 | 3E | 147 | 49 | 16 |
| Octal | 140 | 17 | 74 | 0 | 124 | 46 | 76 | 507 | 111 | 26 |
| Binary | 1100000 | 1111 | 111100 | 0 | 1010100 | 100110 | 111110 | 101000111 | 1001001 | 10110 |
Color Harmonies of #600F3C
Complementary color
Monochromatic Colors of #600F3C
Black with #600F3C
Text Example
Text Example
White with #600F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F3C; }
p { color: rgb(96,15,60); }
H1.HeaderClassName
{
color: #600F3C;
}
.AnyTagClassName
{
color: #600F3C;
}
</style>
background-color css
<style>
a { background-color: #600F3C; }
a { background-color: rgb(96,15,60); }
div.DivClassName
{
background-color: #600F3C;
}
.BgClassName
{
background-color: #600F3C;
}
</style>
border-color css
<style>
span { border-color: #600F3C; }
span { border-color: rgb(96,15,60); }
td.TdClassName
{
border-color: #600F3C;
}
.TagClassName
{
border-color: #600F3C;
}
</style>