#55084D

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

Shades of Tyrian Purple #55084D

Tints of Tyrian Purple #55084D

Color information

#55084D (or 0x55084D) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 4D. RGB value is (85,8,77). Sum of RGB (Red+Green+Blue) = 85+8+77=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55084D is #AAF7B2. Grayscale: #262626. Windows color (decimal): -11204531 or 5048405. OLE color: 5048405.

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

Color convert

RGB85877-
CMYK00.910.090.67
HSL306.23º82.8%18.24%-
HSV(B)306.23º90.59%33.33%-
XYZ5.172.647.26-
YUV38.89149.51160.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 4.71%
BLUE value IS 77 (30.47% from 255) = 45.29%
R=50%
G=4.71%
B=45.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8587700.910.090.67306.2382.818.24
Hex5584D05B9431325312
Octal1251011501331110346212322
Binary1010101100010011010101101110011000011100110010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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