#550943

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

Shades of Tyrian Purple #550943

Tints of Tyrian Purple #550943

Color information

#550943 (or 0x550943) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 43. RGB value is (85,9,67). Sum of RGB (Red+Green+Blue) = 85+9+67=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #550943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550943 is #AAF6BC. Grayscale: #262626. Windows color (decimal): -11204285 or 4393301. OLE color: 4393301.

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

Color convert

RGB85967-
CMYK00.890.210.67
HSL314.21º80.85%18.43%-
HSV(B)314.21º89.41%33.33%-
XYZ4.862.535.54-
YUV38.34144.18161.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 67 (26.56% from 255) = 41.61%
R=52.80%
G=5.59%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8596700.890.210.67314.2180.8518.43
Hex55943059154313a5112
Octal1251110301312510347212122
Binary10101011001100001101011001101011000011100111010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550943; }

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

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

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

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

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

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

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

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