#55084E

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

Shades of Tyrian Purple #55084E

Tints of Tyrian Purple #55084E

Color information

#55084E (or 0x55084E) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 4E. RGB value is (85,8,78). Sum of RGB (Red+Green+Blue) = 85+8+78=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #55084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55084E is #AAF7B1. Grayscale: #262626. Windows color (decimal): -11204530 or 5113941. OLE color: 5113941.

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

Color convert

RGB85878-
CMYK00.910.080.67
HSL305.45º82.8%18.24%-
HSV(B)305.45º90.59%33.33%-
XYZ5.212.667.45-
YUV39150.01160.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 78 (30.86% from 255) = 45.61%
R=49.71%
G=4.68%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8587800.910.080.67305.4582.818.24
Hex5584E05B8431315312
Octal1251011601331010346112322
Binary1010101100010011100101101110001000011100110001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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