Shades of Tyrian Purple #550F4B
Tints of Tyrian Purple #550F4B
RGB
CMYK
RGB Variations
Color information
#550F4B (or 0x550F4B) is known color: Tyrian Purple. HEX triplet: 55, 0F and 4B. RGB value is (85,15,75). Sum of RGB (Red+Green+Blue) = 85+15+75=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #550F4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550F4B is #AAF0B4. Grayscale: #2A2A2A. Windows color (decimal): -11202741 or 4919125. OLE color: 4919125.
HSL color Cylindrical-coordinate representation of color #550F4B: hue angle of 308.57º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #550F4B is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 15 | 75 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.67 |
| HSL | 308.57º | 0.7% | 0.2% | - |
| HSV(B) | 308.57º | 0.82% | 0.33% | - |
| XYZ | 5.19 | 2.78 | 6.92 | - |
| YUV | 42.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 75 | 0 | 0.82 | 0.12 | 0.67 | 308.57 | 0.7 | 0.2 |
| Hex | 55 | F | 4B | 0 | 52 | C | 43 | 135 | 46 | 14 |
| Octal | 125 | 17 | 113 | 0 | 122 | 14 | 103 | 465 | 106 | 24 |
| Binary | 1010101 | 1111 | 1001011 | 0 | 1010010 | 1100 | 1000011 | 100110101 | 1000110 | 10100 |
Color Harmonies of #550F4B
Complementary color
Monochromatic Colors of #550F4B
Black with #550F4B
Text Example
Text Example
White with #550F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F4B; }
p { color: rgb(85,15,75); }
H1.HeaderClassName
{
color: #550F4B;
}
.AnyTagClassName
{
color: #550F4B;
}
</style>
background-color css
<style>
a { background-color: #550F4B; }
a { background-color: rgb(85,15,75); }
div.DivClassName
{
background-color: #550F4B;
}
.BgClassName
{
background-color: #550F4B;
}
</style>
border-color css
<style>
span { border-color: #550F4B; }
span { border-color: rgb(85,15,75); }
td.TdClassName
{
border-color: #550F4B;
}
.TagClassName
{
border-color: #550F4B;
}
</style>