#55094D

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

Shades of Tyrian Purple #55094D

Tints of Tyrian Purple #55094D

Color information

#55094D (or 0x55094D) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 4D. RGB value is (85,9,77). Sum of RGB (Red+Green+Blue) = 85+9+77=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #55094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55094D is #AAF6B2. Grayscale: #272727. Windows color (decimal): -11204275 or 5048661. OLE color: 5048661.

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

Color convert

RGB85977-
CMYK00.890.090.67
HSL306.32º80.85%18.43%-
HSV(B)306.32º89.41%33.33%-
XYZ5.182.667.26-
YUV39.48149.18160.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 77 (30.47% from 255) = 45.03%
R=49.71%
G=5.26%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8597700.890.090.67306.3280.8518.43
Hex5594D0599431325112
Octal1251111501311110346212122
Binary1010101100110011010101100110011000011100110010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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