#55094C

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

Shades of Tyrian Purple #55094C

Tints of Tyrian Purple #55094C

Color information

#55094C (or 0x55094C) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 4C. RGB value is (85,9,76). Sum of RGB (Red+Green+Blue) = 85+9+76=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55094C is #AAF6B3. Grayscale: #272727. Windows color (decimal): -11204276 or 4983125. OLE color: 4983125.

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

Color convert

RGB85976-
CMYK00.890.110.67
HSL307.11º80.85%18.43%-
HSV(B)307.11º89.41%33.33%-
XYZ5.152.657.08-
YUV39.36148.68160.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 5.29%
BLUE value IS 76 (30.08% from 255) = 44.71%
R=50%
G=5.29%
B=44.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8597600.890.110.67307.1180.8518.43
Hex5594C059B431335112
Octal1251111401311310346312122
Binary1010101100110011000101100110111000011100110011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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