#550349

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

Shades of Tyrian Purple #550349

Tints of Tyrian Purple #550349

Color information

#550349 (or 0x550349) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 49. RGB value is (85,3,73). Sum of RGB (Red+Green+Blue) = 85+3+73=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #550349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550349 is #AAFCB6. Grayscale: #232323. Windows color (decimal): -11205815 or 4784981. OLE color: 4784981.

HSL color Cylindrical-coordinate representation of color #550349: hue angle of 308.78º 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 #550349 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB85373-
CMYK00.960.140.67
HSL308.78º93.18%17.25%-
HSV(B)308.78º96.47%33.33%-
XYZ4.982.486.52-
YUV35.5149.17163.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 73 (28.91% from 255) = 45.34%
R=52.80%
G=1.86%
B=45.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8537300.960.140.67308.7893.1817.25
Hex55349060E431355d11
Octal125311101401610346513521
Binary10101011110010010110000011101000011100110101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550349; }

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

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

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

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

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

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

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

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