#550149

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

Shades of Tyrian Purple #550149

Tints of Tyrian Purple #550149

Color information

#550149 (or 0x550149) is unknown color: approx Tyrian Purple. HEX triplet: 55, 01 and 49. RGB value is (85,1,73). Sum of RGB (Red+Green+Blue) = 85+1+73=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #550149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550149 is #AAFEB6. Grayscale: #222222. Windows color (decimal): -11206327 or 4784469. OLE color: 4784469.

HSL color Cylindrical-coordinate representation of color #550149: hue angle of 308.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550149 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB85173-
CMYK00.990.140.67
HSL308.57º97.67%16.86%-
HSV(B)308.57º98.82%33.33%-
XYZ4.962.436.51-
YUV34.32149.83164.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=53.46%
G=0.63%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8517300.990.140.67308.5797.6716.86
Hex55149063E431356211
Octal125111101431610346514221
Binary1010101110010010110001111101000011100110101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550149; }

 p { color: rgb(85,1,73); }

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

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

 a { background-color: rgb(85,1,73); }

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

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

 span { border-color: rgb(85,1,73); }

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