Shades of Tyrian Purple #550335
Tints of Tyrian Purple #550335
RGB
CMYK
RGB Variations
Color information
#550335 (or 0x550335) is known color: Tyrian Purple. HEX triplet: 55, 03 and 35. RGB value is (85,3,53). Sum of RGB (Red+Green+Blue) = 85+3+53=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #550335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550335 is #AAFCCA. Grayscale: #212121. Windows color (decimal): -11205835 or 3474261. OLE color: 3474261.
HSL color Cylindrical-coordinate representation of color #550335: hue angle of 323.41º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550335 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 53 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.67 |
| HSL | 323.41º | 0.93% | 0.17% | - |
| HSV(B) | 323.41º | 0.96% | 0.33% | - |
| XYZ | 4.42 | 2.25 | 3.57 | - |
| YUV | 33.22 | 139.17 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 53 | 0 | 0.96 | 0.38 | 0.67 | 323.41 | 0.93 | 0.17 |
| Hex | 55 | 3 | 35 | 0 | 60 | 26 | 43 | 143 | 5D | 11 |
| Octal | 125 | 3 | 65 | 0 | 140 | 46 | 103 | 503 | 135 | 21 |
| Binary | 1010101 | 11 | 110101 | 0 | 1100000 | 100110 | 1000011 | 101000011 | 1011101 | 10001 |
Color Harmonies of #550335
Complementary color
Monochromatic Colors of #550335
Black with #550335
Text Example
Text Example
White with #550335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550335; }
p { color: rgb(85,3,53); }
H1.HeaderClassName
{
color: #550335;
}
.AnyTagClassName
{
color: #550335;
}
</style>
background-color css
<style>
a { background-color: #550335; }
a { background-color: rgb(85,3,53); }
div.DivClassName
{
background-color: #550335;
}
.BgClassName
{
background-color: #550335;
}
</style>
border-color css
<style>
span { border-color: #550335; }
span { border-color: rgb(85,3,53); }
td.TdClassName
{
border-color: #550335;
}
.TagClassName
{
border-color: #550335;
}
</style>