#550340

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

Shades of Tyrian Purple #550340

Tints of Tyrian Purple #550340

Color information

#550340 (or 0x550340) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 40. RGB value is (85,3,64). Sum of RGB (Red+Green+Blue) = 85+3+64=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #550340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550340 is #AAFCBF. Grayscale: #222222. Windows color (decimal): -11205824 or 4195157. OLE color: 4195157.

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

Color convert

RGB85364-
CMYK00.960.250.67
HSL315.37º93.18%17.25%-
HSV(B)315.37º96.47%33.33%-
XYZ4.72.375.06-
YUV34.47144.67164.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=55.92%
G=1.97%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8536400.960.250.67315.3793.1817.25
Hex55340060194313b5d11
Octal125310001403110347313521
Binary101010111100000001100000110011000011100111011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550340; }

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

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

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

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

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

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

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

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