Shades of Tyrian Purple #600B3C
Tints of Tyrian Purple #600B3C
RGB
CMYK
RGB Variations
Color information
#600B3C (or 0x600B3C) is known color: Tyrian Purple. HEX triplet: 60, 0B and 3C. RGB value is (96,11,60). Sum of RGB (Red+Green+Blue) = 96+11+60=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #600B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B3C is #9FF4C3. Grayscale: #292929. Windows color (decimal): -10482884 or 3935072. OLE color: 3935072.
HSL color Cylindrical-coordinate representation of color #600B3C: hue angle of 325.41º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600B3C is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 11 | 60 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.62 |
| HSL | 325.41º | 0.79% | 0.21% | - |
| HSV(B) | 325.41º | 0.89% | 0.38% | - |
| XYZ | 5.76 | 3.05 | 4.56 | - |
| YUV | 42 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 11 | 60 | 0 | 0.89 | 0.38 | 0.62 | 325.41 | 0.79 | 0.21 |
| Hex | 60 | B | 3C | 0 | 59 | 26 | 3E | 145 | 4F | 15 |
| Octal | 140 | 13 | 74 | 0 | 131 | 46 | 76 | 505 | 117 | 25 |
| Binary | 1100000 | 1011 | 111100 | 0 | 1011001 | 100110 | 111110 | 101000101 | 1001111 | 10101 |
Color Harmonies of #600B3C
Complementary color
Monochromatic Colors of #600B3C
Black with #600B3C
Text Example
Text Example
White with #600B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600B3C; }
p { color: rgb(96,11,60); }
H1.HeaderClassName
{
color: #600B3C;
}
.AnyTagClassName
{
color: #600B3C;
}
</style>
background-color css
<style>
a { background-color: #600B3C; }
a { background-color: rgb(96,11,60); }
div.DivClassName
{
background-color: #600B3C;
}
.BgClassName
{
background-color: #600B3C;
}
</style>
border-color css
<style>
span { border-color: #600B3C; }
span { border-color: rgb(96,11,60); }
td.TdClassName
{
border-color: #600B3C;
}
.TagClassName
{
border-color: #600B3C;
}
</style>