Shades of Tyrian Purple #550A3D
Tints of Tyrian Purple #550A3D
RGB
CMYK
RGB Variations
Color information
#550A3D (or 0x550A3D) is known color: Tyrian Purple. HEX triplet: 55, 0A and 3D. RGB value is (85,10,61). Sum of RGB (Red+Green+Blue) = 85+10+61=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #550A3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550A3D is #AAF5C2. Grayscale: #262626. Windows color (decimal): -11204035 or 4000341. OLE color: 4000341.
HSL color Cylindrical-coordinate representation of color #550A3D: hue angle of 319.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550A3D is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 10 | 61 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.67 |
| HSL | 319.2º | 0.79% | 0.19% | - |
| HSV(B) | 319.2º | 0.88% | 0.33% | - |
| XYZ | 4.7 | 2.49 | 4.65 | - |
| YUV | 38.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 61 | 0 | 0.88 | 0.28 | 0.67 | 319.2 | 0.79 | 0.19 |
| Hex | 55 | A | 3D | 0 | 58 | 1C | 43 | 13F | 4F | 13 |
| Octal | 125 | 12 | 75 | 0 | 130 | 34 | 103 | 477 | 117 | 23 |
| Binary | 1010101 | 1010 | 111101 | 0 | 1011000 | 11100 | 1000011 | 100111111 | 1001111 | 10011 |
Color Harmonies of #550A3D
Complementary color
Monochromatic Colors of #550A3D
Black with #550A3D
Text Example
Text Example
White with #550A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550A3D; }
p { color: rgb(85,10,61); }
H1.HeaderClassName
{
color: #550A3D;
}
.AnyTagClassName
{
color: #550A3D;
}
</style>
background-color css
<style>
a { background-color: #550A3D; }
a { background-color: rgb(85,10,61); }
div.DivClassName
{
background-color: #550A3D;
}
.BgClassName
{
background-color: #550A3D;
}
</style>
border-color css
<style>
span { border-color: #550A3D; }
span { border-color: rgb(85,10,61); }
td.TdClassName
{
border-color: #550A3D;
}
.TagClassName
{
border-color: #550A3D;
}
</style>