#55104A

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

Shades of Tyrian Purple #55104A

Tints of Tyrian Purple #55104A

Color information

#55104A (or 0x55104A) is unknown color: approx Tyrian Purple. HEX triplet: 55, 10 and 4A. RGB value is (85,16,74). Sum of RGB (Red+Green+Blue) = 85+16+74=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #55104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55104A is #AAEFB5. Grayscale: #2B2B2B. Windows color (decimal): -11202486 or 4853845. OLE color: 4853845.

HSL color Cylindrical-coordinate representation of color #55104A: hue angle of 309.57º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55104A is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB851674-
CMYK00.810.130.67
HSL309.57º68.32%19.8%-
HSV(B)309.57º81.18%33.33%-
XYZ5.172.86.75-
YUV43.24145.36157.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=48.57%
G=9.14%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85167400.810.130.67309.5768.3219.8
Hex55104A051D431364414
Octal1252011201211510346610424
Binary10101011000010010100101000111011000011100110110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55104A; }

 p { color: rgb(85,16,74); }

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

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

 a { background-color: rgb(85,16,74); }

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

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

 span { border-color: rgb(85,16,74); }

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