#550941

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

Shades of Tyrian Purple #550941

Tints of Tyrian Purple #550941

Color information

#550941 (or 0x550941) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 41. RGB value is (85,9,65). Sum of RGB (Red+Green+Blue) = 85+9+65=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #550941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550941 is #AAF6BE. Grayscale: #252525. Windows color (decimal): -11204287 or 4262229. OLE color: 4262229.

HSL color Cylindrical-coordinate representation of color #550941: hue angle of 315.79º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550941 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB85965-
CMYK00.890.240.67
HSL315.79º80.85%18.43%-
HSV(B)315.79º89.41%33.33%-
XYZ4.82.515.23-
YUV38.11143.18161.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 65 (25.78% from 255) = 40.88%
R=53.46%
G=5.66%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8596500.890.240.67315.7980.8518.43
Hex55941059184313c5112
Octal1251110101313010347412122
Binary10101011001100000101011001110001000011100111100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550941; }

 p { color: rgb(85,9,65); }

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

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

 a { background-color: rgb(85,9,65); }

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

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

 span { border-color: rgb(85,9,65); }

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