#550847

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

Shades of Tyrian Purple #550847

Tints of Tyrian Purple #550847

Color information

#550847 (or 0x550847) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 47. RGB value is (85,8,71). Sum of RGB (Red+Green+Blue) = 85+8+71=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #550847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550847 is #AAF7B8. Grayscale: #262626. Windows color (decimal): -11204537 or 4655189. OLE color: 4655189.

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

Color convert

RGB85871-
CMYK00.910.160.67
HSL310.91º82.8%18.24%-
HSV(B)310.91º90.59%33.33%-
XYZ4.972.566.19-
YUV38.2146.51161.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=51.83%
G=4.88%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8587100.910.160.67310.9182.818.24
Hex5584705B10431375312
Octal1251010701332010346712322
Binary10101011000100011101011011100001000011100110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550847; }

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

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

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

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

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

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

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

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