#550A4C

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

Shades of Tyrian Purple #550A4C

Tints of Tyrian Purple #550A4C

Color information

#550A4C (or 0x550A4C) is unknown color: approx Tyrian Purple. HEX triplet: 55, 0A and 4C. RGB value is (85,10,76). Sum of RGB (Red+Green+Blue) = 85+10+76=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #550A4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550A4C is #AAF5B3. Grayscale: #272727. Windows color (decimal): -11204020 or 4983381. OLE color: 4983381.

HSL color Cylindrical-coordinate representation of color #550A4C: hue angle of 307.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550A4C is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB851076-
CMYK00.880.110.67
HSL307.2º78.95%18.63%-
HSV(B)307.2º88.24%33.33%-
XYZ5.162.677.08-
YUV39.95148.35160.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 10 (4.30% from 255) = 5.85%
BLUE value IS 76 (30.08% from 255) = 44.44%
R=49.71%
G=5.85%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85107600.880.110.67307.278.9518.63
Hex55A4C058B431334f13
Octal1251211401301310346311723
Binary1010101101010011000101100010111000011100110011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550A4C; }

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

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

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

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

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

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

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

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