#550A3D

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

Shades of Tyrian Purple #550A3D

Tints of Tyrian Purple #550A3D

Color information

#550A3D (or 0x550A3D) is unknown color: approx Tyrian Purple. HEX triplet: 55, 0A and 3D. RGB value is (85,10,61). Sum of RGB (Red+Green+Blue) = 85+10+61=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #550A3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550A3D is #AAF5C2. Grayscale: #262626. Windows color (decimal): -11204035 or 4000341. OLE color: 4000341.

HSL color Cylindrical-coordinate representation of color #550A3D: hue angle of 319.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 #550A3D is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB851061-
CMYK00.880.280.67
HSL319.2º78.95%18.63%-
HSV(B)319.2º88.24%33.33%-
XYZ4.72.494.65-
YUV38.24140.85161.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 10 (4.30% from 255) = 6.41%
BLUE value IS 61 (24.22% from 255) = 39.10%
R=54.49%
G=6.41%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85106100.880.280.67319.278.9518.63
Hex55A3D0581C4313f4f13
Octal125127501303410347711723
Binary1010101101011110101011000111001000011100111111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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