#55094E

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

Shades of Tyrian Purple #55094E

Tints of Tyrian Purple #55094E

Color information

#55094E (or 0x55094E) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 4E. RGB value is (85,9,78). Sum of RGB (Red+Green+Blue) = 85+9+78=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #55094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55094E is #AAF6B1. Grayscale: #272727. Windows color (decimal): -11204274 or 5114197. OLE color: 5114197.

HSL color Cylindrical-coordinate representation of color #55094E: hue angle of 305.53º 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 #55094E is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB85978-
CMYK00.890.080.67
HSL305.53º80.85%18.43%-
HSV(B)305.53º89.41%33.33%-
XYZ5.222.687.45-
YUV39.59149.68160.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 78 (30.86% from 255) = 45.35%
R=49.42%
G=5.23%
B=45.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8597800.890.080.67305.5380.8518.43
Hex5594E0598431325112
Octal1251111601311010346212122
Binary1010101100110011100101100110001000011100110010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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