#550B4D

Color #550B4D Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #550B4D

Tints of Tyrian Purple #550B4D

Color information

#550B4D (or 0x550B4D) is unknown color: approx Tyrian Purple. HEX triplet: 55, 0B and 4D. RGB value is (85,11,77). Sum of RGB (Red+Green+Blue) = 85+11+77=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #550B4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B4D is #AAF4B2. Grayscale: #282828. Windows color (decimal): -11203763 or 5049173. OLE color: 5049173.

HSL color Cylindrical-coordinate representation of color #550B4D: hue angle of 306.49º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #550B4D is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB851177-
CMYK00.870.090.67
HSL306.49º77.08%18.82%-
HSV(B)306.49º87.06%33.33%-
XYZ5.212.717.27-
YUV40.65148.52159.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 11 (4.69% from 255) = 6.36%
BLUE value IS 77 (30.47% from 255) = 44.51%
R=49.13%
G=6.36%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85117700.870.090.67306.4977.0818.82
Hex55B4D0579431324d13
Octal1251311501271110346211523
Binary1010101101110011010101011110011000011100110010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550B4D; }

 p { color: rgb(85,11,77); }

 H1.HeaderClassName
 {
   color: #550B4D;
 }
 .AnyTagClassName
 {
   color: #550B4D;
 }
</style>
background-color css

<style>
 a { background-color: #550B4D; }

 a { background-color: rgb(85,11,77); }

 div.DivClassName
 {
   background-color: #550B4D;
 }
 .BgClassName
 {
   background-color: #550B4D;
 }
</style>
border-color css

<style>
 span { border-color: #550B4D; }

 span { border-color: rgb(85,11,77); }

 td.TdClassName
 {
   border-color: #550B4D;
 }
 .TagClassName
 {
   border-color: #550B4D;
 }
</style>