#550047

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

Shades of Tyrian Purple #550047

Tints of Tyrian Purple #550047

Color information

#550047 (or 0x550047) is unknown color: approx Tyrian Purple. HEX triplet: 55, 00 and 47. RGB value is (85,0,71). Sum of RGB (Red+Green+Blue) = 85+0+71=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #550047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550047 is #AAFFB8. Grayscale: #212121. Windows color (decimal): -11206585 or 4653141. OLE color: 4653141.

HSL color Cylindrical-coordinate representation of color #550047: hue angle of 309.88º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550047 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB85071-
CMYK010.160.67
HSL309.88º100%16.67%-
HSV(B)309.88º100%33.33%-
XYZ4.882.396.16-
YUV33.51149.16164.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 45.51%
R=54.49%
G=0%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85071010.160.67309.8810016.67
Hex5504706410431366411
Octal125010701442010346614421
Binary10101010100011101100100100001000011100110110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550047; }

 p { color: rgb(85,0,71); }

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

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

 a { background-color: rgb(85,0,71); }

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

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

 span { border-color: rgb(85,0,71); }

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