#55054D

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

Shades of Tyrian Purple #55054D

Tints of Tyrian Purple #55054D

Color information

#55054D (or 0x55054D) is unknown color: approx Tyrian Purple. HEX triplet: 55, 05 and 4D. RGB value is (85,5,77). Sum of RGB (Red+Green+Blue) = 85+5+77=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55054D is #AAFAB2. Grayscale: #242424. Windows color (decimal): -11205299 or 5047637. OLE color: 5047637.

HSL color Cylindrical-coordinate representation of color #55054D: hue angle of 306º 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 #55054D is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB85577-
CMYK00.940.090.67
HSL306º88.89%17.65%-
HSV(B)306º94.12%33.33%-
XYZ5.142.587.25-
YUV37.13150.5162.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 77 (30.47% from 255) = 46.11%
R=50.90%
G=2.99%
B=46.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8557700.940.090.6730688.8917.65
Hex5554D05E9431325912
Octal125511501361110346213122
Binary101010110110011010101111010011000011100110010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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