#55054E

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

Shades of Tyrian Purple #55054E

Tints of Tyrian Purple #55054E

Color information

#55054E (or 0x55054E) is unknown color: approx Tyrian Purple. HEX triplet: 55, 05 and 4E. RGB value is (85,5,78). Sum of RGB (Red+Green+Blue) = 85+5+78=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55054E is #AAFAB1. Grayscale: #252525. Windows color (decimal): -11205298 or 5113173. OLE color: 5113173.

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

Color convert

RGB85578-
CMYK00.940.080.67
HSL305.25º88.89%17.65%-
HSV(B)305.25º94.12%33.33%-
XYZ5.182.597.43-
YUV37.24151162.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 78 (30.86% from 255) = 46.43%
R=50.60%
G=2.98%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8557800.940.080.67305.2588.8917.65
Hex5554E05E8431315912
Octal125511601361010346113122
Binary101010110110011100101111010001000011100110001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55054E; }

 p { color: rgb(85,5,78); }

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

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

 a { background-color: rgb(85,5,78); }

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

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

 span { border-color: rgb(85,5,78); }

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