#551540

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

Shades of Tyrian Purple #551540

Tints of Tyrian Purple #551540

Color information

#551540 (or 0x551540) is unknown color: approx Tyrian Purple. HEX triplet: 55, 15 and 40. RGB value is (85,21,64). Sum of RGB (Red+Green+Blue) = 85+21+64=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #551540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551540 is #AAEABF. Grayscale: #2C2C2C. Windows color (decimal): -11201216 or 4199765. OLE color: 4199765.

HSL color Cylindrical-coordinate representation of color #551540: hue angle of 319.69º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551540 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB852164-
CMYK00.750.250.67
HSL319.69º60.38%20.78%-
HSV(B)319.69º75.29%33.33%-
XYZ4.942.845.14-
YUV45.04138.7156.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=50%
G=12.35%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85216400.750.250.67319.6960.3820.78
Hex55154004B19431403c15
Octal125251000113311035007425
Binary10101011010110000000100101111001100001110100000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551540; }

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

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

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

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

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

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

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

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